Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
krispenney committed Oct 18, 2022
1 parent bb87bbb commit 5301a6d
Show file tree
Hide file tree
Showing 5 changed files with 39,774 additions and 39,035 deletions.
87 changes: 7 additions & 80 deletions docs/gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,87 +4,14 @@ module.exports = {
title: "Misk-Web"
},
plugins: [
"gatsby-plugin-mdx",
{
resolve: `gatsby-source-filesystem`,
options: {
header: {
home: {
href: "/",
label: "Misk-Web"
},
links: [
{
href: "/docs/packages/cli",
label: "@misk/cli",
category: "Packages"
},
{
href: "/docs/packages/common",
label: "@misk/common",
category: "Packages"
},
{
href: "/docs/packages/core",
label: "@misk/core",
category: "Packages"
},
{
href: "/docs/packages/dev",
label: "@misk/dev",
category: "Packages"
},
{
href: "/docs/packages/prettier",
label: "@misk/prettier",
category: "Packages"
},
{
href: "/docs/packages/simpleredux",
label: "@misk/simpleredux",
category: "Packages"
},
{
href: "/docs/packages/test",
label: "@misk/test",
category: "Packages"
},
{
href: "/examples",
label: "Examples",
category: "Info"
},
{
href: "/docs/guides/changelog",
label: "Changelog",
category: "Info"
},
{
href: "/docs/guides/building-a-tab",
label: "Building a Tab",
category: "Guides"
},
{
href: "/docs/guides/integrating-with-misk",
label: "Integrating with Misk",
category: "Guides"
},
{
href: "/docs/guides",
label: "Other",
category: "Guides"
},
{
href: "https://github.com/cashapp/misk-web/",
label: "Github Repo",
category: "Info"
}
]
},
notes: "docs",
notesPath: "/docs",
postsPath: "/blog",
projects: "portfolio",
projectsPath: "/portfolio"
}
}
name: `docs`,
path: `${__dirname}/docs/`,
ignore: [`**/\.*`], // ignore files starting with a dot
},
},
]
}
Loading

0 comments on commit 5301a6d

Please sign in to comment.