Skip to content

InvoiceShelf/docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

109 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

InvoiceShelf Documentation

Official documentation for InvoiceShelf built with VitePress.

Development

# Install dependencies
yarn install

# Start development server
yarn dev

# Build documentation
yarn build

# Preview production build
yarn serve

Docker

Using Docker Compose

Run the documentation site locally:

docker-compose up -d

The site will be available at http://localhost:8001

Building Docker Image

docker build -t invoiceshelf/docs .

Deployment

Documentation is automatically built and published to GitHub Container Registry on every push to master.

Images are available at:

  • ghcr.io/invoiceshelf/docs:latest - Latest master branch
  • ghcr.io/invoiceshelf/docs:<commit-sha> - Specific commit builds

About

InvoiceShelf Documentation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors 11