dream2nix/docs/mkdocs.yml

75 lines
1.7 KiB
YAML
Raw Normal View History

2024-06-11 12:39:11 +03:00
site_name: Dream2Nix
docs_dir: "src"
site_url: "https://nix-community.github.io/dream2nix"
site_dir: !ENV out
plugins:
- generate_options
- search
2024-06-11 15:08:49 +03:00
extra_css:
- style.css
nav:
2024-06-11 14:59:25 +03:00
- "Introduction": index.md
- "Getting Started": gettingstarted.md
2024-06-11 14:59:25 +03:00
- Concepts:
- Modules: modules.md
- "Overriding Dependencies": overrides.md
- Examples:
- "👉 example repository": https://github.com/nix-community/dream2nix/tree/main/examples/repo-with-packages
- "👉 example repository using flakes": https://github.com/nix-community/dream2nix/tree/main/examples/repo-with-packages-flake)
- "👉 example packages": https://github.com/nix-community/dream2nix/tree/main/examples/packages)
markdown_extensions:
- tables
- admonition
- pymdownx.escapeall
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.tasklist
2024-06-11 14:59:25 +03:00
- pymdownx.details
validation:
omitted_files: warn
absolute_links: warn
unrecognized_links: warn
anchors: warn
theme:
name: material
favicon: favicon.png
logo: favicon.png
font:
text: Roboto
code: Roboto Mono
features:
- search.suggest
- search.highlight
- instant
- navigation.instant
- navigation.instant.prefetch
- navigation.instant.progress
- navigation.tracking
- navigation.sections
- navigation.path
- navigation.prune
- navigation.top
- toc.follow
- toc.integrate
- content.code.annotate
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/nix-community/dream2nix
name: Dream2nix on Github
- icon: fontawesome/solid/comments
link: https://matrix.to/#/#dream2nix:nixos.org
name: Dream2nix Matrix Channel