Skip to content

Commit 2371819

Browse files
authored
add context7.json to repo (#1421)
## Description This pull request adds a new JSON file, `context7.json`, containing configuration details such as a URL and a public key. Configuration addition: * Added `context7.json` file with `url` and `public_key` fields for external service configuration. ## Documentation Does this require changes to the WorkOS Docs? E.g. the [API Reference](https://workos.com/docs/reference) or code snippets need updates. ``` [ ] Yes ``` If yes, link a related docs PR and add a docs maintainer as a reviewer. Their approval is required.
1 parent 381ffb8 commit 2371819

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

context7.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"url": "https://context7.com/workos/workos-node",
3+
"public_key": "pk_q7NnKuFFXMWA7WnmjMHQU"
4+
}

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)