diff --git a/README.md b/README.md index 1b7ad119d..425ea69be 100644 --- a/README.md +++ b/README.md @@ -76,31 +76,31 @@ Jan is an open-source ChatGPT alternative that runs 100% offline on your compute
jan.exe
Intel
M1/M2
jan.deb
jan.AppImage
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/about.md b/docs/docs/about/about.md
index 8e65b620b..3066f3003 100644
--- a/docs/docs/about/about.md
+++ b/docs/docs/about/about.md
@@ -56,7 +56,7 @@ You can read the [User Guide](/docs/user-guide) if you need some help to get sta
Jan is licensed under the [AGPLv3 License](https://github.com/janhq/jan/blob/main/LICENSE).
-We happily accept pull requests, however we do ask that you sign a [Contributor License Agreement](https://en.wikipedia.org/wiki/Contributor_License_Agreement) so that we have the right to relicense your contributions[^2].
+We happily accept pull requests, however, we do ask that you sign a [Contributor License Agreement](https://en.wikipedia.org/wiki/Contributor_License_Agreement) so that we have the right to relicense your contributions[^2].
We also have a [Contributor Program](/docs/team/contributor-program) to provide ownership and upside to contributors who have made significant contributions to the project.
@@ -69,7 +69,7 @@ We follow [clean architecture](https://blog.cleancoder.com/uncle-bob/2012/08/13/
- A desktop client with [Electron](https://www.electronjs.org/)
- A headless server-mode with [Nodejs](https://nodejs.org/en)
- Planned support for mobile with [Capacitor](https://capacitorjs.com/)
-- Planned support for python runtime
+- Planned support for Python runtime
Architecturally, we have made similar choices to the [Next.js Enterprise Javascript Stack](https://vercel.com/templates/next.js/nextjs-enterprise-boilerplate), which is a [battle-tested](https://nextjs.org/showcase/enterprise) framework for building enterprise-grade applications that scale.
diff --git a/docs/docs/about/roadmap.md b/docs/docs/about/roadmap.md
index 82b4fa34d..1c789d733 100644
--- a/docs/docs/about/roadmap.md
+++ b/docs/docs/about/roadmap.md
@@ -3,4 +3,4 @@ title: Roadmap
---
- [ ] [Immediate Roadmap on Github](https://github.com/orgs/janhq/projects/5/views/16)
-- [ ] [Longer-term Roadmap on Discord](https://discord.gg/Ey62mynnYr)
+- [ ] [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 2b20e5f18..a521437f2 100644
--- a/docs/sidebars.js
+++ b/docs/sidebars.js
@@ -19,7 +19,7 @@ const sidebars = {
label: "What is Jan?",
link: { type: "doc", id: "about/about" },
items: [
- "about/roadmap",
+ //"about/roadmap",
"community/community",
],
},
@@ -60,7 +60,7 @@ const sidebars = {
items: [
"platforms/desktop",
"server-suite/home-server",
- "server-suite/enterprise",
+ // "server-suite/enterprise",
// "platforms/mobile",
// "platforms/hub",
],
diff --git a/docs/src/containers/Footer/index.js b/docs/src/containers/Footer/index.js
index 80b5a2d4b..7cd648149 100644
--- a/docs/src/containers/Footer/index.js
+++ b/docs/src/containers/Footer/index.js
@@ -1,7 +1,7 @@
import React from "react";
import { AiOutlineGithub, AiOutlineTwitter } from "react-icons/ai";
-import { BiLogoDiscordAlt } from "react-icons/bi";
+import { BiLogoDiscordAlt, BiLogoLinkedin } from "react-icons/bi";
const socials = [
{
@@ -16,6 +16,10 @@ const socials = [
icon: