Skip to content

Commit

Permalink
chore: introduce pnpm docs:brokenLinks
Browse files Browse the repository at this point in the history
  • Loading branch information
dsinghvi committed Feb 27, 2025
1 parent c4fc1d4 commit 0f09c5c
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 9 deletions.
3 changes: 2 additions & 1 deletion fern/apis/sdks/generators.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
api:
path: ../../../cohere-openapi.yaml
specs:
- openapi: ../../../cohere-openapi.yaml
groups:
node-sdk:
audiences:
Expand Down
4 changes: 3 additions & 1 deletion fern/apis/v1/generators.yml
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
openapi: ../../../cohere-openapi.yaml
api:
specs:
- openapi: ../../../cohere-openapi.yaml
4 changes: 3 additions & 1 deletion fern/apis/v2/generators.yml
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
openapi: ../../../cohere-openapi.yaml
api:
specs:
- openapi: ../../../cohere-openapi.yaml
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"docs:check": "pnpm compile && fern check",
"docs:publish": "pnpm compile && fern generate --docs",
"docs:preview": "pnpm compile && fern generate --docs --preview --log-level debug",
"docs:brokenLinks": "pnpm compile && fern docs broken-links",
"prepublish": "exit 1"
},
"devDependencies": {
Expand All @@ -20,7 +21,7 @@
"dependencies": {
"cohere-ai": "^7.14.0",
"gray-matter": "^4.0.3",
"fern-api": "^0.51.36",
"fern-api": "0.56.0-rc0",
"react": "^18.3.1"
}
}
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0f09c5c

Please sign in to comment.