diff --git a/docs/roadmap.md b/docs/roadmap.md new file mode 100644 index 0000000..e50b815 --- /dev/null +++ b/docs/roadmap.md @@ -0,0 +1,14 @@ +--- +title: Roadmap +--- + +The following is our currently planned roadmap: + +## 2024 + +| Quarter | Focus Area | Activities | +|---------|--------------------------------------------------------|------------| +| Q1 | Streamlining Code and Systems | | +| Q2 | Portal Dashboard, Billing, Marketing, and File Syncing | | +| Q3 | Platform Upgrades and App Development | | +| Q4 | IPFS Integration, Hosting Launch, and Community | | diff --git a/sidebars.js b/sidebars.js index 92a7963..536cbe1 100644 --- a/sidebars.js +++ b/sidebars.js @@ -37,6 +37,7 @@ const sidebars = { link: null, items: ["apps/browser-webapp"], }, + "roadmap", ], };