Arquivos
yewtube/mkdocs.yml
T
lawrence 42cfda07dd Update project URL and version maintenance (#1262)
* Update project URL

* Update __version__ in setup.py

This suppresses the update notifications

* help new: more accurate helptext

`help new` doesn't actually check whether there's a new version,
it shows the changelog for the latest release no matter what.
Update helptext to reflect this.
2024-03-20 16:46:45 +05:00

50 linhas
900 B
YAML

site_name: Yewtube
site_description: Terminal based YouTube player and downloader.
site_url: https://iamtalhaasghar.github.io/yewtube
repo_url: https://github.com/mps-youtube/yewtube
repo_name: mps-youtube/yewtube
nav:
- Home:
- Overview: index.md
- Changelog: changelog.md
- License: license.md
- Code Reference: reference/
- Development:
- Contributing: contributing.md
theme:
name: material
features:
- navigation.tabs
palette:
scheme: slate
primary: teal
accent: purple
extra_css:
- css/mkdocstrings.css
markdown_extensions:
- admonition
- pymdownx.emoji
- pymdownx.magiclink
- pymdownx.snippets:
check_paths: true
- pymdownx.superfences
- pymdownx.tabbed
- pymdownx.tasklist
- toc:
permalink: true
plugins:
- search
- mkdocstrings:
watch:
- mps_youtube
- gen-files:
scripts:
- docs/gen_ref_nav.py
- literate-nav:
nav_file: SUMMARY.md