docker compose -f docker-compose.dev.yml up --build --watch
docker compose up --build
The application includes a document viewer that displays markdown content from a mounted volume. Access the documents at /markdown
path in the frontend.
The document viewer reads files from the /content
directory inside the container, which is mounted from ./archwiki-scraper/output
in the host filesystem.
Features include:
- Browse and view all markdown files
- Navigate through folder structures
- Responsive design with proper markdown formatting
- Automatic navigation links between pages
To use your own markdown content:
- Place your markdown files in a directory
- Update the Docker Compose files to mount your directory to
/content