Skip to content

Commit eb3ef23

Browse files
Update reference pages (prerelease) (#2042)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 12a23d7 commit eb3ef23

6 files changed

Lines changed: 8 additions & 8 deletions

File tree

docs/cli/cli-info.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.10.3",
2+
"version": "1.10.5",
33
"commands": [
44
{
55
"name": "render",

docs/reference/projects/announcement.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[
22
{
33
"name": "content",
4-
"description": "The content of the announcement"
4+
"description": "The content of the announcement. Supports markdown formatting."
55
},
66
{
77
"name": "dismissable",

docs/reference/projects/navbar.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[
22
{
33
"name": "title",
4-
"description": "The navbar title. Uses the project title if none is specified."
4+
"description": "The navbar title. Uses the project title if none is specified. Supports markdown formatting."
55
},
66
{
77
"name": "logo",

docs/reference/projects/navitem.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
{
1919
"name": "text",
20-
"description": "Text to display for item (defaults to the\ndocument title if not provided)\n"
20+
"description": "Text to display for item (defaults to the\ndocument title if not provided). Supports markdown formatting.\n"
2121
},
2222
{
2323
"name": "rel",

docs/reference/projects/pagefooter.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
[
22
{
33
"name": "left",
4-
"description": "Footer left content"
4+
"description": "Footer left content. Supports markdown formatting."
55
},
66
{
77
"name": "right",
8-
"description": "Footer right content"
8+
"description": "Footer right content. Supports markdown formatting."
99
},
1010
{
1111
"name": "center",
12-
"description": "Footer center content"
12+
"description": "Footer center content. Supports markdown formatting."
1313
},
1414
{
1515
"name": "border",

docs/reference/projects/sidebar.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
},
66
{
77
"name": "title",
8-
"description": "The sidebar title. Uses the project title if none is specified."
8+
"description": "The sidebar title. Uses the project title if none is specified. Supports markdown formatting."
99
},
1010
{
1111
"name": "logo",

0 commit comments

Comments
 (0)