Include AsciiDoc files as website input sources
- Dominant language
- JavaScript
- Stars
- 15
- Forks
- 16
- PR merge metrics
- No merged PRs in 30d
Description
Right now in the Celix source tree there are 2 different input formats: Markdown and AsciiDoc. The Markdown files are already processed by Hugo but the AsciiDoc files are not.
It seems that Hugo is able to handle AsciiDoc as input files as well, see https://gohugo.io/content-management/formats/#list-of-content-formats
Test whether this works and whether the output is available on the website.
AsciiDoc input sources:
- https://github.com/apache/celix/tree/master/bundles/pubsub/doc
- https://github.com/apache/celix/tree/master/bundles/cxx_remote_services/doc
PR https://github.com/apache/celix/pull/363 adds another AsciiDoc file for PushStreams, when merged that file should preferabbly be checked as well.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.