Skip to content
This repository has been archived by the owner on Oct 28, 2024. It is now read-only.

Commit

Permalink
Some config changes and testing dual language
Browse files Browse the repository at this point in the history
  • Loading branch information
Triopticon committed Feb 7, 2024
1 parent 15c7bec commit 1868de5
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,25 +5,32 @@ 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
accent: light blue
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
Expand Down

0 comments on commit 1868de5

Please sign in to comment.