docs: revise main docs outline (#10502)

This commit is contained in:
Shahed Nasser
2024-12-09 13:54:42 +02:00
committed by GitHub
parent c8cb9b5c1a
commit 0ae98c51eb
141 changed files with 814 additions and 1181 deletions
+2 -1
View File
@@ -5,7 +5,8 @@
"scripts": {
"dev": "next dev",
"dev:monorepo": "yarn dev -p 3002",
"build": "yarn copy-colors && next build",
"contentlayer:build": "contentlayer build",
"build": "yarn copy-colors && yarn contentlayer:build && next build",
"start": "next start",
"start:monorepo": "yarn start -p 3002",
"lint": "next lint --fix",