Revert "website: revert back to nix-community.github.io/dream2nix"

This reverts commit fcbfd63231.
This commit is contained in:
DavHau 2024-07-29 17:34:20 +07:00 committed by mergify[bot]
parent 736f7ac951
commit b14eca8b2c
4 changed files with 5 additions and 5 deletions

View File

@ -7,7 +7,7 @@
<br>
Automate reproducible packaging for various language ecosystems
<br>
<a href="https://nix-community.github.io/dream2nix/">Documentation</a> |
<a href="https://dream2nix.dev/">Documentation</a> |
<a href="https://github.com/nix-community/dream2nix/tree/main/examples/repo-with-packages">Example Repo</a> |
<a href="https://github.com/nix-community/dream2nix/tree/main/examples/repo-with-packages-flake">Example Repo Flake</a> |
<a href="https://github.com/nix-community/dream2nix/tree/main/examples/packages">Example Packages</a>
@ -29,7 +29,7 @@ If your organization wants to support the project with extra funding in order to
### Documentation
[👉 To the docs](https://nix-community.github.io/dream2nix)
[👉 To the docs](https://dream2nix.dev)
### Presentations

View File

@ -1,6 +1,6 @@
site_name: Dream2Nix
docs_dir: "src"
site_url: "https://nix-community.github.io/dream2nix"
site_url: "https://dream2nix.dev"
site_dir: !ENV out
repo_url: https://github.com/nix-community/dream2nix

View File

@ -25,7 +25,7 @@ This is why we established a unit testing suit for pure translators. This is rea
- Improved usage examples in readme
- Improvements on several subsystems including nodejs and rust
- New documentation website:
https://nix-community.github.io/dream2nix/
https://dream2nix.dev/
- Added subsystems:
- python

View File

@ -78,5 +78,5 @@ The following conditional override disables tests for versions of the `pillow` p
## List of Options
Different dream2nix modules offer different options to override.
Refer to the [documentation](https://nix-community.github.io/dream2nix) of the specific language module to see the options.
Refer to the [documentation](https://dream2nix.dev) of the specific language module to see the options.
Alternatively enter `{module-name}.overrides` into the documentation search.