-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#1049 Migrate developer documentation to main repository #1088
Merged
GuusLieben
merged 17 commits into
feature/#1092-module-migration
from
feature/#1049-developer-documentation
Aug 11, 2024
Merged
#1049 Migrate developer documentation to main repository #1088
GuusLieben
merged 17 commits into
feature/#1092-module-migration
from
feature/#1049-developer-documentation
Aug 11, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Pending work:
|
7678bfa
to
7c1f8c8
Compare
7c1f8c8
to
0729a33
Compare
0729a33
to
6f375d2
Compare
7 tasks
6f375d2
to
7463981
Compare
5529e1e
to
ffccdf8
Compare
7463981
to
0092c51
Compare
4616ecb
to
5ec0407
Compare
9bf1999
to
2f459ae
Compare
2f459ae
to
70524d2
Compare
9735ef3
to
c50d24c
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Type of Change
Description
Summary
Currently our documentation is developed and maintained at https://github.com/Dockbox-OSS/HartshornDocs. While this is a convenient setup, it makes it hard to keep documentation up to date for new releases. As such, these changes migrate our documentation away from mkdocs, and now allow us to place documentation directly in our various modules, and publish using Antora.
Writing and building
Documentation can be written using the Asciidoc format, and can be published either locally (unversioned) or for release (versioned) using pre-made playbooks in our assembly directory.
Custom UI bundle
To customize the look and feel of our documentation, we have a custom UI bundle which is developed at https://github.com/Dockbox-OSS/Antora-Dockbox-UI. A sample of this UI bundle can be seen below.
CI integration
To automatically check for documentation issues, and optionally get a quick preview of the documentation for a specific pull request, a CI workflow has been added to build and publish the documentation. An overview of executions of this workflow can be found at https://github.com/Dockbox-OSS/Hartshorn/actions/workflows/build.docs.yml. Note that artifacts are only retained for 7 days.
Checklist
develop
branchRelated Issue
Closes #1049