From 1a3b8642614f33d296c58d63456c57b7d0606ab2 Mon Sep 17 00:00:00 2001 From: Santiago Fraire Date: Sat, 24 Jun 2023 08:36:14 +0200 Subject: [PATCH] docs: make documentation visible right away --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e0fcebc..d90011f 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,12 @@ Opinionated features are provided by an ecosystem of modules that you can import `flake-parts` _itself_ has the goal to be a minimal mirror of the Nix flake schema. Used by itself, it is very lightweight. +--- + +**Documentation**: [flake.parts](https://flake.parts) + +--- + # Why Modules? Flakes are configuration. The module system lets you refactor configuration @@ -90,7 +96,3 @@ See the folder [examples/](./examples). # Options Reference See [flake.parts options](https://flake.parts/options/flake-parts.html) - -# Documentation - -See [flake.parts](https://flake.parts)