-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
148 lines (142 loc) · 4.45 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
# Project information
site_name: 'SP wiki'
site_description: 'Personal SharePoint Fx Knowledgebase'
site_author: 'Michelle R Gilbank'
pages:
- Home: index.md
- SPFx:
- Start: spfx/start.md
- Architecture: spfx/architecture.md
- ACE: spfx/ace.md
- Azure: spfx/azure.md
- AI: spfx/ai.md
- Adaptive-Cards: spfx/adaptive-cards.md
- Branding: spfx/branding.md
- Bot: spfx/bot.md
- Business-Objects: spfx/businessobjects.md
- Classic-Sites: spfx/classic.md
- Column-Formating: spfx/column-formating.md
- Configuration: spfx/configuration.md
- Cortex: spfx/cortex.md
- Communication-Site: spfx/communication-site.md
- Dev-Ops: spfx/dev-ops.md
- Debug: spfx/debug.md
- Deployment: spfx/deployment.md
- Delve: spfx/delve.md
- Docker: spfx/docker.md
- Extensions: spfx/extensions.md
- Events: spfx/events.md
- Flow: spfx/flow.md
- Forms: spfx/forms.md
- Groups: spfx/groups.md
- Governance: spfx/governance.md
- Graph: spfx/graph.md
- Hubsite: spfx/hubsite.md
- Intranet: spfx/intranet.md
- JS: spfx/js.md
- Listitem: spfx/listitem.md
- Logging: spfx/logging.md
- MUI: spfx/mui.md
- Modern-page: spfx/modernpage.md
- Network: spfx/network.md
- Patterns: spfx/patterns.md
- Planner: spfx/planner.md
- Provisioning: spfx/provisioning.md
- Migration: spfx/migration.md
- REST: spfx/rest.md
- Recipes: spfx/recipes.md
- SiteScripts: spfx/sitescripts.md
- SiteDesign: spfx/sitedesign.md
- Search: spfx/search.md
- Snippets: spfx/snippets.md
- SP2016: spfx/sp2016.md
- SP2019: spfx/sp2019.md
- Support: spfx/support.md
- Starter-Kit: spfx/starterkit.md
- Typescript: spfx/typescript.md
- Testing: spfx/testing.md
- Teams: spfx/teams.md
- Teams-Adoption: spfx/teams-adoption.md
- Theme: spfx/theme.md
- Toolchain: spfx/toolchain.md
- Userprofile: spfx/userprofile.md
- UX: spfx/ux.md
- Upgrade: spfx/upgrade.md
- Versions: spfx/versions.md
- Webhooks: spfx/webhooks.md
- Webparts: spfx/webparts.md
- JS:
- js/guide.md
- js/pwa.md
- Training:
- Course: training/course.md
- Must read: training/must-read.md
- Learning: training/learning.md
- Redux: training/redux.md
- MS-600: training/ms-600.md
- Powershell:
- GraphSDK: powershell/graphsdk-ps.md
- Powershell: powershell/powershell.md
- PnP-PS: powershell/pnp-ps.md
- SPO-PS: powershell/spo-ps.md
- Teams: powershell/teams.md
- PowerApps: powershell/powerapps.md
- Tools:
- Dev: tools/dev.md
- Powerapps: tools/powerapps.md
- Powerapps-Portal: tools/powerappsportal.md
- Image: tools/image.md
- Gatspy: tools/gatspy.md
- Git: tools/git.md
- Markdown: tools/markdown.md
- MkDocs: tools/mkdocs.md
- Security:
- Learning: security/learning.md
- About:
- About: about/about.md
- Help: about/help.md
copyright: 'Copyright © 2018 Roland Oechslin'
extra:
version: 1.0.0
# Configuration
theme:
name: 'material'
language: 'en'
logo: 'assets/sharepoint.png'
feature:
tabs: true
palette:
primary: 'indigo'
accent: 'indigo'
font:
text: 'Roboto'
code: 'Roboto Mono'
# Extensions
markdown_extensions:
- markdown.extensions.admonition
- markdown.extensions.codehilite:
guess_lang: false
- markdown.extensions.def_list
- markdown.extensions.footnotes
- markdown.extensions.meta
- markdown.extensions.toc:
permalink: true
- pymdownx.arithmatex
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.emoji:
emoji_generator: !!python/name:pymdownx.emoji.to_svg
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
repo_url: https://github.com/rolandoechslin/spfx-kb
edit_uri: blob/master/docs/