Skip to content

Invite-Tracker/documentation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

8 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Invite Tracker Documentation

Documentation for the Invite Tracker Discord bot, built with VitePress.

Prerequisites

  • Node.js 18+
  • pnpm 10.26.1+

Installation

pnpm install

Development

Start the development server with hot-reload:

pnpm docs:dev

The documentation will be available at http://localhost:5173.

Build

Build the documentation for production:

pnpm docs:build

The output will be generated in docs/.vitepress/dist.

Preview

Preview the production build locally:

pnpm docs:preview

Project Structure

documentation/
β”œβ”€β”€ docs/
β”‚   β”œβ”€β”€ .vitepress/
β”‚   β”‚   └── config.mts      # VitePress configuration
β”‚   β”œβ”€β”€ assets/             # Images and static assets
β”‚   β”œβ”€β”€ commands/           # Command documentation
β”‚   β”œβ”€β”€ dashboard/          # Dashboard plugin documentation
β”‚   β”œβ”€β”€ faq-directory/      # FAQ pages
β”‚   └── *.md                # Root documentation pages
β”œβ”€β”€ package.json
└── README.md

About

The official documentation for the Invite Tracker Discord bot.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors