From 6abeaa430ee1315013d9592e93580d1f842754dd Mon Sep 17 00:00:00 2001
From: Alessandro Cerioni <acerioni@grandlyon.com>
Date: Thu, 5 Dec 2019 18:21:00 +0100
Subject: [PATCH] Added the changelog service documentation to MkDocs "nav"
 configuration

---
 docs/overview/index.md | 2 +-
 mkdocs.yml             | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/docs/overview/index.md b/docs/overview/index.md
index 5897af8..835d691 100644
--- a/docs/overview/index.md
+++ b/docs/overview/index.md
@@ -140,7 +140,7 @@ In alphabetical order:
 ID | Name | Repo | Doc | Usage | Deps
 --- | --- | --- | --- | --- | ---
 S1 | Authentication | ...  | [Link](../components/services/authentication.md) | Allowing users to create accounts and to perform logins and logouts | A3, S5
-S2 | Changelog | [Link](https://gitlab.alpha.grandlyon.com/refonte-data/service-changelog)  | ... | Keeping track of the new features available to users throughout the developments|
+S2 | Changelog | [Link](https://gitlab.alpha.grandlyon.com/refonte-data/service-changelog)  | [Link](../components/services/changelog.md) | Keeping track of the new features available to users throughout the developments|
 S3 | Credits | ... | ... | Catalog of the Open Source initiatives powering the data.grandlyon.com project | S6 |
 S4 | CSV Catalog Downloader | ... | ... |  Allowing users to download cached CSV exports of the metadata catalog | C3 |
 S5 | Mail | ... | [Link](../components/services/mail.md) | Sending e-mails to both end- and back-office users | A6
diff --git a/mkdocs.yml b/mkdocs.yml
index 91a5d34..f63c85c 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -41,6 +41,7 @@ nav:
         - Editorial Content: components/indexers/editorial-content.md
       - Services:
         - Authentication: components/services/authentication.md
+        - Changelog: components/services/changelog.md
         - CSV Catalog Downloader: components/services/csv-catalog-downloader.md
         - Mail: components/services/mail.md
         - Media Library: components/services/media-library.md
-- 
GitLab