Standard.site landing page built in Next.js
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Move LEXICON_TABS to content.ts

+5
+5
app/data/content.ts
··· 68 68 'Start by implementing the lexicons. If you find gaps or have suggestions, open an issue or join the discussion. The standard improves through use.', 69 69 }, 70 70 ] 71 + 72 + export const LEXICON_TABS = [ 73 + 'site.standard.publication', 74 + 'site.standard.document', 75 + ]