Skip to content

Latest commit

 

History

History
60 lines (39 loc) · 1.35 KB

File metadata and controls

60 lines (39 loc) · 1.35 KB

Documentation & Static Site, generated with Nuxt Content

This is a documentation site built on top of Nuxt Content.

Docs location

All docs are located in the ./content folder if you're just looking for the docs in plain text.

Setup

Ensure you're in the right directory.

cd docs/

Copy over the environment variable example file.

cp .env.example .env

Make sure to install the dependencies:

yarn install

Development Server

Start the development server on http://localhost:3000

yarn dev

Production

Build the application for production:

yarn build

Locally preview production build:

yarn preview

Check out the deployment documentation for more information.

Power User Tips

If you're diving deep into the docs, here are some tips to help you out:

Components

All components are from the Nuxt UI component library, using the Nuxt UI Documentation Template.

View the Nuxt UI Documentation Template components →

Icons

All icons are from the Lucide icon set. Use the icon name of i-lucide-<icon-name> as the value for the icon field in the YAML frontmatter.