/ docs / SUMMARY.md
SUMMARY.md
 1  # Summary
 2  
 3  [Aleph-Naught (aleph)](index.md)
 4  
 5  ______________________________________________________________________
 6  
 7  # Start
 8  
 9  - [Getting Started](start/README.md)
10  
11  ______________________________________________________________________
12  
13  # Concepts
14  
15  - [Overview](concepts/README.md)
16  - [Prelude](concepts/prelude.md)
17  - [Overlays](concepts/overlays.md)
18  - [Stdenvs](concepts/stdenvs.md)
19  - [Aleph.Script](concepts/typed-unix.md)
20  
21  ______________________________________________________________________
22  
23  # Guides
24  
25  - [Overview](guides/README.md)
26  - [Write a Package](guides/write-package.md)
27  - [Write a Script](guides/write-script.md)
28  
29  ______________________________________________________________________
30  
31  # Reference
32  
33  - [Overview](reference/README.md)
34  - [Flake Modules](reference/modules.md)
35  - [Scripts](reference/scripts.md)
36  - [Templates](reference/templates.md)
37  
38  ______________________________________________________________________
39  
40  # RFCs
41  
42  - [RFCs](rfc/README.md)
43    - [001: Standard Nix](rfc/aleph-001-standard-nix.md)
44    - [002: Linting](rfc/aleph-002-lint.md)
45    - [003: Prelude](rfc/aleph-003-prelude.md)
46    - [004: Aleph.Script](rfc/aleph-004-typed-unix.md)
47    - [005: Profiles](rfc/aleph-005-profiles.md)
48    - [006: Safe Bash](rfc/aleph-006-safe-bash.md)
49    - [007: Formalization](rfc/aleph-007-formalization.md)
50    - [Conformance Report](rfc/conformance-report.md)