Book layout

This commit is contained in:
2025-07-13 00:09:27 +02:00
parent 35479395d8
commit 2052c93e43
15 changed files with 119 additions and 0 deletions

15
src/SUMMARY.md Normal file
View File

@ -0,0 +1,15 @@
# Summary
[Introduction](./introduction.md)
- [Installation](./installation/index.md)
- [Configuration](./configuration/index.md)
- [Users](./configuration/users.md)
- [Drivers](./configuration/drivers.md)
- [GUI](./configuration/GUI.md)
- [Home-manager](./configuration/hm.md)
---
[About](./about.md)
[Contributing](./contributing.md)

1
src/about.md Normal file
View File

@ -0,0 +1 @@
# About

1
src/configuration/GUI.md Normal file
View File

@ -0,0 +1 @@
# GUI

View File

@ -0,0 +1 @@
# Drivers

1
src/configuration/hm.md Normal file
View File

@ -0,0 +1 @@
# Home-manager

View File

@ -0,0 +1 @@
# Configuration

View File

@ -0,0 +1 @@
# Users

1
src/contributing.md Normal file
View File

@ -0,0 +1 @@
# Contributing

View File

@ -0,0 +1 @@
# Installation

1
src/introduction.md Normal file
View File

@ -0,0 +1 @@
# Introduction