From b9183861ab063002230ecff198299413d6e11aa8 Mon Sep 17 00:00:00 2001 From: xnacly Date: Wed, 23 Jun 2021 17:45:41 +0200 Subject: [PATCH] renamed dirs to create a standard --- docs/{API => api}/configuration.md | 0 docs/{API => api}/index.md | 0 docs/{API => api}/route.md | 0 docs/{API => api}/structure.md | 0 docs/{UI => ui}/index.md | 0 docs/{UI => ui}/installation.md | 0 docs/{UI => ui}/write_a_component.md | 0 mkdocs.yml | 16 ++++++++-------- 8 files changed, 8 insertions(+), 8 deletions(-) rename docs/{API => api}/configuration.md (100%) rename docs/{API => api}/index.md (100%) rename docs/{API => api}/route.md (100%) rename docs/{API => api}/structure.md (100%) rename docs/{UI => ui}/index.md (100%) rename docs/{UI => ui}/installation.md (100%) rename docs/{UI => ui}/write_a_component.md (100%) diff --git a/docs/API/configuration.md b/docs/api/configuration.md similarity index 100% rename from docs/API/configuration.md rename to docs/api/configuration.md diff --git a/docs/API/index.md b/docs/api/index.md similarity index 100% rename from docs/API/index.md rename to docs/api/index.md diff --git a/docs/API/route.md b/docs/api/route.md similarity index 100% rename from docs/API/route.md rename to docs/api/route.md diff --git a/docs/API/structure.md b/docs/api/structure.md similarity index 100% rename from docs/API/structure.md rename to docs/api/structure.md diff --git a/docs/UI/index.md b/docs/ui/index.md similarity index 100% rename from docs/UI/index.md rename to docs/ui/index.md diff --git a/docs/UI/installation.md b/docs/ui/installation.md similarity index 100% rename from docs/UI/installation.md rename to docs/ui/installation.md diff --git a/docs/UI/write_a_component.md b/docs/ui/write_a_component.md similarity index 100% rename from docs/UI/write_a_component.md rename to docs/ui/write_a_component.md diff --git a/mkdocs.yml b/mkdocs.yml index bec30dd..3c501f6 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -31,19 +31,19 @@ nav: - ressources.md - contributing.md - "API": - - API/index.md - - API/structure.md - - API/configuration.md + - api/index.md + - api/structure.md + - api/configuration.md - server_util/database.md - server_util/permissions.md - - API/route.md + - api/route.md - "Gateway": - gateway/index.md - gateway/structure.md - - "UI Framework": - - UI/index.md - - UI/installation.md - - UI/write_a_component.md + - "Ui Framework": + - ui/index.md + - ui/installation.md + - ui/write_a_component.md - "Client": - client/index.md - plugins.md