Skip to content

Commit bcccf4b

Browse files
committed
remove old unused docs
1 parent 59202cf commit bcccf4b

245 files changed

Lines changed: 8 additions & 12652 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/FUNDING.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
github: notunderctrl
1+
github: [notunderctrl, twlite]
22
patreon: underctrl
3+
custom: ['https://patreon.com/twlite']

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,4 @@ node_modules
22
dist
33
.DS_Store
44
.vscode
5-
.turbo
6-
docs-old
5+
.turbo

.prettierignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
node_modules
22

3-
**/docs/.next/
43
**/website/docs/api-reference
54
**/website/versioned_docs
65
**/website/versioned_sidebars
76
.docusaurus
87
**/devtools/ui
9-
.astro
108
dist
119
build
1210
.commandkit

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ git checkout -b your-feature-or-bugfix
4141
3. Ensure that your changes don't break any existing functionality. You can test the functionality of your code depending on where you've made changes:
4242

4343
1. If you've made changes to the CommandKit package, you can use the "apps/test-bot" project to test your own bot. Just make sure to create a new `.env` file with the template from the `.env.example` file provided. This also requires you to build the commandkit package locally (after you make your changes) because it's symlinked with pnpm workspaces.
44-
2. If you've made changes to the docs, you can run `pnpm dev` inside "apps/docs" to spin up a local development server.
44+
2. If you've made changes to the docs, you can run `pnpm dev` inside "apps/website" to spin up a local development server.
4545

4646
4. Run `pnpm lint` from the root directory to ensure all lint scripts and formatting is valid.
4747

apps/docs/.eslintignore

Lines changed: 0 additions & 3 deletions
This file was deleted.

apps/docs/.eslintrc.json

Lines changed: 0 additions & 3 deletions
This file was deleted.

apps/docs/.gitignore

Lines changed: 0 additions & 28 deletions
This file was deleted.

apps/docs/README.md

Lines changed: 0 additions & 26 deletions
This file was deleted.

apps/docs/app/(home)/layout.tsx

Lines changed: 0 additions & 11 deletions
This file was deleted.

apps/docs/app/(home)/page.tsx

Lines changed: 0 additions & 106 deletions
This file was deleted.

0 commit comments

Comments
 (0)