bash-hackers-wiki/mkdocs.yml

28 lines
524 B
YAML
Raw Normal View History

site_name: The Bash Hackers Wiki
2023-07-04 14:15:26 +02:00
repo_url: https://github.com/flokoe/bash-hackers-wiki
repo_name: flokoe/bash-hackers-wiki
edit_uri: edit/main/docs/
theme:
name: material
features:
- navigation.tabs
2023-07-04 14:15:26 +02:00
- content.action.view
- content.action.edit
icon:
repo: fontawesome/brands/github
plugins:
2023-07-04 13:54:36 +02:00
- tags:
tags_file: tags.md
2023-07-04 14:15:26 +02:00
- git-revision-date-localized:
enable_creation_date: true
markdown_extensions:
- admonition
nav:
2023-07-04 13:54:36 +02:00
- Start: index.md
2023-07-04 13:56:41 +02:00
- Snipplets: snipplets/index.md
2023-07-04 13:54:36 +02:00
- tags.md