Skip to content

Commit

Permalink
Updates sidebar and file name.
Browse files Browse the repository at this point in the history
  • Loading branch information
kj committed Feb 21, 2024
1 parent 15ea1c8 commit f110786
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions app/docs/nav-data.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ export const data = [
slug: 'patterns',
items: [
'progressive-enhancement',
'browser-modules',
'building-for-the-browser',
'form-validation',
{
slug: 'testing',
Expand Down Expand Up @@ -262,6 +262,6 @@ function parseItems(items, root, activePath) {
return parsedItems
}

export default function (docsRoute, activePath) {
export default function(docsRoute, activePath) {
return parseItems(data, docsRoute, activePath)
}

0 comments on commit f110786

Please sign in to comment.