From 837f784d02101c359950f60c805a8d003dbfec49 Mon Sep 17 00:00:00 2001 From: Cadence Ember Date: Mon, 10 May 2021 13:15:20 +1200 Subject: [PATCH] Organise documentation into folders if applicable --- docs/{ => NewLeaf}/API.md | 0 docs/NewLeaf/Configuration.md | 5 +++++ docs/{ => NewLeaf}/Installing NewLeaf.md | 0 docs/{ => cloudtube}/Configuration.md | 6 ------ docs/{ => cloudtube}/Installing CloudTube.md | 0 docs/{ => cloudtube}/List of URL parameters.md | 0 6 files changed, 5 insertions(+), 6 deletions(-) rename docs/{ => NewLeaf}/API.md (100%) create mode 100644 docs/NewLeaf/Configuration.md rename docs/{ => NewLeaf}/Installing NewLeaf.md (100%) rename docs/{ => cloudtube}/Configuration.md (62%) rename docs/{ => cloudtube}/Installing CloudTube.md (100%) rename docs/{ => cloudtube}/List of URL parameters.md (100%) diff --git a/docs/API.md b/docs/NewLeaf/API.md similarity index 100% rename from docs/API.md rename to docs/NewLeaf/API.md diff --git a/docs/NewLeaf/Configuration.md b/docs/NewLeaf/Configuration.md new file mode 100644 index 0000000..842a06f --- /dev/null +++ b/docs/NewLeaf/Configuration.md @@ -0,0 +1,5 @@ +# Configuration + +Configuration is documented inline in the base files. + +See `configuration.sample.py` for all options and configuring instructions. diff --git a/docs/Installing NewLeaf.md b/docs/NewLeaf/Installing NewLeaf.md similarity index 100% rename from docs/Installing NewLeaf.md rename to docs/NewLeaf/Installing NewLeaf.md diff --git a/docs/Configuration.md b/docs/cloudtube/Configuration.md similarity index 62% rename from docs/Configuration.md rename to docs/cloudtube/Configuration.md index a592a42..6c03078 100644 --- a/docs/Configuration.md +++ b/docs/cloudtube/Configuration.md @@ -2,12 +2,6 @@ Configuration is documented inline in the base files. -## NewLeaf - -See `configuration.sample.py` for all options and configuring instructions. - -## CloudTube - See `utils/constants.js` for all options. See `config/config.sample.js` for configuring instructions. diff --git a/docs/Installing CloudTube.md b/docs/cloudtube/Installing CloudTube.md similarity index 100% rename from docs/Installing CloudTube.md rename to docs/cloudtube/Installing CloudTube.md diff --git a/docs/List of URL parameters.md b/docs/cloudtube/List of URL parameters.md similarity index 100% rename from docs/List of URL parameters.md rename to docs/cloudtube/List of URL parameters.md