1
0
Fork 0

feat(org): Better /new page

This commit is contained in:
joostdecock 2023-04-30 21:24:35 +02:00
parent 1c694d7aac
commit 39e013be42
9 changed files with 143 additions and 57 deletions

View file

@ -30,25 +30,40 @@ const sitePages = (t = false, control = 99) => {
s: 'designs',
o: 10,
},
patterns: {
t: t('sections:patterns'),
s: 'patterns',
o: 14,
},
sets: {
t: t('sections:sets'),
s: 'sets',
o: 16,
},
showcase: {
t: t('sections:showcase'),
s: 'showcase',
o: 20,
},
blog: {
t: t('sections:blog'),
s: 'blog',
o: 40,
docs: {
t: t('sections:docs'),
s: 'docs',
o: 30,
},
community: {
t: t('sections:community'),
s: 'community',
o: 40,
},
blog: {
t: t('sections:blog'),
s: 'blog',
o: 50,
},
account: {
t: t('sections:account'),
s: 'account',
o: 60,
o: 99,
},
// Top-level pages that are not in the sections menu
apikeys: {
@ -71,11 +86,6 @@ const sitePages = (t = false, control = 99) => {
s: 'profile',
h: 1,
},
sets: {
t: t('sets'),
s: 'sets',
h: 1,
},
// Not translated, this is a developer page
typography: {