mirror of
https://github.com/Cian-H/I-Form_Research_Server_Docs.git
synced 2026-02-03 08:02:30 +00:00
Added initial documentation
This commit is contained in:
20
mkdocs.yaml
20
mkdocs.yaml
@@ -24,11 +24,15 @@ theme:
|
||||
toggle:
|
||||
icon: material/lightbulb-outline
|
||||
name: Switch to light mode
|
||||
features:
|
||||
- content.code.copy
|
||||
|
||||
nav:
|
||||
- Home: index.md
|
||||
- Getting Started:
|
||||
- Usage: usage.md
|
||||
- Accessing the server: getting_started/accessing_the_server.md
|
||||
- Usage: getting_started/usage.md
|
||||
- Deploying new nodes: getting_started/deploying_new_nodes.md
|
||||
- Reference:
|
||||
# - FAQ: faq.md
|
||||
# - Troubleshooting: troubleshooting.md
|
||||
@@ -39,6 +43,15 @@ extra:
|
||||
version:
|
||||
provider: mike
|
||||
|
||||
markdown_extensions:
|
||||
- pymdownx.highlight:
|
||||
anchor_linenums: true
|
||||
line_spans: __span
|
||||
pygments_lang_class: true
|
||||
- pymdownx.inlinehilite
|
||||
- pymdownx.snippets
|
||||
- pymdownx.superfences
|
||||
|
||||
plugins:
|
||||
#TODO: Add plugins, they seem to be broken at the moment
|
||||
# - material/optimize
|
||||
@@ -46,5 +59,6 @@ plugins:
|
||||
# - material/projects
|
||||
# - material/typeset
|
||||
- search
|
||||
# - git-revision-date-localized:
|
||||
# enable_creation_date: true
|
||||
- git-revision-date-localized:
|
||||
enable_creation_date: true
|
||||
- glightbox
|
||||
Reference in New Issue
Block a user