From 9ec24fb54e6abb4921468c2d4baadfdd7727b7c2 Mon Sep 17 00:00:00 2001
From: Bastien DUMONT <bdumont@grandlyon.com>
Date: Thu, 12 Jan 2023 12:06:12 +0100
Subject: [PATCH] fix: add edit icon

---
 .vscode/settings.json |  4 ++++
 mkdocs.yml            | 15 ++++++++-------
 2 files changed, 12 insertions(+), 7 deletions(-)

diff --git a/.vscode/settings.json b/.vscode/settings.json
index 7069b2f..dd7868b 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -4,11 +4,13 @@
     "backoffice",
     "cicd",
     "cozycloud",
+    "cozystack",
     "dacc",
     "daccv",
     "datagrandlyon",
     "dataload",
     "doctypes",
+    "easycozy",
     "ecogesture",
     "ecogestures",
     "ecolyo",
@@ -20,7 +22,9 @@
     "Gitflow",
     "gitlab",
     "grandlyon",
+    "grdf",
     "Grdf",
+    "grdlyon",
     "konnector",
     "konnectors",
     "l'ecogeste",
diff --git a/mkdocs.yml b/mkdocs.yml
index b6575a1..2c18b37 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -1,14 +1,14 @@
 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: "Forge link"
-repo_url: "https://forge.grandlyon.com/web-et-numerique/factory/llle_project/self-data-technical-doc"
-edit_uri: "https://forge.grandlyon.com/web-et-numerique/factory/llle_project/self-data-technical-doc/-/blob/master/docs/"
+repo_name: 'Forge link'
+repo_url: 'https://forge.grandlyon.com/web-et-numerique/factory/llle_project/self-data-technical-doc'
+edit_uri: 'https://forge.grandlyon.com/web-et-numerique/factory/llle_project/self-data-technical-doc/-/blob/master/docs/'
 
 theme:
-  name: "material"
-  logo: "img/self_data_grdlyon.png"
-  favicon: "img/self_data_grdlyon.png"
+  name: 'material'
+  logo: 'img/self_data_grdlyon.png'
+  favicon: 'img/self_data_grdlyon.png'
   palette:
     scheme: dracula
     primary: white
@@ -20,6 +20,7 @@ theme:
     - navigation.tabs
     - navigation.top
     - navigation.instant
+    - content.action.edit
   icon:
     edit: material/file-edit-outline
 
@@ -37,7 +38,7 @@ markdown_extensions:
       alternate_style: true
 
 extra_css:
-  - "stylesheets/extra.css"
+  - 'stylesheets/extra.css'
 
 plugins:
   - search
-- 
GitLab