diff --git a/.github/workflows/deploy-wiki.yml b/.github/workflows/deploy-wiki.yml index a14c591..eb8d54d 100644 --- a/.github/workflows/deploy-wiki.yml +++ b/.github/workflows/deploy-wiki.yml @@ -21,7 +21,7 @@ jobs: python-version: '3.x' - name: Install mkdocs - run: pip install mkdocs + run: pip install mkdocs mkdocs-material pymdown-extensions - name: Build wiki content run: | diff --git a/.gitignore b/.gitignore index ca2a130..e129c8b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ wiki/ +docs/ .DS_Store \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index 86755bc..0aadf2b 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -12,7 +12,9 @@ use_directory_urls: false # Theme configuration 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: @@ -24,6 +26,9 @@ markdown_extensions: permalink: true - attr_list - md_in_html + - admonition + - pymdownx.details # For collapsible admonitions + - pymdownx.superfences # Navigation structure based on Home.md nav: