Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs/src/content/docs/tutorials/bogus.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ title: "Template: Bug Reproduction"
description: Create minimal reproductions for Den bug reports using nix-unit.
---


import { Aside } from '@astrojs/starlight/components';

<Aside title="Source" icon="github">
[`templates/bogus`](https://github.com/vic/den/tree/main/templates/bogus)
</Aside>
Expand Down
3 changes: 3 additions & 0 deletions docs/src/content/docs/tutorials/ci.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ title: "Template: CI Tests"
description: Den's own test suite — the definitive reference for every feature.
---


import { Aside } from '@astrojs/starlight/components';

<Aside title="Source" icon="github">
[`templates/ci`](https://github.com/vic/den/tree/main/templates/ci)
</Aside>
Expand Down
3 changes: 3 additions & 0 deletions docs/src/content/docs/tutorials/default.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ title: "Template: Default"
description: Recommended starting point with flake-parts, Home-Manager, and VM testing.
---


import { Aside } from '@astrojs/starlight/components';

<Aside title="Source" icon="github">
[`templates/default`](https://github.com/vic/den/tree/main/templates/default)
</Aside>
Expand Down
3 changes: 3 additions & 0 deletions docs/src/content/docs/tutorials/example.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ title: "Template: Example"
description: Feature showcase with namespaces, angle brackets, cross-platform aspects, and providers.
---


import { Aside } from '@astrojs/starlight/components';

<Aside title="Source" icon="github">
[`templates/example`](https://github.com/vic/den/tree/main/templates/example)
</Aside>
Expand Down
3 changes: 3 additions & 0 deletions docs/src/content/docs/tutorials/flake-parts-modules.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ title: "Template: Flake Parts Modules"
description: Den Forwarding classes for third-party flake-parts perSystem submodules.
---


import { Aside } from '@astrojs/starlight/components';

<Aside title="Source" icon="github">
[`templates/flake-parts-modules`](https://github.com/vic/den/tree/main/templates/flake-parts-modules)
</Aside>
Expand Down
3 changes: 3 additions & 0 deletions docs/src/content/docs/tutorials/microvm.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ title: "Template: MicroVM"
description: Feature showcase MicroVM integration with custom context pipelines and custom classes.
---


import { Aside } from '@astrojs/starlight/components';

<Aside title="Source" icon="github">
[`templates/microvm`](https://github.com/vic/den/tree/main/templates/microvm)
</Aside>
Expand Down
3 changes: 3 additions & 0 deletions docs/src/content/docs/tutorials/minimal.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ title: "Template: Minimal"
description: The smallest possible Den setup — one host, one user, no extra dependencies.
---


import { Aside } from '@astrojs/starlight/components';

<Aside title="Source" icon="github">
[`templates/minimal`](https://github.com/vic/den/tree/main/templates/minimal)
</Aside>
Expand Down
3 changes: 3 additions & 0 deletions docs/src/content/docs/tutorials/noflake.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ title: "Template: No-Flake"
description: Using Den with stable Nix — no flakes needed.
---


import { Aside } from '@astrojs/starlight/components';

<Aside title="Source" icon="github">
[`templates/noflake`](https://github.com/vic/den/tree/main/templates/noflake)
</Aside>
Expand Down
Loading