docs: add dedicated docs website

This commit is contained in:
Johann Schopplich
2025-11-18 07:23:10 +01:00
parent 3e08f3b72b
commit 4b4f7c05f9
38 changed files with 4399 additions and 541 deletions

12
docs/.vitepress/meta.ts Normal file
View File

@@ -0,0 +1,12 @@
export { description, version } from '../../packages/toon/package.json'
/* VitePress head */
export const name = 'TOON'
export const ogUrl = 'https://toonformat.dev/'
export const ogImage = `${ogUrl}og.png`
export const twitterImage = `${ogUrl}twitter.png`
/* GitHub and social links */
export const github = 'https://github.com/toon-format/toon'
export const releases = 'https://github.com/toon-format/toon/releases'
export const twitter = 'https://twitter.com/jschopplich'