• Vue 62.9%
  • TypeScript 35.9%
  • Nix 1.2%
Find a file
2025-06-27 17:29:27 -03:00
.forgejo/workflows chore: Improve CI workflow (I lost count)² 2025-06-22 15:06:50 -03:00
.vitepress chore: remove debug character 2025-06-27 17:09:31 -03:00
docs chore: Add @everyone to the docs and document the new datapack command 2025-06-27 17:29:27 -03:00
patches chore: patch vitepress to use bun instead of node 2025-06-27 17:09:59 -03:00
src chore: Improve config generator to show the entire config 2025-06-14 19:58:02 -03:00
.editorconfig chore: fix formatter 2025-06-14 19:57:38 -03:00
.gitignore chore: Small adjustments 2025-03-28 16:51:46 -03:00
.prettierrc chore: fix formatter 2025-06-14 19:57:38 -03:00
bun.lock chore: Improve config generator to show the entire config 2025-06-14 19:58:02 -03:00
docs.json chore: Add @everyone to the docs and document the new datapack command 2025-06-27 17:29:27 -03:00
eslint.config.ts init: Initial commit 2025-03-28 16:49:19 -03:00
package.json chore: Improve config generator to show the entire config 2025-06-14 19:58:02 -03:00
README.md chore: patch vitepress to use bun instead of node 2025-06-27 17:09:59 -03:00
shell.nix chore: add nix shell script 2025-06-14 19:56:51 -03:00
tsconfig.json init: Initial commit 2025-03-28 16:49:19 -03:00
wrangler.toml chore: Progress into moving to v2 2025-03-28 23:58:41 -03:00

docs-2

A place for all my documentations

This project requires bun to develop and deploy
It also has patches and modifications on top of VitePress

All docs must have an entry on docs.json
It is used to generate the side bar and top nav bar.
A doc must have a unique id as it's key and it's name, path (relative to docs) and initial versions provided.
versions should be updated using the script.

Setup:

bun install

Running:

Dev

bun run dev

The default port is 3000

Build

bun run build

The output will be at docs/.vitepress/dist

Creating a new version

bun ./.vitepress/newVersion.ts

Updating robots.txt

bun ./.vitepress/genRobotsTxt.ts

Updating robots.txt

bun ./.vitepress/genRobotsTxt.ts

Updating icons .ts files

bun ./.vitepress/generateIconsFile.ts

Making tailwind work with new pages

bun ./.vitepress/createOverlyLargeCssFile.ts