From 443f58e39d64ed41a21348d99de1eaaffe4feba8 Mon Sep 17 00:00:00 2001 From: David Mehren Date: Fri, 19 Feb 2021 12:43:55 +0100 Subject: [PATCH 1/2] Add intention of 2.0 development docs Signed-off-by: David Mehren --- docs/content/dev/2.0.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/content/dev/2.0.md b/docs/content/dev/2.0.md index 9acedac43..e60a4462a 100644 --- a/docs/content/dev/2.0.md +++ b/docs/content/dev/2.0.md @@ -1,4 +1,7 @@ -# 2.0 Development Hints +# 2.0 Development Notes +This document collects notes and decisions taken during the development of HedgeDoc 2.0. +It should be converted to a properly structured documentation, but having unstructured docs +is better than having no docs. ## Dev Setup - Clone backend and frontend in two folders. From 5fac0db8a6f630285f5ade3a4006e07b83175d40 Mon Sep 17 00:00:00 2001 From: David Mehren Date: Fri, 19 Feb 2021 12:50:16 +0100 Subject: [PATCH 2/2] Document supported databases in 2.0 Closes #447 Signed-off-by: David Mehren --- docs/content/dev/2.0.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/content/dev/2.0.md b/docs/content/dev/2.0.md index e60a4462a..d622d88b8 100644 --- a/docs/content/dev/2.0.md +++ b/docs/content/dev/2.0.md @@ -3,6 +3,13 @@ This document collects notes and decisions taken during the development of Hedge It should be converted to a properly structured documentation, but having unstructured docs is better than having no docs. +## Supported databases +We intend to officially support and test these databases: +- SQLite (for development and smaller instances) +- PostgreSQL +- MariaDB + + ## Dev Setup - Clone backend and frontend in two folders. - Run `yarn install` in both projects