Skip to content

Latest commit

 

History

History
45 lines (33 loc) · 1.05 KB

File metadata and controls

45 lines (33 loc) · 1.05 KB

Docs Module

Docs Module for your Open Web Desktop client.

Overview

Easily embed the official Open Web Desktop documentation into your project.

Installation

Install the module with:

npm install @owdproject/docs

Usage

Define the module in your nuxt.config.ts:

export default defineNuxtConfig({
    modules: [
        // place it before /core
        '@owdproject/docs',
        '@owdproject/core'
    ]
})

Features

  • 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.

License

Open Web Desktop is released under the MIT License.