Skip to content

Commit

Permalink
Docs v3 | VitePress Rewrite (PR #36)
Browse files Browse the repository at this point in the history
The current docs site is rapidly falling apart since it's never actually been maintained properly, so I replaced it with a low-maintenance docs generator with very little configuration.
  • Loading branch information
3vorp authored Apr 13, 2024
2 parents 926646f + 37e9a47 commit bf93fe5
Show file tree
Hide file tree
Showing 281 changed files with 2,125 additions and 7,522 deletions.
8 changes: 0 additions & 8 deletions .dockerignore

This file was deleted.

13 changes: 0 additions & 13 deletions .eslintignore

This file was deleted.

20 changes: 0 additions & 20 deletions .eslintrc.cjs

This file was deleted.

3 changes: 1 addition & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,4 @@ jobs:
git pull
pnpm install
pnpm build
pm2 restart "DOCS" || pm2 start --name "DOCS" "PORT=5050 node build/"
51 changes: 5 additions & 46 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,50 +1,9 @@
.DS_Store
node_modules
/build
/.svelte-kit
/package
.env
.env.*
!.env.example
.vercel
.vitepress
.output
.pnpm-debug.log
/*.log
.temp
.cache

# unlighthouse analysis
.unlighthouse
localhost*.html
.vitepress/cache

# thumbnails location
static/g/
imageHash.json

### VisualStudioCode ###
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
!.vscode/*.code-snippets

# Local History for Visual Studio Code
.history/

# Built Visual Studio Code Extensions
*.vsix

### VisualStudioCode Patch ###
# Ignore all local history of files
.history
.ionide

# Support for Project snippet scope
.vscode/*.code-snippets

# Ignore code-workspaces
*.code-workspace


# some temporary vite config gile
vite.config.*.mjs
# vitepress build folder
dist/
1 change: 0 additions & 1 deletion .npmrc

This file was deleted.

13 changes: 0 additions & 13 deletions .prettierignore

This file was deleted.

6 changes: 0 additions & 6 deletions .prettierrc

This file was deleted.

Loading

0 comments on commit bf93fe5

Please sign in to comment.