Skip to content

Inboxt/docs.inboxt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Inboxt Documentation

This repository contains the source code for the official Inboxt Documentation, built using VitePress.

Local Development

Start Development Server

Use this for real-time previewing with Hot Module Replacement (HMR) as you edit Markdown files.

npm install
npm run dev

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

Build & Preview

Use this to check the final static production build locally.

# Build the static site
npm run build

# Preview the build locally
npm run preview

Contributing to Docs

We welcome improvements to Inboxt's documentation! Whether it's fixing a typo, improving a guide (self-hosting, local development, etc.), or documenting a core feature (saving articles, managing newsletters, or organizing content).

  • Source files: All guides are located in the docs/ directory as Markdown files.
  • Config: The site structure and navigation are defined in docs/.vitepress/config.mts.

License

This documentation is licensed under the MIT License.

The Inboxt application and backend are licensed separately under the AGPL-3.0. View the application repository.

About

Documentation for Inboxt

Resources

License

Contributing

Stars

Watchers

Forks

Contributors