diff --git a/docs/adrs/000-template.md b/.github/docs/adrs/000-template.md similarity index 100% rename from docs/adrs/000-template.md rename to .github/docs/adrs/000-template.md diff --git a/docs/diagrams/updater.mermaid b/.github/docs/diagrams/updater.mermaid similarity index 100% rename from docs/diagrams/updater.mermaid rename to .github/docs/diagrams/updater.mermaid diff --git a/backend/docs/codeofconduct.md b/backend/docs/codeofconduct.md new file mode 100644 index 0000000..728cb28 --- /dev/null +++ b/backend/docs/codeofconduct.md @@ -0,0 +1,3 @@ +```{include} ../../CODE_OF_CONDUCT.md + +``` diff --git a/docs/conf.py b/backend/docs/conf.py similarity index 100% rename from docs/conf.py rename to backend/docs/conf.py diff --git a/docs/contributing.md b/backend/docs/contributing.md similarity index 69% rename from docs/contributing.md rename to backend/docs/contributing.md index b941964..4f92603 100644 --- a/docs/contributing.md +++ b/backend/docs/contributing.md @@ -1,4 +1,4 @@ -```{include} ../CONTRIBUTING.md +```{include} ../../CONTRIBUTING.md --- end-before: --- diff --git a/docs/index.md b/backend/docs/index.md similarity index 91% rename from docs/index.md rename to backend/docs/index.md index b2ef7ff..9cafbfd 100644 --- a/docs/index.md +++ b/backend/docs/index.md @@ -1,4 +1,4 @@ -```{include} ../README.md +```{include} ../../README.md --- end-before: --- diff --git a/docs/license.md b/backend/docs/license.md similarity index 52% rename from docs/license.md rename to backend/docs/license.md index 218790f..00eca8b 100644 --- a/docs/license.md +++ b/backend/docs/license.md @@ -1,6 +1,6 @@ # License -```{literalinclude} ../LICENSE +```{literalinclude} ../../LICENSE --- language: none --- diff --git a/docs/reference.md b/backend/docs/reference.md similarity index 100% rename from docs/reference.md rename to backend/docs/reference.md diff --git a/docs/requirements.txt b/backend/docs/requirements.txt similarity index 100% rename from docs/requirements.txt rename to backend/docs/requirements.txt diff --git a/docs/usage.md b/backend/docs/usage.md similarity index 100% rename from docs/usage.md rename to backend/docs/usage.md diff --git a/docs/codeofconduct.md b/docs/codeofconduct.md deleted file mode 100644 index 58fd373..0000000 --- a/docs/codeofconduct.md +++ /dev/null @@ -1,3 +0,0 @@ -```{include} ../CODE_OF_CONDUCT.md - -``` diff --git a/backend/noxfile.py b/noxfile.py similarity index 100% rename from backend/noxfile.py rename to noxfile.py