aboutsummaryrefslogtreecommitdiff
path: root/mkdocs.yml
diff options
context:
space:
mode:
Diffstat (limited to 'mkdocs.yml')
-rw-r--r--mkdocs.yml19
1 files changed, 12 insertions, 7 deletions
diff --git a/mkdocs.yml b/mkdocs.yml
index 1e8334c..e282b17 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -1,6 +1,7 @@
site_name: Luxcena Neo Documentation
site_dir: public/docs
-theme: material
+theme:
+ name: material
extra_javascript:
- assets/luxcena-colors.js
- assets/webfont.js
@@ -31,6 +32,11 @@ markdown_extensions:
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
+plugins:
+ - mkdocstrings:
+ handlers:
+ python:
+ paths: [NeoRuntime/Runtime]
nav:
- Introduction: index.md
- Plan for the future: FuturePlan.md
@@ -39,13 +45,12 @@ nav:
- Configuration: Usage/Configuration.md
- CLI: Usage/CLI.md
- Scripting:
- - Support Library: Scripting/SupportLib/README.md
- - Examples:
- - Strandtest: Scripting/Examples/strandtest.md
+ - Strip: Scripting/Strip.md
+ - Main interface: Scripting/NeoBehaviour.md
+ #- Support Library: Scripting/SupportLib/README.md
- Code Documentation:
- - Modules:
- - CompileAndRun: "Code Documentation/Modules/CompileAndRun.md"
+ #- Modules:
+ # - CompileAndRun: "Code Documentation/Modules/CompileAndRun.md"
- Run: Code Documentation/Run/index.md
- - Design: Code Documentation/Design/index.md
- API:
- Socket-IO: Code Documentation/SocketIO.md