Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/juliaaano/antora-viewer
https://github.com/juliaaano/antora-viewer
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/juliaaano/antora-viewer
- Owner: juliaaano
- License: mit
- Created: 2024-02-18T14:51:52.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-08-08T10:41:34.000Z (3 months ago)
- Last Synced: 2024-10-11T00:38:11.089Z (28 days ago)
- Language: Dockerfile
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Antora Viewer
This is a simple container to generate Antora asciidoc content and serve it with a websever.
The purpose of this container is to be used as a development tool for Antora projects.
## Build and run with Podman.
```
cd container/
podman build -t localhost/antora-viewer .
```In your Antora website directory, run the following.
```
podman run --rm --name antora -v $PWD:/antora -p 8080:8080 -i -t localhost/antora-viewer
```