You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
docs/mkdocs.yml

82 lines
2.2 KiB
YAML

2 years ago
site_name: Docs St1t.ru
2 years ago
repo_url: https://git.st1t.ru/thest1tch/docs
2 years ago
repo_name: thest1tch/docs
edit_uri: edit/main/docs/
theme:
name: material
2 years ago
#custom_dir: overrides
2 years ago
language: en
#logo: images/site/logo.png
favicon: images/assets/favicon.png
icon:
repo: fontawesome/brands/github
logo: fontawesome/regular/folder-open
palette:
- scheme: default
primary: blue
accent: teal
toggle:
icon: material/weather-night
name: Switch to dark mode
- scheme: slate
toggle:
icon: material/weather-sunny
name: Switch to light mode
font:
code: Jet Brains Mono
features:
- navigation.instant
- navigation.sections # prevents collapsible sections
- navigation.indexes # section index pages
2 years ago
#- navigation.expand #expands sections by default
- navigation.tabs
- navigation.tabs.sticky
- navigation.top
- navigation.pruning
- search.suggest
- search.share
- content.code.annotate
- content.code.copy
- header.autohide
- announce.dismiss
- toc.follow
2 years ago
# insiders only
# - search.suggest
plugins:
2 years ago
- search
2 years ago
markdown_extensions:
- abbr
- admonition # enables coloured blocks mid article
- attr_list # improves image handling
- pymdownx.details # enables collapsible admonitions
- footnotes
- meta # adds support for front matter
- toc:
permalink: true
toc_depth: 4
- pymdownx.highlight: # code highlighting
linenums: true
- pymdownx.tabbed # enables tabs for embedded blocks
- pymdownx.snippets
- pymdownx.superfences # allows for the nesting of code blocks inside other blocks
- pymdownx.keys
copyright: 2023 © TheSt1tch - Licensed under GPLv3
nav:
2 years ago
- Welcome: index.md
2 years ago
- 🐳 Docker Compose:
- Install Docker Compose: docker-compose.md
2 years ago
- Linx Server: docker-compose/linx-server.md
2 years ago
- Samba: docker-compose/samba.md
2 years ago
- Media Server:
- Plex: docker-compose/plex.md
- Plex Meta Manager: docker-compose/plex-mm.md
- Traefik:
- Traefik Forward Auth: docker-compose/traefik-forward-auth.md
2 years ago
#- Hardware:
2 years ago
- Other:
- SSL для сайта: other/ssl-for-site.md
- Ubuntu bash aliases: other/ubuntu-bash-aliases.md