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
|
|
|
|
|
2024-06-11 14:38:36 +03:00
|
|
|
plugins:
|
|
|
|
- search
|
|
|
|
|
2024-06-11 15:08:49 +03:00
|
|
|
extra_css:
|
|
|
|
- style.css
|
|
|
|
|
|
|
|
|
2024-06-11 14:38:36 +03:00
|
|
|
nav:
|
2024-06-11 15:41:16 +03:00
|
|
|
- "Home": index.md
|
2024-06-11 14:38:36 +03:00
|
|
|
- "Getting Started": gettingstarted.md
|
2024-06-11 14:59:25 +03:00
|
|
|
- Concepts:
|
2024-06-11 15:41:16 +03:00
|
|
|
- "Modules": modules.md
|
2024-06-11 14:59:25 +03:00
|
|
|
- "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)
|
2024-06-11 14:38:36 +03:00
|
|
|
|
|
|
|
|
|
|
|
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
|
2024-06-11 14:38:36 +03:00
|
|
|
|
|
|
|
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.path
|
|
|
|
- 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
|