Skip to content

Commit

Permalink
Added active and non-active sections, part of issue openui#801 (openu…
Browse files Browse the repository at this point in the history
  • Loading branch information
gregwhitworth committed Oct 15, 2023
1 parent 21517ac commit 7d15e04
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion site/src/components/navigation/navigation.astro
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const sortedMenuNodes = menuNodes.sort((a, b) => {
})
const groupedNodes = _.groupBy(sortedMenuNodes, "frontmatter.menu")
const menuHeadings = ["Overview", "Documentation", "Proposals", "Research"]
const menuHeadings = ["Overview", "Documentation", "Active Proposals", "Non-active Proposals", "Research"]
// This is due to the component matrix being 2.2mb page size
const routesToNotPrefetch = ['/research/component-matrix']
Expand Down
2 changes: 1 addition & 1 deletion site/src/pages/components/accordion.explainer.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
menu: Proposals
menu: Active Proposals
name: Exclusive Accordion (Explainer)
path: /components/accordion.explainer
pathToResearch: /components/accordion.research
Expand Down
4 changes: 2 additions & 2 deletions site/src/pages/components/breadcrumb.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
menu: Proposals
name: Breadcrumb (Editor's Draft)
menu: Non-active Proposals
name: Breadcrumb (Design Guide)

pathToResearch: /components/breadcrumb.research
layout: ../../layouts/ComponentLayout.astro
Expand Down
4 changes: 2 additions & 2 deletions site/src/pages/components/checkbox.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
menu: Proposals
name: Checkbox (Editor's Draft)
menu: Non-active Proposals
name: Checkbox (Explainer)

pathToResearch: /components/checkbox.research
layout: ../../layouts/ComponentLayout.astro
Expand Down
4 changes: 2 additions & 2 deletions site/src/pages/components/file.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
menu: Proposals
name: File (Editor's Draft)
menu: Non-active Proposals
name: File (Explainer)
pathToResearch: /components/file.research
layout: ../../layouts/ComponentLayout.astro
---
Expand Down
2 changes: 1 addition & 1 deletion site/src/pages/components/focusgroup.explainer.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
menu: Proposals
menu: Non-active Proposals
name: focusgroup (Explainer)
layout: ../../layouts/ComponentLayout.astro
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
menu: Proposals
menu: Active Proposals
name: Popover Hint and Hover (Explainer)
path: /components/popover-hint.research.explainer
pathToResearch: /components/popup.research
Expand Down
2 changes: 1 addition & 1 deletion site/src/pages/components/popover.research.explainer.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
menu: Proposals
menu: Active Proposals
name: Popover API (Explainer)
path: /components/popover.research.explainer
pathToResearch: /components/popup.research
Expand Down
2 changes: 1 addition & 1 deletion site/src/pages/components/selectlist.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
menu: Proposals
menu: Active Proposals
name: Selectlist Element (Explainer)
layout: ../../layouts/ComponentLayout.astro
---
Expand Down

0 comments on commit 7d15e04

Please sign in to comment.