Skip to content

Commit

Permalink
feat: add roadmap webpage
Browse files Browse the repository at this point in the history
  • Loading branch information
samajammin authored and ctrlc03 committed Dec 11, 2023
1 parent ca3bf86 commit c849237
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 @@ -96,14 +96,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 c849237

Please sign in to comment.