From 78b41ca82c178dfd873b97d40780e0f4b68281fe Mon Sep 17 00:00:00 2001 From: Petr Stefan Date: Wed, 23 Nov 2016 11:21:10 +0100 Subject: [PATCH] Introduce Database page --- Database.md | 3 +++ Home.md | 3 ++- _Sidebar.md | 3 ++- 3 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 Database.md diff --git a/Database.md b/Database.md new file mode 100644 index 0000000..2ab29c5 --- /dev/null +++ b/Database.md @@ -0,0 +1,3 @@ +# Database + + diff --git a/Home.md b/Home.md index 22c8914..ff804ff 100644 --- a/Home.md +++ b/Home.md @@ -50,6 +50,7 @@ * [[Architecture|Web application#architecture]] * [[Installation|Web application#installation]] * [[Configuration and usage|Web application#configuration-and-usage]] +* [[Database]] * [[Conclusion]] * [[Further improvements|Conclusion#further-improvements]] @@ -63,4 +64,4 @@ * Programmer documentation * [Worker](http://recodex.github.io/worker/) * [Broker](http://recodex.github.io/broker/) - * [Monitor](http://recodex.github.io/monitor/) \ No newline at end of file + * [Monitor](http://recodex.github.io/monitor/) diff --git a/_Sidebar.md b/_Sidebar.md index b71fc25..cf14bf8 100644 --- a/_Sidebar.md +++ b/_Sidebar.md @@ -13,9 +13,10 @@ * [[Fileserver]] * [[Web API]] * [[Web application]] +* [[Database]] * [[Conclusion]] ### Separated pages * [[FAQ]] * [[Logo]] -* [[Coding style]] \ No newline at end of file +* [[Coding style]]