-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
53 lines (47 loc) · 1.1 KB
/
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
---
# Project info
site_name: PnP Modern Search - Core Components
repo_name: PnP Modern Search - Core Components
repo_url: "https://github.com/microsoft-search/pnp-modern-search-core-components"
use_directory_urls: true
# Navigation
nav:
- Home: index.md
- Development guide:
- Getting started: development/getting_started.md
- Concepts:
- Deployment: development/concepts/deployment.md
- Technologies used: development/concepts/solution.md
- Localization: development/concepts/localization.md
# Configuration
theme:
name: material
logo: assets/pnp.png
icon:
repo: fontawesome/brands/github
# Customization
extra:
social:
- icon: fontawesome/brands/github
link: ""
extra_css:
- 'assets/extra.css'
# Extensions
markdown_extensions:
- admonition
- attr_list
- md_in_html
- codehilite:
guess_lang: false
- toc:
permalink: true
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
# Plugins
plugins:
- search
- git-revision-date-localized:
type: date