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

Commit

Permalink
Merge pull request #12 from navikt/NamingConventions
Browse files Browse the repository at this point in the history
Some config changes and testing dual language
  • Loading branch information
Triopticon authored Feb 7, 2024
2 parents 1ee58f6 + 1868de5 commit 8c460f9
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 8c460f9

Please sign in to comment.