Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/api/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ Sourcegraph exposes the following APIs:

- [Sourcegraph GraphQL API](/api/graphql/), for accessing data stored or computed by Sourcegraph
- [Sourcegraph Stream API](/api/stream_api/), for consuming search results as a stream of events
- [Sourcegraph REST API](/api/openapi/), to explore the work-in-progress Cody API
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
"lint": "next lint",
"openapi:watch": "./scripts/openapi-watch.sh"
},
"browserslist": "defaults, not ie <= 11",
"dependencies": {
Expand All @@ -20,6 +21,7 @@
"@radix-ui/react-hover-card": "^1.1.1",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-slot": "^1.0.2",
"@stoplight/elements": "^8.4.3",
"@tailwindcss/typography": "^0.5.7",
"@types/node": "20.4.9",
"@types/react": "18.2.20",
Expand Down
Loading
Loading