aboutsummaryrefslogtreecommitdiff
path: root/mkdocs.yml
blob: e282b177c73d507b1dd24dbd20745bc023ddf688 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
site_name: Luxcena Neo Documentation
site_dir: public/docs
theme:
  name: 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
plugins:
    - mkdocstrings:
        handlers:
            python:
              paths: [NeoRuntime/Runtime]
nav:
    - Introduction: index.md
    - Plan for the future: FuturePlan.md
    - Usage:
        - Install: Usage/Install.md
        - Configuration: Usage/Configuration.md
        - CLI: Usage/CLI.md
    - Scripting:
        - Strip: Scripting/Strip.md
        - Main interface: Scripting/NeoBehaviour.md
          #- Support Library: Scripting/SupportLib/README.md
    - Code Documentation:
        #- Modules:
        #    - CompileAndRun: "Code Documentation/Modules/CompileAndRun.md"
        - Run: Code Documentation/Run/index.md
        - API:
            - Socket-IO: Code Documentation/SocketIO.md