Important
|
This repository contains the generator and general setup for Antora in context of the Project Guide. It does not contain the content itself! This can be found here instead. |
Hosted version available at: ASAM Project Guide (Link)
To build the Project Guide locally, check out this repository.
Next, check out the content repository to a new subfolder (e.g. "asam-project-guide-content").
In order for the generator to use the local sources, edit the 'site.yml' so that each url
attribute under content
/sources
points to that folder (e.g. ./asam-project-guide-content
).
If you also want to include specific branches and/or tags (or exclude them), change the other settings accordingly.
For more information on how the 'site.yml' works, see the official Antora documentation.
Important
|
IF YOU USE THIS REPO TO BUILD LOCALLY, DO NOT PUSH CHANGES RELATED TO THAT TO REMOTE. Make sure only to commit and push changes that are relevant for remote as well, as otherwise the build pipeline will break. |
Tip
|
If you are using VSCode, there is currently no correctly working support for source control of nested git projects. However, there exists a workaround:
|