From 7bdce37fd3f18e2712e18c4e2c64cac69af0aca1 Mon Sep 17 00:00:00 2001 From: Jakob Stendahl Date: Sun, 19 Sep 2021 19:43:11 +0200 Subject: :boom: Introduce new UI based on svelte, and rewrite a lot of the node app and the NeoRuntime --- mkdocs.yml | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 mkdocs.yml (limited to 'mkdocs.yml') 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 -- cgit v1.2.3