diff --git a/docs/package.json b/docs/package.json index 33d6146b1..f92699204 100644 --- a/docs/package.json +++ b/docs/package.json @@ -33,8 +33,8 @@ "postcss": "^8.4.30", "posthog-docusaurus": "^2.0.0", "prism-react-renderer": "^1.3.5", - "react": "^18.2.0", - "react-dom": "^18.2.0", + "react": "^17.0.2", + "react-dom": "^17.0.2", "react-icons": "^4.11.0", "redocusaurus": "^2.0.0", "sass": "^1.69.3", @@ -60,4 +60,4 @@ "engines": { "node": ">=16.14" } -} \ No newline at end of file +} diff --git a/docs/src/components/Footer/index.js b/docs/src/components/Footer/index.js index d6bfca608..2b2427cbd 100644 --- a/docs/src/components/Footer/index.js +++ b/docs/src/components/Footer/index.js @@ -1,23 +1,6 @@ import React from "react"; const menus = [ - { - name: "Resources", - child: [ - { - menu: "Home", - path: "/", - }, - { - menu: "Platform", - path: "/platform", - }, - { - menu: "Solutions", - path: "/solutions", - }, - ], - }, { name: "For Developers", child: [ @@ -30,8 +13,8 @@ const menus = [ path: "/hardware", }, { - menu: "API (WIP)", - path: "/api", + menu: "API Reference (WIP)", + path: "/api-reference", }, { menu: "Changelog", @@ -67,6 +50,10 @@ const menus = [ menu: "About", path: "/about", }, + { + menu: "Blog", + path: "/blog", + }, { menu: "Careers", path: "https://janai.bamboohr.com/careers", @@ -82,13 +69,15 @@ export default function Footer() { return (