8000 GitHub - sabre1041/antora-viewer
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

sabre1041/antora-viewer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 93.2%
  • Shell 6.8%
0