forked from MicrosoftDocs/microsoft-style-guide
-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
108 lines (101 loc) · 3.25 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
site_name: TechDocs Style Guide
site_url:
use_directory_urls: false
theme:
name: material
palette:
- scheme: custom-blue
toggle:
icon: material/lightbulb-outline
name: Switch to dark mode
- scheme: custom-blue-dark
toggle:
icon: material/lightbulb
name: Switch to light mode
logo: assets/nordic_logo.png
favicon: assets/nordic_logo.png
features:
- content.code.copy
- content.code.annotate
- content.tooltips
- content.tabs.link
- navigation.footer
- navigation.indexes
- navigation.top
- navigation.tracking
- search.highlight
- toc.follow
extra_css:
- stylesheets/style.css
copyright:
Copyright © Nordic Semiconductor 2024
markdown_extensions:
- abbr
- admonition
- attr_list
- md_in_html
- meta
- pymdownx.details
- pymdownx.keys
- pymdownx.tabbed:
alternate_style: true
- pymdownx.superfences
- toc:
permalink: true
toc_depth: 4
plugins:
- macros
- search
extra:
test: This is a test abbreviation snippet
nav:
- Home: README.md
- Acronyms: acronyms.md
- Capitalization: capitalization.md
- Content structure:
- Content structure: content-structure/index.md
- Code examples: content-structure/code-examples.md
- Headings: content-structure/headings.md
- Lists: content-structure/lists.md
- Procedures and instructions:
- Step-by-step instructions: procedures-instructions/step-by-step-instructions.md
- UI interactions: procedures-instructions/ui-interactions.md
- Alternative input methods: procedures-instructions/alternative-input-methods.md
- Tables: content-structure/tables.md
- Glossary: glossary.md
- Grammar and parts of speech:
- Grammar and parts of speech: grammar/index.md
- Dangling and misplaced modifiers: grammar/dangling-misplaced-modifiers.md
- Nouns and pronouns: grammar/nouns-pronouns.md
- Person: grammar/person.md
- Prepositions: grammar/prepositions.md
- Verbs: grammar/verbs.md
- Words ending in -ing: grammar/ing-words.md
- Numbers: numbers.md
- Planning:
- Content planning: planning/content-planning.md
- Design planning: planning/design-planning.md
- Final publishing review: planning/final-publishing-review.md
- Punctuation:
- Punctuation: punctuation/index.md
- Apostrophes: punctuation/apostrophes.md
- Colons: punctuation/colons.md
- Commas: punctuation/commas.md
- Dashes and hyphens: punctuation/dashes-and-hyphens.md
- Ellipses: punctuation/ellipses.md
- Exclamation points: punctuation/exclamation-points.md
- Periods: punctuation/periods.md
- Quotation marks: punctuation/quotation-marks.md
- Semicolons: punctuation/semicolons.md
- Slashes: punctuation/slashes.md
- Square brackets: punctuation/square-brackets.md
- Trademarks: trademarks.md
- Typographic conventions: typographic-conventions.md
- Units of measurement: units-of-measurement.md
- URLs and web addresses: urls-web-addresses.md
- Writing tips:
- Writing tips: writing-tips/index.md
- Accessibility tips: writing-tips/accessibility.md
- Bias-free communication: writing-tips/bias-free-communication.md
- Jargon: writing-tips/jargon.md
- Searchability: writing-tips/searchability.md