diff --git a/docs/stylesheets/extra.css b/docs/stylesheets/extra.css index cfb6c22448004e985df49e01aa8a0ba614f65866..9f101dd4b5e68d40008ef6d5853a2c960874b9f5 100644 --- a/docs/stylesheets/extra.css +++ b/docs/stylesheets/extra.css @@ -1,15 +1,10 @@ .center { - display: block; - margin: auto; - margin-bottom: 5%; - margin-top: -5%; + display: block; + margin: auto; + margin-bottom: 5%; + margin-top: -5%; } .inline-center-left { - float: right; + float: right; } - -.md-typeset h1, -.md-content__button { - display: none; -} \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index 4df2d5ba388d95f20d0db150b32849168ad5fc05..a0062880c8b91645e27ebddad51f586a786c127f 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,8 +1,9 @@ site_name: Self-Data Grandlyon - Technical Docs site_description: A Collection of Technical Documentations Related to the Self-Data Grandlyon Projects. site_author: Métropole de Lyon -repo_name: "Clone the Project" +repo_name: "Forge link" repo_url: "https://forge.grandlyon.com/web-et-numerique/llle_project/self-data-technical-doc" +edit_uri: "https://forge.grandlyon.com/web-et-numerique/llle_project/self-data-technical-doc/-/blob/master/docs/" theme: name: "material" @@ -19,6 +20,8 @@ theme: - navigation.tabs - navigation.top - navigation.instant + icon: + edit: material/file-edit-outline markdown_extensions: - pymdownx.inlinehilite