Easily embed the official Open Web Desktop documentation into your project.
Install the module with:
npm install @owdproject/docs
Define the module in your nuxt.config.ts
:
export default defineNuxtConfig({
modules: [
// place it before /core
'@owdproject/docs',
'@owdproject/core'
]
})
- Automatically sets up a
/docs
route with built-in documentation. - Uses PrimeVue for consistent theming across Open Web Desktop projects.
- Fully customizable if you want to extend or override docs content.
- No setup required — works out of the box with any Open Web Desktop theme.
- Ideal for apps, templates, or themes that want to ship self-contained help.
Open Web Desktop is released under the GNU General Public License v3.