From 7ce0a13e9007c2da679e36a3bb06e3be9d8717be Mon Sep 17 00:00:00 2001 From: hieu-jan <150573299+hieu-jan@users.noreply.github.com> Date: Thu, 22 Feb 2024 22:17:14 +0900 Subject: [PATCH] revert content & remove sidebar only --- docs/docs/about/2035.mdx | 12 ++++++++++++ docs/docs/about/roadmap.md | 6 ++++++ docs/sidebars.js | 3 ++- 3 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 docs/docs/about/2035.mdx create mode 100644 docs/docs/about/roadmap.md diff --git a/docs/docs/about/2035.mdx b/docs/docs/about/2035.mdx new file mode 100644 index 000000000..3af7a3197 --- /dev/null +++ b/docs/docs/about/2035.mdx @@ -0,0 +1,12 @@ +--- +title: Jan's Vision for 2035 +--- + +[Jan 2035: A Robotics Company](https://hackmd.io/QIWyYbNNQVWVbupuI3kjAA) + +We only have 2 planning parameters: + +- 10 year vision +- 2 week sprint + +And we measure our success on Quarterly OKRs \ No newline at end of file diff --git a/docs/docs/about/roadmap.md b/docs/docs/about/roadmap.md new file mode 100644 index 000000000..1c789d733 --- /dev/null +++ b/docs/docs/about/roadmap.md @@ -0,0 +1,6 @@ +--- +title: Roadmap +--- + +- [ ] [Immediate Roadmap on Github](https://github.com/orgs/janhq/projects/5/views/16) +- [ ] [Longer-term Roadmap on Discord](https://discord.gg/Ey62mynnYr) \ No newline at end of file diff --git a/docs/sidebars.js b/docs/sidebars.js index 0d115864b..02ea7589f 100644 --- a/docs/sidebars.js +++ b/docs/sidebars.js @@ -19,6 +19,7 @@ const sidebars = { label: "What is Jan?", link: { type: "doc", id: "about/about" }, items: [ + //"about/roadmap", "community/community", ], }, @@ -59,7 +60,7 @@ const sidebars = { items: [ "platforms/desktop", "server-suite/home-server", - //"server-suite/enterprise", + // "server-suite/enterprise", // "platforms/mobile", // "platforms/hub", ],