mirror of
https://github.com/ChrisTitusTech/winutil.git
synced 2024-11-14 22:55:52 -06:00
499848d643
* Updates styling for WinUtil. * Removes announcement and fixes grammar * Revert "Deploying to main from @ ChrisTitusTech/winutil@8a6116cea1 🚀" This reverts commitdf2fe4a4c6
. * Revert "Deploying to main from @ ChrisTitusTech/winutil@e82870da89 🚀" This reverts commit8a6116cea1
. * Revert "Deploying to main from @ ChrisTitusTech/winutil@e784604a1a 🚀" This reverts commite82870da89
. * Revert "Update pre-release.yaml" This reverts commite784604a1a
. * Revert "Fixes release log (#2377)" This reverts commit5d3d47eeb5
. * Reapply "Fixes release log (#2377)" This reverts commit86f8d567b9
. * Reapply "Update pre-release.yaml" This reverts commit8761f3b815
. * Reapply "Deploying to main from @ ChrisTitusTech/winutil@e784604a1a 🚀" This reverts commit673f416257
. * Update README.md
76 lines
1.8 KiB
YAML
76 lines
1.8 KiB
YAML
site_name: Chris Titus WinUtil Official Documentation
|
|
repo_url: https://github.com/ChrisTitusTech/winutil
|
|
|
|
nav:
|
|
- Introduction: 'index.md'
|
|
- User Guide: 'userguide.md'
|
|
- Contribute: 'contribute.md'
|
|
- Updates: 'updates.md'
|
|
- Known Issues: 'KnownIssues.md'
|
|
- FAQ: 'faq.md'
|
|
|
|
theme:
|
|
name: material
|
|
custom_dir: 'overrides'
|
|
features:
|
|
- navigation.tabs
|
|
- navigation.sections
|
|
- toc.integrate
|
|
- navigation.top
|
|
- search.suggest
|
|
- search.highlight
|
|
- content.tabs.link
|
|
- content.code.annotation
|
|
- content.code.copy
|
|
language: en
|
|
logo: assets/favicon.png
|
|
favicon: assets/favicon.png
|
|
palette:
|
|
# Palette toggle for automatic mode
|
|
- media: "(prefers-color-scheme)"
|
|
toggle:
|
|
icon: material/brightness-auto
|
|
name: Switch to light mode
|
|
|
|
# Palette toggle for light mode
|
|
- media: "(prefers-color-scheme: light)"
|
|
scheme: default
|
|
|
|
|
|
toggle:
|
|
icon: material/brightness-7
|
|
name: Switch to dark mode
|
|
|
|
# Palette toggle for dark mode
|
|
- media: "(prefers-color-scheme: dark)"
|
|
scheme: slate
|
|
toggle:
|
|
icon: material/toggle-switch
|
|
name: Switch to light mode
|
|
primary: teal
|
|
accent: lime
|
|
markdown_extensions:
|
|
- admonition
|
|
- pymdownx.details
|
|
- pymdownx.superfences
|
|
- pymdownx.superfences:
|
|
custom_fences:
|
|
- name: mermaid
|
|
class: mermaid
|
|
format: !!python/name:pymdownx.superfences.fence_code_format
|
|
- abbr
|
|
- attr_list
|
|
- pymdownx.snippets
|
|
- md_in_html
|
|
- pymdownx.superfences
|
|
- pymdownx.tabbed:
|
|
alternate_style: true
|
|
- pymdownx.highlight:
|
|
anchor_linenums: true
|
|
line_spans: __span
|
|
pygments_lang_class: true
|
|
- pymdownx.inlinehilite
|
|
- def_list
|
|
- pymdownx.tasklist:
|
|
custom_checkbox: true
|