diff --git a/src/SUMMARY.md b/src/SUMMARY.md index c29bdb3..39f5c77 100644 --- a/src/SUMMARY.md +++ b/src/SUMMARY.md @@ -10,7 +10,11 @@ - [Drivers](./configuration/drivers.md) - [GUI](./configuration/GUI.md) - [Home-manager](./configuration/hm.md) - - [How to find new software](./configuration/new.md) + - [How to find new software and configure](./configuration/new.md) +- [Building your own software](./build/index.md) + - [Dev shells](./build/devshell.md) + - [Packages](./build/packages.md) + - [Templates](./build/templates.md) --- diff --git a/src/build/devshell.md b/src/build/devshell.md new file mode 100644 index 0000000..2e82339 --- /dev/null +++ b/src/build/devshell.md @@ -0,0 +1 @@ +# Dev shells diff --git a/src/build/index.md b/src/build/index.md new file mode 100644 index 0000000..81bd72f --- /dev/null +++ b/src/build/index.md @@ -0,0 +1 @@ +# Building your own software diff --git a/src/build/packages.md b/src/build/packages.md new file mode 100644 index 0000000..3fbbc74 --- /dev/null +++ b/src/build/packages.md @@ -0,0 +1 @@ +# Packages diff --git a/src/build/templates.md b/src/build/templates.md new file mode 100644 index 0000000..684234f --- /dev/null +++ b/src/build/templates.md @@ -0,0 +1 @@ +# Templates diff --git a/src/configuration/new.md b/src/configuration/new.md index e740802..a129b00 100644 --- a/src/configuration/new.md +++ b/src/configuration/new.md @@ -1 +1 @@ -# How to find new software +# How to find new software and configure