docs: link examples from the docs

This commit is contained in:
DavHau 2023-07-29 15:27:49 +02:00
parent d48babc7b5
commit c3f184f09f
3 changed files with 12 additions and 3 deletions

View File

@ -8,8 +8,8 @@
Automate reproducible packaging for various language ecosystems
<br>
<a href="https://nix-community.github.io/dream2nix/">Documentation</a> |
<a href="https://github.com/nix-community/dream2nix/tree/main/examples/dream2nix-repo">Example Repo</a>
<a href="https://github.com/nix-community/dream2nix/tree/main/modules/drvs">Example Modules</a>
<a href="https://github.com/nix-community/dream2nix/tree/main/examples/dream2nix-repo">Example Repo</a> |
<a href="https://github.com/nix-community/dream2nix/tree/main/examples">Example Packages</a>
</p>
!!! Warning: dream2nix is unstable software. While simple UX is one of our main focus points, the APIs are still under development. Do expect changes that will break your setup.

View File

@ -1,7 +1,12 @@
- [Introduction](./intro.md)
# concepts
# Examples
- [dream2nix examples](./examples.md)
# Concepts
- [dream2nix modules](./modules.md)
# Drafts
- [DRAFT (outdated): modules based API](./v1-api/summary.md)
- [problems of the legacy dream2nix](./v1-api/problems.md)
- [users of dream2nix](./v1-api/users.md)

4
docs/src/examples.md Normal file
View File

@ -0,0 +1,4 @@
# Examples for dream2nix
- [👉 example repository](https://github.com/nix-community/dream2nix/tree/main/examples/dream2nix-repo)
- [👉 example packages](https://github.com/nix-community/dream2nix/tree/main/examples)