Skip to content

owdproject/docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 GNU General Public License v3.

About

Docs module for OWD client

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published