Skip to content

Commit

Permalink
update structure document order
Browse files Browse the repository at this point in the history
  • Loading branch information
Mitchell Christ committed Aug 3, 2024
1 parent 03a1336 commit 71a7965
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions sanity/src/structure.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,18 @@ const structure: StructureResolver = (S, context) =>
.title('Content')
.items([
singleton(S, 'site').title('Site settings').icon(VscServerProcess),
S.divider(),

S.documentTypeListItem('page').title('Pages').icon(VscMultipleWindows),
S.documentTypeListItem('blog.post').title('Blog posts'),
S.documentTypeListItem('blog.category').title('Blog categories'),
S.divider(),

S.documentTypeListItem('navigation'),
S.documentTypeListItem('announcement').title('Announcements'),
S.documentTypeListItem('navigation'),
S.documentTypeListItem('redirect').title('Redirects'),
S.divider(),

S.documentTypeListItem('blog.post').title('Blog posts'),
S.documentTypeListItem('blog.category').title('Blog categories'),
S.divider(),

group(S, 'Miscellaneous', [
S.documentTypeListItem('logo').title('Logos'),
S.documentTypeListItem('pricing').title('Pricing tiers'),
Expand Down

0 comments on commit 71a7965

Please sign in to comment.