Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 739 Bytes

README.md

File metadata and controls

31 lines (17 loc) · 739 Bytes

Documentation repo

This is the repository with documentation and Docusaurus setup to publish.

A few characteristics of this template:

  • The app is configured to be deployed at virtual directory '/docs'.
  • The app is configured in docs-only mode

You can add Markdown files in the docs folder.

Adapt the settings in docusaurus.config.js.

Prerequisites

Test locally

cd app

npm install

npm run start

Navigate to http://localhost:3000

Build and run with Docker

docker compose up -d --build

Navigate to http://localhost/docs