mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-26 22:55:57 +00:00
Updated Wiki content
2
.github/workflows/deploy-wiki.yml
vendored
2
.github/workflows/deploy-wiki.yml
vendored
@@ -21,7 +21,7 @@ jobs:
|
|||||||
python-version: '3.x'
|
python-version: '3.x'
|
||||||
|
|
||||||
- name: Install mkdocs
|
- name: Install mkdocs
|
||||||
run: pip install mkdocs
|
run: pip install mkdocs mkdocs-material pymdown-extensions
|
||||||
|
|
||||||
- name: Build wiki content
|
- name: Build wiki content
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,2 +1,3 @@
|
|||||||
wiki/
|
wiki/
|
||||||
|
docs/
|
||||||
.DS_Store
|
.DS_Store
|
||||||
@@ -12,7 +12,9 @@ use_directory_urls: false
|
|||||||
|
|
||||||
# Theme configuration
|
# Theme configuration
|
||||||
theme:
|
theme:
|
||||||
name: readthedocs
|
name: material
|
||||||
|
features:
|
||||||
|
- content.code.copy # Enables the copy-to-clipboard button
|
||||||
|
|
||||||
# Markdown extensions (using built-in extensions to avoid extra dependencies)
|
# Markdown extensions (using built-in extensions to avoid extra dependencies)
|
||||||
markdown_extensions:
|
markdown_extensions:
|
||||||
@@ -24,6 +26,9 @@ markdown_extensions:
|
|||||||
permalink: true
|
permalink: true
|
||||||
- attr_list
|
- attr_list
|
||||||
- md_in_html
|
- md_in_html
|
||||||
|
- admonition
|
||||||
|
- pymdownx.details # For collapsible admonitions
|
||||||
|
- pymdownx.superfences
|
||||||
|
|
||||||
# Navigation structure based on Home.md
|
# Navigation structure based on Home.md
|
||||||
nav:
|
nav:
|
||||||
|
|||||||
Reference in New Issue
Block a user