Skip to content

Commit

Permalink
feat: add roadmap webpage
Browse files Browse the repository at this point in the history
  • Loading branch information
samajammin committed Dec 4, 2023
1 parent c0e0e1a commit 90bf276
Show file tree
Hide file tree
Showing 2 changed files with 343 additions and 2 deletions.
9 changes: 7 additions & 2 deletions website/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,14 +98,19 @@ const config: Config = {
href: "/docs/introduction",
position: "left",
},
{
to: "/typedoc",
label: "Typedoc",
position: "left",
},
{
to: "/blog",
label: "Blog",
position: "left",
},
{
to: "/typedoc",
label: "Typedoc",
to: "/roadmap",
label: "Roadmap",
position: "left",
},
{
Expand Down
Loading

0 comments on commit 90bf276

Please sign in to comment.