The information below is outdated
I have upgraded to the tools above.
This site is maintained in a folder of markdown files and generated by Astro Starlight.
The information below is outdated
I have upgraded to the tools above.
Just use this template on GitHub and deploy it to Vercel.
The list of available languages is here:
Add the language to nuxt.config.ts
1export default defineNuxtConfig({2 // https://github.com/nuxt-themes/docus3 extends: '@nuxt-themes/docus',4 devtools: { enabled: true },5
6 modules: [7 // Remove it if you don't use Plausible analytics8 // https://github.com/nuxt-modules/plausible9 ],10 content: {11 highlight: {12 preload: ['rust', 'csharp', 'c', 'go', 'sql', 'python', 'haskell'],13 }14 }15})