Skip to content

Antora playbook repository. Get wiki from other git repositorys.

Notifications You must be signed in to change notification settings

stian90/antora-playbook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

git repository for antora playbook.

Antora playbook will get the documentation from all other git repositorys and build a static site.

Get started

  1. Clone projet

git clone https://github.com/stian90/antora-playbook
cd antora-playbook
  1. Install Antora (if not installaed globaly)

npm i -g @antora/[email protected] @antora/[email protected]
  1. Login to github

brew install gh
gh auth login
  1. Build site- --fetch prevent to use cached files

npx antora --fetch ./antora-playbook.yml
  1. move to webserver

rsync -aP ./build/site/ [email protected]:/mnt/user/webserver_antora
  1. Run localy

npx antora --fetch ./antora-playbook-locale.yml

This will genereta a "build" folder, and you can now preview the site from:

./antora-playbook/build/site/index.html

About

Antora playbook repository. Get wiki from other git repositorys.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published