Skip to content

Latest commit

 

History

History
59 lines (42 loc) · 1.16 KB

UsingAntora.adoc

File metadata and controls

59 lines (42 loc) · 1.16 KB

C2PA and Antora

Status

All existing repos have been reorganized & we have a site!

Note
I will probably fix the URL…​

Outstanding issues

Repo Organization

@startwbs
* docs
**> modules
***> <name>
**** pages
**** //partials//
**** //images//
**** //attachments//
**** //other//
@endwbs

Cross-Document Linking

Examples
  • xref:_lower_case_with_underbars[Internal Link]

  • xref:MODULE:DOCUMENT.adoc#SECTION[External Link]

  • xref:MODULE:../partials/DOCUMENT.adoc#SECTION[External Link]

Building the Site

  • github repo: specifications

  • run script buildsite.sh

    • uses dockerized antora

    • uses standard antora-playbook.yml

    • auto-downloads main branches of "child" repos

  • output in build/site/index.html

  • create PR, push changes, merge PR

    • site will be auto-published to gh-pages

Building Local Site

Local builds can be done with installed antora and the antora-playbook-local.yml