This commit is contained in:
parent
d3afeadcf9
commit
c9526ed35f
4 changed files with 36 additions and 2 deletions
19
mkdocs.yml
19
mkdocs.yml
|
@ -66,6 +66,7 @@ theme:
|
|||
language: de
|
||||
features:
|
||||
- announce.dismiss
|
||||
- content.code.copy
|
||||
- navigation.instant
|
||||
- navigation.instant.progress
|
||||
- navigation.tracking
|
||||
|
@ -85,9 +86,21 @@ plugins:
|
|||
- search
|
||||
- privacy:
|
||||
enabled: !ENV [CI, false]
|
||||
- mkdocstrings:
|
||||
handlers:
|
||||
python:
|
||||
import:
|
||||
- https://docs.python.org/3/objects.inv
|
||||
- https://installer.readthedocs.io/en/stable/objects.inv
|
||||
options:
|
||||
show_bases: false
|
||||
show_source: true
|
||||
show_labels: false
|
||||
show_root_heading: true
|
||||
- optimize:
|
||||
enabled: !ENV [CI, false]
|
||||
- typeset
|
||||
- awesome-pages
|
||||
- blog:
|
||||
archive: false
|
||||
- git-revision-date-localized:
|
||||
|
@ -123,6 +136,7 @@ plugins:
|
|||
categories:
|
||||
- categories
|
||||
- tags
|
||||
- macros
|
||||
|
||||
# Additional configuration
|
||||
extra:
|
||||
|
@ -186,7 +200,8 @@ extra_javascript:
|
|||
nav:
|
||||
- Home:
|
||||
- Über mich: index.md
|
||||
- Über diese Website: about-website.md
|
||||
- Changelog: changelog.md
|
||||
- Lizenz: license.md
|
||||
- Lebenslauf: cv/index.md
|
||||
- Projekte: projects/index.md
|
||||
- Tech Stack: techstack/index.md
|
||||
|
@ -194,4 +209,4 @@ nav:
|
|||
- Impressum: imprint/index.md
|
||||
- Blog:
|
||||
- blog/index.md
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue