Updated Wiki content

OrcaSlicerBot
2026-01-03 05:30:13 +00:00
parent ec434f1976
commit 65b55c2262
3 changed files with 8 additions and 2 deletions

@@ -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,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: