From 1868de540241b788cb0d14b04c148555cfa0baa4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kenneth=20S=C3=B8rensen?= Date: Wed, 7 Feb 2024 11:27:57 +0100 Subject: [PATCH] Some config changes and testing dual language --- mkdocs.yml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index 270fd43..4b32352 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -5,7 +5,12 @@ theme: name: material language: 'en' favicon: assets/logo.png + icon: + repo: fontawesome/brands/github-alt + edit: material/pencil + view: material/eye custom_dir: custom_theme_overrides + direction: ltr palette: scheme: slate primary: light blue @@ -13,17 +18,19 @@ theme: features: - content.code.copy - content.code.annotate + - content.action.edit - navigation.instant - navigation.tabs + - navigation.path extra: search: language: 'en' alternate: - name: English - link: /en/ + link: /salesforce-i-NAV/ lang: en - name: Norwegian - link: /nb/ + link: /salesforce-i-NAV/nb/ lang: nb extra_css: - material_theme_stylesheet_overrides/sf.css