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 .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 branchghcr.io/invoiceshelf/docs:<commit-sha>- Specific commit builds