From ac7a3359369b9978100dc763b3794d58262416ec Mon Sep 17 00:00:00 2001 From: Mark McDowall Date: Fri, 5 Sep 2014 08:52:16 -0700 Subject: [PATCH] Removed sidebars --- API/API.md | 18 +++++++++++++++++- API/_Sidebar.md | 14 -------------- Development/{_Sidebar.md => Development.md} | 1 - ...ling.textile => Failed-Download-Handling.md | 0 4 files changed, 17 insertions(+), 16 deletions(-) delete mode 100644 API/_Sidebar.md rename Development/{_Sidebar.md => Development.md} (60%) rename Failed-Download-Handling.textile => Failed-Download-Handling.md (100%) diff --git a/API/API.md b/API/API.md index b5b376a..ad1a57c 100644 --- a/API/API.md +++ b/API/API.md @@ -22,4 +22,20 @@ All requests made to the api endpoint require API Key authentication using the X ## Content Type ## - All POST/PUT requests require all parameters to be JSON encoded in the body, unless otherwise noted. -- All GET requests will return a JSON encoded response \ No newline at end of file +- All GET requests will return a JSON encoded response + +## Endpoints ## + +- [[Calendar]] +- [[Command]] +- [[Diskspace]] +- [[Episode]] +- [[History]] +- [[Missing]] +- [[Queue]] +- [[QualityProfile]] +- [[Release]] +- [[Rootfolder]] +- [[Series]] +- [[Series-Lookup]] +- [[System-Status]] diff --git a/API/_Sidebar.md b/API/_Sidebar.md deleted file mode 100644 index a273e3a..0000000 --- a/API/_Sidebar.md +++ /dev/null @@ -1,14 +0,0 @@ -### [[API]] ### -- [[Calendar]] -- [[Command]] -- [[Diskspace]] -- [[Episode]] -- [[History]] -- [[Missing]] -- [[Queue]] -- [[QualityProfile]] -- [[Release]] -- [[Rootfolder]] -- [[Series]] -- [[Series-Lookup]] -- [[System-Status]] diff --git a/Development/_Sidebar.md b/Development/Development.md similarity index 60% rename from Development/_Sidebar.md rename to Development/Development.md index 327f979..f6fc632 100644 --- a/Development/_Sidebar.md +++ b/Development/Development.md @@ -1,3 +1,2 @@ -### [[Development]] ### - [[Contributing]] - [[Log Levels]] diff --git a/Failed-Download-Handling.textile b/Failed-Download-Handling.md similarity index 100% rename from Failed-Download-Handling.textile rename to Failed-Download-Handling.md