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
-`date` should refer to the first day that the page was created, not modified (see below).
15
-
- Title values should be succicent and often reflect an action using a gerund, e.g. "Deleting Records".
15
+
- Title values should be succinct and often reflect an action using a gerund, e.g. "Deleting Records".
16
16
17
17
If a page is modified, add values for `lastmod` and `editors`:
18
18
```
19
19
lastmod: 20XX-MM-DD
20
20
editors: ["Firstname Lastname"]
21
21
```
22
22
23
-
Include a weight value (an integer) to organize the order in which a page's title appears within the left-hand navigation menu in Symbiota Docs:
23
+
Include a weight value (an integer) to organize the order in which a page's title appears within the left-hand navigation menu in Symbiota Docs. It's best to keep the organization alphabetical:
24
24
```
25
25
weight: #
26
26
```
@@ -88,7 +88,7 @@ To include a basic image without a caption, do so e.g.:
88
88
```
89
89
To resize, align, or add an alt attribute (for screenreaders) to an image:
0 commit comments