From 7283eabf68ef984e3ac746194951c14234e87f9a Mon Sep 17 00:00:00 2001 From: ddamiron <ddamiron@sii.fr> Date: Wed, 12 Jun 2019 09:32:42 +0200 Subject: [PATCH] hotfix file links in the nav menu --- mkdocs.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index 82a314b..18d1c0a 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -17,12 +17,12 @@ nav: - CMS: architecture/cms.md - Monitoring: architecture/monitoring.md - Web-app: architecture/web-app.md - - Service: - - authentification: architecture/service/authentication.md - - organizations: architecture/service/organizations.md - - resources: architecture/service/resources.md + - Services: + - authentification: architecture/services/authentication.md + - organizations: architecture/services/organizations.md + - resources: architecture/services/resources.md - Elasticsearch: - - Indexer: architecture/service/elasticsearch/indexer.md + - Indexer: architecture/services/elasticsearch/indexer.md - About: - Gitflow: miscellaneous/gitflow-ci-cd.md - VSCode: miscellaneous/vscode-settings.md -- GitLab