From 163e810d8f00f0b285d8430932da47fef782e31f Mon Sep 17 00:00:00 2001 From: SamyOubouaziz Date: Wed, 18 Sep 2024 17:41:47 +0200 Subject: [PATCH] feat(gen): clean up PR --- docs/mkdocs.yml | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index 0c5c0cdbbe..71e2cc611e 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -3,8 +3,11 @@ site_url: https://mydomain.org/scaleway-cli-documentation extra_css: - stylesheets/extra.css extra: + # Versioning tool version: provider: mike + + # Analytics and feedback system (placeholders) analytics: provider: google property: G-XXXXXXXXXX @@ -54,15 +57,14 @@ theme: icon: material/toggle-switch-off-outline name: Switch to light mode features: - - content.code.copy - - content.action.edit - - content.action.view - - navigation.sections - - navigation.path - - navigation.top - - navigation.expand - - navigation.tracking - - search.suggest + - content.code.copy # Enable Copy button on code blocks + - content.action.edit # Enable "Edit content" button on page + - content.action.view # Enable "View source" button on page + - navigation.sections # Creates sections in left menu + - navigation.top # Enables back to top button + - navigation.expand # Auto expands collapsible left menu entries + - navigation.tracking # Automatically adds anchors to URL + - search.suggest # Add suggestions to search markdown_extensions: - attr_list - md_in_html