You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This document aims to create a standard style guide for writing documentation in the User Guide.
3
+
4
+
The principles outlined in ["The Documentation System" guide for reference materials](https://documentation.divio.com/reference/) are encouraged when working on the User Guide and this document.
- When referring to Windows terminology, follow the [Windows style guide](https://docs.microsoft.com/en-us/style-guide/welcome/).
12
+
- For instance, instead of "system tray" refer to "notification area"
13
+
14
+
## Feature settings
15
+
16
+
Feature flags should be included using the following format.
17
+
18
+
`FeatureDescriptionAnchor` should not include the settings category.
19
+
Once the anchor is set it cannot be updated, while settings may move categories.
20
+
21
+
```text2tags
22
+
==== The name of a feature ====[FeatureDescriptionAnchor]
23
+
: Default
24
+
Enabled
25
+
: Options
26
+
Default (Enabled), Enabled, Disabled
27
+
: ``NVDA+o``
28
+
Toggle this feature
29
+
:
30
+
31
+
This setting allows the feature of using functionality in a certain situation to be controlled in some way.
32
+
If necessary, a description of a common use case that is supported by each option.
0 commit comments