doc: add reference manual

This commit is contained in:
ToruNiina
2024-06-15 19:27:42 +09:00
parent 7210e708a6
commit 64197caa05
77 changed files with 18139 additions and 0 deletions

25
docs/content.en/_index.md Normal file
View 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.