Skip to content

Commit bcccf4b

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

File tree

245 files changed

+8
-12652
lines changed

Some content is hidden

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

245 files changed

+8
-12652
lines changed

β€Ž.github/FUNDING.yml

+2-1
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

+1-2
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

-2
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

+1-1
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

-3
This file was deleted.

β€Žapps/docs/.eslintrc.json

-3
This file was deleted.

β€Žapps/docs/.gitignore

-28
This file was deleted.

β€Žapps/docs/README.md

-26
This file was deleted.

β€Žapps/docs/app/(home)/layout.tsx

-11
This file was deleted.

β€Žapps/docs/app/(home)/page.tsx

-106
This file was deleted.

β€Žapps/docs/app/api/search/route.ts

-4
This file was deleted.

β€Žapps/docs/app/docs/[[...slug]]/page.tsx

-62
This file was deleted.

β€Žapps/docs/app/docs/layout.tsx

-12
This file was deleted.

β€Žapps/docs/app/global.css

-3
This file was deleted.

β€Žapps/docs/app/guide/[[...slug]]/page.tsx

-62
This file was deleted.

β€Žapps/docs/app/guide/layout.tsx

-12
This file was deleted.

0 commit comments

Comments
Β (0)