diff --git a/docs/overview/index.md b/docs/overview/index.md index 5897af822a59f840a53950665ec22a70d51927cd..835d69198c26d3f791377bacf7e97464f649e1a7 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 91a5d34981356d9b2a5be712ef5d673ed2204142..f63c85cfcbba828e2ae57f3bb26a0b441b56af4b 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