Skip to content

Commit

Permalink
Fix mkdocs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ehfd authored Oct 29, 2024
1 parent 97ebb07 commit cc2b6d5
Showing 1 changed file with 32 additions and 31 deletions.
63 changes: 32 additions & 31 deletions docs/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ site_name: Selkies-GStreamer
site_url: https://selkies-project.github.io/selkies-gstreamer
site_description: >-
Open-Source Low-Latency Accelerated Linux WebRTC HTML5 Remote Desktop Streaming Platform for Self-Hosting, Containers, Kubernetes, or Cloud/HPC
docs_dir: ./
theme:
name: material
Expand Down Expand Up @@ -76,45 +77,45 @@ theme:

# Plugins
plugins:
- search:
separator: '[\s\u200b\-_,:!=\[\]()"`/]+|\.(?!\d)|&[lg]t;|(?!\b)(?=[A-Z][a-z])'
- search:
separator: '[\s\u200b\-_,:!=\[\]()"`/]+|\.(?!\d)|&[lg]t;|(?!\b)(?=[A-Z][a-z])'

# Additional configuration
extra:
generator: false
social:
- icon: fontawesome/brands/github
link: https://github.com/selkies-project/selkies-gstreamer
- icon: fontawesome/brands/discord
link: https://discord.gg/wDNGDeSW5F
- icon: fontawesome/brands/github
link: https://github.com/selkies-project/selkies-gstreamer
- icon: fontawesome/brands/discord
link: https://discord.gg/wDNGDeSW5F

# Extensions
markdown_extensions:
- toc:
permalink: true
- abbr
- admonition
- attr_list
- def_list
- footnotes
- md_in_html
- tables
# - pymdownx.details
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- toc:
permalink: true
- abbr
- admonition
- attr_list
- def_list
- footnotes
- md_in_html
- tables
# - pymdownx.details
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences

# Navigation
nav:
- Home: README.md
- 'What is Selkies-GStreamer?': design.md
- 'Getting Started': start.md
- 'Troubleshooting and FAQs': usage.md#troubleshooting-and-faqs
- 'WebRTC and Firewall Issues': firewall.md
- Usage: usage.md#usage
- Components: component.md
- 'Development and Contributions': development.md
- Home: README.md
- 'What is Selkies-GStreamer?': design.md
- 'Getting Started': start.md
- 'Troubleshooting and FAQs': usage.md#troubleshooting-and-faqs
- 'WebRTC and Firewall Issues': firewall.md
- Usage: usage.md#usage
- Components: component.md
- 'Development and Contributions': development.md

0 comments on commit cc2b6d5

Please sign in to comment.