Official documentation for InvoiceShelf built with VitePress.
# Install dependencies
yarn install
# Start development server
yarn dev
# Build documentation
yarn build
# Preview production build
yarn serveRun the documentation site locally:
docker-compose up -dThe site will be available at http://localhost:8001
docker build -t invoiceshelf/docs .Every push builds and publishes a commit-SHA image. Pushes to master also publish the
latest image.
Images are available at:
ghcr.io/invoiceshelf/docs:latest- Latestmasterbuildghcr.io/invoiceshelf/docs:<commit-sha>- A specific commit build