diff options
author | Jo-Philipp Wich <jo@mein.io> | 2023-07-13 13:34:47 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2023-07-13 13:37:29 +0200 |
commit | 5efb7a0c109a3bd42b63ed55218be1d8958249fd (patch) | |
tree | ae0c8e54c33513b1c960156d4df5da2e4c1d7cf0 /jsdoc/conf.json | |
parent | 33bc7bff843b0a71e0f662f41490313d641c1afe (diff) |
docs: further rework
- Split README.md into several tutorial pages
- Expand all menu panes
- Hide class menu entries
- Add usage information
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'jsdoc/conf.json')
-rw-r--r-- | jsdoc/conf.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/jsdoc/conf.json b/jsdoc/conf.json index de7b0e8..e1487eb 100644 --- a/jsdoc/conf.json +++ b/jsdoc/conf.json @@ -30,6 +30,7 @@ "destination": "docs", "recurse": true, "readme": "docs/README.md", + "tutorials": "docs/tutorials", "theme_opts": { "default_theme": "light", "title": "ucode Documentation", @@ -49,6 +50,10 @@ "link": "https://github.com/jow-/ucode", "class": "github-home" } + ], + "sections": [ + "Tutorials", + "Modules" ] } } |