The Web Archiving Addon provides a notification mechanism for web archiving agencies, communicating all URLs under which a document is visible upon document publication or depublication. Additionally, the addon will send a notification on channel publication.
Documentation is available at bloomreach-forge.github.io/web-archiving
The documentation is generated by this command:
mvn clean site:site -Pgithub.pages
The output is in the /docs
directory; push it and GitHub Pages will serve the site automatically.
For rendering documentation on non-master branches, use the normal site command so the output will be in the /target
and therefore ignored by Git.
mvn clean site:site