Skip to content

Commit

Permalink
IMprove checks
Browse files Browse the repository at this point in the history
  • Loading branch information
PuruVJ committed Sep 20, 2024
1 parent 7083f19 commit f59f23c
Show file tree
Hide file tree
Showing 8 changed files with 343 additions and 329 deletions.
2 changes: 1 addition & 1 deletion content/docs/00-introduction/00-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ You can find the instructions to install the CLI tool for your platform [here](/

<button to="/install">Click here to install</button>

To get started running your own standalone instance of SpacetimeDB check out our [Getting Started Guide](/docs/getting-started).
To get started running your own standalone instance of SpacetimeDB check out our [Getting Started Guide](/docs/introduction/getting-started).

<button to="/docs/getting-started">Getting Started</button>

Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,14 @@
"type": "module",
"devDependencies": {
"@types/node": "^22.5.5",
"kleur": "^4.1.5",
"marked": "^14.1.2",
"prettier": "^3.3.3",
"tsx": "^4.19.1"
},
"scripts": {
"format": "prettier --write .",
"check-docs": "tsx scripts/index.ts"
"check-docs": "tsx scripts/checks.ts"
},
"author": "Clockwork Labs",
"license": "ISC"
Expand Down
9 changes: 9 additions & 0 deletions pnpm-lock.yaml

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

86 changes: 0 additions & 86 deletions scripts/check-headings.ts

This file was deleted.

168 changes: 0 additions & 168 deletions scripts/check-link.ts

This file was deleted.

Loading

0 comments on commit f59f23c

Please sign in to comment.