Skip to content

The official documentation for the Invite Tracker Discord bot.

Notifications You must be signed in to change notification settings

AMufInABox/documentation

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 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

No packages published