diff --git a/README.md b/README.md index 9f87ac7e37..a4d674d3f2 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ -# Introduction +# README This is the home of all LinuxServer image documentation, including guides and knowledge sharing articles. + diff --git a/SUMMARY.md b/SUMMARY.md new file mode 100644 index 0000000000..92e7490d95 --- /dev/null +++ b/SUMMARY.md @@ -0,0 +1,10 @@ +# Table of contents + +* [README](README.md) +* [General](general.md) +* [Images](images.md) + +## General + +* [Untitled](general-1/untitled.md) + diff --git a/general-1/untitled.md b/general-1/untitled.md new file mode 100644 index 0000000000..50940801ae --- /dev/null +++ b/general-1/untitled.md @@ -0,0 +1,2 @@ +# Untitled + diff --git a/general/README.md b/general.md similarity index 99% rename from general/README.md rename to general.md index 91b9e7aa66..b540fc353d 100644 --- a/general/README.md +++ b/general.md @@ -1,3 +1,4 @@ # General As well as usage documentation for each of our images, we also provide general information regarding Docker, and how to best make use of our fleet of images when you run them up as containers. + diff --git a/images/README.md b/images.md similarity index 99% rename from images/README.md rename to images.md index 3e78f53517..40b94068d6 100644 --- a/images/README.md +++ b/images.md @@ -1,3 +1,4 @@ # Images Each of our images requires their own specific configuration before you can begin making use of them. +