Skip to content

Commit

Permalink
Merge pull request #88 from planetarium/api-jsr
Browse files Browse the repository at this point in the history
docs: replace API docs with JSR docs
  • Loading branch information
moreal authored Jun 12, 2024
2 parents 8d79f2c + 55c994d commit a5363dc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 204 deletions.
6 changes: 3 additions & 3 deletions docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ export default defineConfig({
// https://vitepress.dev/reference/default-theme-config
nav: [
{ text: 'Home', link: '/' },
{ text: 'API', link: '/api' },
{ text: 'Examples', link: '/examples' }
{ text: 'API', link: 'https://jsr.io/@planetarium/chrono-sdk/doc' },
{ text: 'Examples', link: '/developer/examples' }
],

sidebar: [
Expand Down Expand Up @@ -40,7 +40,7 @@ export default defineConfig({
items: [
{
text: 'API',
link: '/developer/api',
link: 'https://jsr.io/@planetarium/chrono-sdk/doc',
},
{
text: 'Examples',
Expand Down
200 changes: 0 additions & 200 deletions docs/developer/api.md

This file was deleted.

2 changes: 1 addition & 1 deletion packages/chrono-sdk/jsr.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://jsr.io/schema/config-file.v1.json",
"name": "@planetarium/chrono-sdk",
"version": "0.2.0",
"version": "0.3.0",
"exports": {
".": "./src/index.ts",
"./hooks": "./src/hooks/index.ts"
Expand Down

0 comments on commit a5363dc

Please sign in to comment.