Skip to content

Commit

Permalink
docs: remove website
Browse files Browse the repository at this point in the history
  • Loading branch information
DIYgod committed Mar 18, 2024
1 parent 628757d commit acc571b
Show file tree
Hide file tree
Showing 117 changed files with 4 additions and 38,683 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@

"onCreateCommand": "sudo apt-get update && export DEBIAN_FRONTEND=noninteractive && sudo apt-get -y install --no-install-recommends ca-certificates fonts-liberation libasound2 libatk-bridge2.0-0 libatk1.0-0 libatspi2.0-0 libcairo2 libcups2 libdbus-1-3 libexpat1 libgbm1 libglib2.0-0 libnspr4 libnss3 libpango-1.0-0 libx11-6 libxcb1 libxcomposite1 libxdamage1 libxext6 libxfixes3 libxkbcommon0 libxrandr2 wget xdg-utils redis-server && sudo apt-get autoremove -y && sudo apt-get clean -y && sudo rm -rf /var/lib/apt/lists/*",

"updateContentCommand": "pnpm i && pnpm i -C website && pnpm rb",
"updateContentCommand": "pnpm i && pnpm rb",

// Use 'postCreateCommand' to run commands after the container is created.
"postCreateCommand": "pnpm i && pnpm i -C website && pnpm rb",
"postCreateCommand": "pnpm i && pnpm rb",

// Disable auto start dev env since codespaces sometimes fails to attach to the terminal
// "postAttachCommand": {
Expand Down
1 change: 0 additions & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ app-minimal
coverage
node_modules
test
website

# files
.codecov.yml
Expand Down
1 change: 0 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@ coverage
docker-compose.yml
!/.github
!/docs/.vuepress
website
13 changes: 0 additions & 13 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,19 +36,6 @@ updates:
- dependency-name: unist-util-visit-parents
versions: ['>=6.0.0']

- package-ecosystem: npm
directory: '/website'
schedule:
interval: daily
time: '21:00'
open-pull-requests-limit: 10
labels:
- dependencies
groups:
docusaurus:
patterns:
- '@docusaurus/*'

- package-ecosystem: 'github-actions'
directory: '/'
schedule:
Expand Down
61 changes: 0 additions & 61 deletions .github/workflows/docs-search-index.yml

This file was deleted.

2 changes: 0 additions & 2 deletions .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ jobs:
node-version: lts/*
cache: 'pnpm'
- run: pnpm i
- run: pnpm i
working-directory: website
- run: npm run format
- name: Commit files
run: |
Expand Down
2 changes: 1 addition & 1 deletion .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ tasks:
sudo apt update
sudo apt install -y ca-certificates fonts-liberation libasound2 libatk-bridge2.0-0 libatk1.0-0 libatspi2.0-0 libcairo2 libcups2 libdbus-1-3 libexpat1 libgbm1 libglib2.0-0 libnspr4 libnss3 libpango-1.0-0 libx11-6 libxcb1 libxcomposite1 libxdamage1 libxext6 libxfixes3 libxkbcommon0 libxrandr2 wget xdg-util
sudo apt install -y redis-server
init: pnpm i && pnpm i -C website && pnpm rb
init: pnpm i && pnpm rb
- name: app
command: pnpm run dev
openMode: tab-after
Expand Down
1 change: 0 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@ package-lock.json
renovate.json
coverage
.vscode/
website
3 changes: 1 addition & 2 deletions vitest.config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { defineConfig, defaultExclude } from 'vitest/config';
import { defineConfig } from 'vitest/config';
import tsconfigPaths from 'vite-tsconfig-paths';

export default defineConfig({
Expand All @@ -10,6 +10,5 @@ export default defineConfig({
exclude: ['lib/routes/**', 'lib/routes-deprecated/**'],
},
testTimeout: 10000,
exclude: ['website', ...defaultExclude],
},
});
10 changes: 0 additions & 10 deletions website/.editorconfig

This file was deleted.

20 changes: 0 additions & 20 deletions website/.gitignore

This file was deleted.

41 changes: 0 additions & 41 deletions website/README.md

This file was deleted.

3 changes: 0 additions & 3 deletions website/babel.config.cjs

This file was deleted.

56 changes: 0 additions & 56 deletions website/docs/README.md

This file was deleted.

11 changes: 0 additions & 11 deletions website/docs/api.md

This file was deleted.

27 changes: 0 additions & 27 deletions website/docs/faq.md

This file was deleted.

Loading

0 comments on commit acc571b

Please sign in to comment.