Skip to content

Commit a10185b

Browse files
committed
chore: context7 config, copy page button for docs, doc upload fix
1 parent ec1fa15 commit a10185b

File tree

5 files changed

+15
-3
lines changed

5 files changed

+15
-3
lines changed

.changeset/three-singers-rush.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
"@repo/types": patch
3+
"@repo/utils": patch
4+
"@calycode/core": patch
5+
"@calycode/cli": patch
6+
---
7+
8+
chore: added context7 config, fixed doc generation script, added copy docs button

docs/commands/generate-code.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ $ xano generate-code [options]
3131
$ xano generate-code --help
3232
Usage: xano generate-code [options]
3333
34-
Create a library based on the OpenAPI specification. If the openapi specification has not yet been generated, this will generate that as well as the first step.
34+
Create a library based on the OpenAPI specification. If the openapi specification has not yet been generated, this will generate that as well
35+
as the first step.
3536
3637
Options:
3738
--instance <instance> The instance name. This is used to fetch the instance configuration. The value provided at the setup command.

docs/commands/registry-scaffold.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ $ xano registry-scaffold [options]
1717
$ xano registry-scaffold --help
1818
Usage: xano registry-scaffold [options]
1919
20-
Scaffold a Xano registry folder with a sample component. Xano registry can be used to share and reuse prebuilt components. In the registry you have to follow the [registry](https://calycode.com/schemas/registry/registry.json) and [registry
20+
Scaffold a Xano registry folder with a sample component. Xano registry can be used to share and reuse prebuilt components. In the registry you
21+
have to follow the [registry](https://calycode.com/schemas/registry/registry.json) and [registry
2122
item](https://calycode.com/schemas/registry/registry-item.json) schemas.
2223
2324
Options:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,5 @@
4747
"turbo": "^2.5.8",
4848
"typescript": "^5.9.2"
4949
},
50-
"packageManager": "[email protected].2"
50+
"packageManager": "[email protected].3"
5151
}

scripts/generate-caly-cli-docs.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,8 @@ function generateCliDocs() {
9090
} catch (err) {
9191
console.error('Error generating CLI docs:', err);
9292
process.exit(1);
93+
} finally {
94+
process.exit(0);
9395
}
9496
}
9597

0 commit comments

Comments
 (0)