-
Notifications
You must be signed in to change notification settings - Fork 89
/
mkdocs.yml
30 lines (30 loc) · 901 Bytes
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
site_name: 'Microsoft - IdFix'
docs_dir: 'docs'
nav:
- Overview: 'index.md'
- 'Step 1: Review the prerequisites': 'Step 1 - Review the prerequisites.md'
- 'Step 2: Install IdFix': 'Step 2 - Install IdFix.md'
- 'Step 3: Query and fix invalid attributes': 'Step 3 - Query and fix invalid attributes.md'
- 'Errors supported by the IdFix tool': 'Errors supported by the IdFix tool.md'
- 'Frequently asked questions.': 'Frequently asked questions (FAQ).md'
- 'Build Documentation': 'build-docs.md'
theme:
name: 'material'
palette:
primary: 'blue grey'
logo: 'img/microsoft-365-logo.png'
feature:
tabs: true
extra_css:
- 'css/extra.css'
markdown_extensions:
- admonition
- codehilite:
guess_lang: false
- toc:
permalink: true
plugins:
- search
- markdownextradata
repo_url: https://github.com/microsoft/idfix
site_url: https://microsoft.github.io/idfix