Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix manifest order
  • Loading branch information
ajlende committed Apr 29, 2024
commit 8487d52f6a62628994ec6b6da6081593033e984a
12 changes: 6 additions & 6 deletions docs/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -587,18 +587,18 @@
"markdown_source": "../docs/reference-guides/theme-json-reference/theme-json-living.md",
"parent": "theme-json-reference"
},
{
"title": "Theme.json Version 2 Reference",
"slug": "theme-json-v2",
"markdown_source": "../docs/reference-guides/theme-json-reference/theme-json-v2.md",
"parent": "theme-json-reference"
},
{
"title": "Theme.json Version 1 Reference",
"slug": "theme-json-v1",
"markdown_source": "../docs/reference-guides/theme-json-reference/theme-json-v1.md",
"parent": "theme-json-reference"
},
{
"title": "Theme.json Version 2 Reference",
"slug": "theme-json-v2",
"markdown_source": "../docs/reference-guides/theme-json-reference/theme-json-v2.md",
"parent": "theme-json-reference"
},
{
"title": "Migrating Theme.json to Newer Versions",
"slug": "theme-json-migrations",
Expand Down