mirror of
https://github.com/ToruNiina/toml11.git
synced 2025-09-17 09:08:08 +08:00
doc: add reference manual
This commit is contained in:
25
docs/content.en/_index.md
Normal file
25
docs/content.en/_index.md
Normal file
@@ -0,0 +1,25 @@
|
||||
+++
|
||||
title = "Introduction"
|
||||
type = "docs"
|
||||
+++
|
||||
|
||||
# Introduction
|
||||
|
||||
日本語版は[こちら](/toml11/ja/)
|
||||
|
||||
## [Installation]({{< relref "/installation" >}})
|
||||
|
||||
This section describes how to build and install toml11.
|
||||
|
||||
## [Features]({{< relref "/features" >}})
|
||||
|
||||
This section describes how to use toml11's features with examples.
|
||||
|
||||
## [Reference]({{< relref "/reference" >}})
|
||||
|
||||
This section details toml11 functions and classes.
|
||||
|
||||
## [ChangeLog]({{< relref "/changelog" >}})
|
||||
|
||||
This section describes changes from release to release.
|
||||
|
Reference in New Issue
Block a user