mirror of
https://github.com/QIDITECH/moonraker.git
synced 2026-02-01 09:08:43 +03:00
PLUS4的moonraker
This commit is contained in:
118
mkdocs.yml
118
mkdocs.yml
@@ -2,24 +2,116 @@ site_name: Moonraker
|
||||
site_url: https://moonraker.readthedocs.io
|
||||
repo_url: https://github.com/Arksine/moonraker
|
||||
nav:
|
||||
- 'User Documentation':
|
||||
- Installation: installation.md
|
||||
- Configuration : configuration.md
|
||||
- User Changes: user_changes.md
|
||||
- 'Client Developers':
|
||||
- Client API: web_api.md
|
||||
- Installation: installation.md
|
||||
- Configuration : configuration.md
|
||||
- 'Developer Documentation':
|
||||
- Remote API: web_api.md
|
||||
- Printer Objects: printer_objects.md
|
||||
- API Changes: api_changes.md
|
||||
- 'Backend Developers':
|
||||
- Contributing: contributing.md
|
||||
- Components: components.md
|
||||
- Contribution Guidelines: contributing.md
|
||||
- Changelog: changelog.md
|
||||
theme:
|
||||
name: readthedocs
|
||||
name: material
|
||||
palette:
|
||||
- scheme: default
|
||||
primary: blue grey
|
||||
accent: light blue
|
||||
toggle:
|
||||
icon: material/weather-sunny
|
||||
name: Switch to Dark Mode
|
||||
- scheme: slate
|
||||
primary: black
|
||||
accent: light blue
|
||||
toggle:
|
||||
icon: material/weather-night
|
||||
name: Switch to Light Mode
|
||||
font:
|
||||
text: Roboto
|
||||
code: Roboto Mono
|
||||
features:
|
||||
- navigation.top
|
||||
- navigation.instant
|
||||
- navigation.indexes
|
||||
- navigation.expand
|
||||
- toc.follow
|
||||
- content.tabs.link
|
||||
- search.share
|
||||
- search.highlight
|
||||
- search.suggest
|
||||
- content.code.copy
|
||||
- content.code.annotations
|
||||
plugins:
|
||||
- search
|
||||
markdown_extensions:
|
||||
- abbr
|
||||
- admonition
|
||||
- pymdownx.superfences
|
||||
- pymdownx.highlight:
|
||||
use_pygments: false
|
||||
- attr_list
|
||||
- def_list
|
||||
- footnotes
|
||||
- md_in_html
|
||||
- toc:
|
||||
permalink: true
|
||||
- pymdownx.arithmatex:
|
||||
generic: true
|
||||
- pymdownx.betterem:
|
||||
smart_enable: all
|
||||
- pymdownx.caret
|
||||
- pymdownx.details
|
||||
- pymdownx.emoji:
|
||||
emoji_index: !!python/name:materialx.emoji.twemoji
|
||||
emoji_generator: !!python/name:materialx.emoji.to_svg
|
||||
- pymdownx.highlight
|
||||
- pymdownx.inlinehilite
|
||||
- pymdownx.keys
|
||||
- pymdownx.mark
|
||||
- pymdownx.smartsymbols
|
||||
- pymdownx.superfences
|
||||
- pymdownx.tabbed:
|
||||
alternate_style: true
|
||||
- pymdownx.tasklist:
|
||||
custom_checkbox: true
|
||||
- pymdownx.tilde
|
||||
- pymdownx.blocks.details:
|
||||
types:
|
||||
- name: details-new
|
||||
class: new
|
||||
- name: details-settings
|
||||
class: settings
|
||||
- name: details-note
|
||||
class: note
|
||||
- name: details-abstract
|
||||
class: abstract
|
||||
- name: details-info
|
||||
class: info
|
||||
- name: details-tip
|
||||
class: tip
|
||||
- name: details-success
|
||||
class: success
|
||||
- name: details-question
|
||||
class: question
|
||||
- name: details-warning
|
||||
class: warning
|
||||
- name: details-failure
|
||||
class: failure
|
||||
- name: details-danger
|
||||
class: danger
|
||||
- name: details-bug
|
||||
class: bug
|
||||
- name: details-example
|
||||
class: example
|
||||
- name: details-quote
|
||||
class: quote
|
||||
- name: api-example-response
|
||||
class: example
|
||||
title: "Example Response"
|
||||
- name: api-response-schema
|
||||
class: info
|
||||
title: "Response Schema"
|
||||
- name: api-parameters
|
||||
class: info
|
||||
title: "Parameters"
|
||||
- tables
|
||||
- compact_tables:
|
||||
auto_insert_break: true
|
||||
extra_css:
|
||||
- src/css/extras.css
|
||||
Reference in New Issue
Block a user