docs: fixes and preparations for workflows reference (#8579)

- Fix the merger configuration that adds the correct slug / sidebar labels
- Add an overview page for the workflows reference.
- Fixes to components and build scripts
This commit is contained in:
Shahed Nasser
2024-08-13 12:30:55 +00:00
committed by GitHub
parent 6f50e376a9
commit cd0acbd921
7 changed files with 59 additions and 45 deletions
+2 -3
View File
@@ -3,10 +3,9 @@
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "yarn prep && next dev",
"dev:monorepo": "yarn prep && yarn dev -p 3003",
"dev": "next dev",
"dev:monorepo": "yarn dev -p 3003",
"build": "next build",
"build:dev": "NODE_ENV=test yarn prep && yarn build",
"start": "next start",
"start:monorepo": "yarn start -p 3003",
"lint": "next lint --fix",