Update Docusaurus to 3.0 and fix closing tag issue in Handbook

This commit is contained in:
Daniel 2023-11-23 18:25:43 +08:00
parent 00c68aea74
commit a22e41d3bf
3 changed files with 2398 additions and 1389 deletions

View File

@ -3,7 +3,6 @@ title: Onboarding Checklist
slug: /handbook
---
# Welcome
Welcome to Jan! Were really excited to bring you onboard.
@ -46,9 +45,11 @@ Welcome to Jan! Were really excited to bring you onboard.
### Apps you will need
<aside> 💡 In order to feel connected in a remote workplace, we encourage you to add your profile photo to all the accounts.
:::info
</aside>
💡 In order to feel connected in a remote workplace, we encourage you to add your profile photo to all the accounts.
:::
- Company-wide
- [ ] Google:`[first_name]@jan.ai`
@ -67,6 +68,3 @@ Welcome to Jan! Were really excited to bring you onboard.
- Communications
- [ ] Fill in your contact details [here](https://docs.google.com/spreadsheets/d/1KAxya29_wb1bEESiFJeCrOec4pCG3uA2D4_VPgAn89U/edit#gid=0)
- [ ] To make sure everyone in the remote working environment understand more about each other, we encourage you to share your `How to work with me` in the [Drive Tab](https://docs.google.com/spreadsheets/d/1KAxya29_wb1bEESiFJeCrOec4pCG3uA2D4_VPgAn89U/edit#gid=0) under your name and the Discord `Internal` channel.
:::info UPDATING
:::

View File

@ -14,10 +14,11 @@
"write-heading-ids": "docusaurus write-heading-ids"
},
"dependencies": {
"@docusaurus/core": "^2.4.3",
"@docusaurus/preset-classic": "^2.4.3",
"@docusaurus/theme-live-codeblock": "^2.4.3",
"@docusaurus/theme-mermaid": "^2.4.3",
"@docusaurus/core": "^3.0.0",
"@docusaurus/plugin-content-docs": "^3.0.0",
"@docusaurus/preset-classic": "^3.0.0",
"@docusaurus/theme-live-codeblock": "^3.0.0",
"@docusaurus/theme-mermaid": "^3.0.0",
"@headlessui/react": "^1.7.17",
"@heroicons/react": "^2.0.18",
"@mdx-js/react": "^1.6.22",
@ -25,7 +26,6 @@
"autoprefixer": "^10.4.16",
"axios": "^1.5.1",
"clsx": "^1.2.1",
"@docusaurus/plugin-content-docs": "2.4.3",
"docusaurus-plugin-redoc": "^2.0.0",
"docusaurus-plugin-sass": "^0.2.5",
"docusaurus-theme-redoc": "^2.0.0",
@ -41,7 +41,7 @@
"tailwindcss": "^3.3.3"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "2.4.1",
"@docusaurus/module-type-aliases": "^3.0.0",
"dotenv": "^16.3.1",
"tailwindcss-animate": "^1.0.7"
},

File diff suppressed because it is too large Load Diff