aboutsummaryrefslogtreecommitdiff
path: root/mkdocs.yml
diff options
context:
space:
mode:
authorJakob Stendahl <14180120+JakobST1n@users.noreply.github.com>2021-10-11 20:02:04 +0200
committerGitHub <noreply@github.com>2021-10-11 20:02:04 +0200
commitc67531161e56488166a33232f87566309ba8676e (patch)
tree846e59a020e80bea48557d5a06af5728e44961ff /mkdocs.yml
parente6880cd8ccf82d993f222cb14b4860581654acb8 (diff)
parentc1b6eec770b885a9829e1f62bad5cc99389ca429 (diff)
downloadLuxcena-Neo-c67531161e56488166a33232f87566309ba8676e.tar.gz
Luxcena-Neo-c67531161e56488166a33232f87566309ba8676e.zip
Merge pull request #24 from JakobST1n/rebuild
v1.0.0
Diffstat (limited to 'mkdocs.yml')
-rw-r--r--mkdocs.yml51
1 files changed, 51 insertions, 0 deletions
diff --git a/mkdocs.yml b/mkdocs.yml
new file mode 100644
index 0000000..1e8334c
--- /dev/null
+++ b/mkdocs.yml
@@ -0,0 +1,51 @@
+site_name: Luxcena Neo Documentation
+site_dir: public/docs
+theme: material
+extra_javascript:
+ - assets/luxcena-colors.js
+ - assets/webfont.js
+ - assets/snap.svg-min.js
+ - assets/underscore-min.js
+ - assets/sequence-diagram.min.js
+ - assets/js-sequence.js
+extra_css:
+ - assets/luxcena-colors.css
+markdown_extensions:
+ - codehilite:
+ pygments_style: monokai
+ linenums: true
+ - admonition
+ - pymdownx.arithmatex
+ - pymdownx.betterem:
+ smart_enable: all
+ - pymdownx.caret
+ - pymdownx.critic
+ - pymdownx.details
+ - pymdownx.emoji:
+ emoji_generator: !!python/name:pymdownx.emoji.to_svg
+ - pymdownx.inlinehilite
+ - pymdownx.magiclink
+ - pymdownx.mark
+ - pymdownx.smartsymbols
+ - pymdownx.superfences
+ - pymdownx.tasklist:
+ custom_checkbox: true
+ - pymdownx.tilde
+nav:
+ - Introduction: index.md
+ - Plan for the future: FuturePlan.md
+ - Usage:
+ - Install: Usage/Install.md
+ - Configuration: Usage/Configuration.md
+ - CLI: Usage/CLI.md
+ - Scripting:
+ - Support Library: Scripting/SupportLib/README.md
+ - Examples:
+ - Strandtest: Scripting/Examples/strandtest.md
+ - Code Documentation:
+ - 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