summaryrefslogtreecommitdiffhomepage
path: root/jsdoc
diff options
context:
space:
mode:
Diffstat (limited to 'jsdoc')
-rw-r--r--jsdoc/conf.json5
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"
]
}
}