Skip to content

jboss-fuse/apache-camel-on-ocp-best-practices

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Camel on Openshift Best Practices

A curated list of documented best practices and examples to use Apache Camel on OpenShift.

This projecti is the source used to publish https://jboss-fuse.github.io/apache-camel-on-ocp-best-practices/ .

If you want to modify/fix an existing guide just open a pr against this repo, when merged to the main branch a github action should take care to publish it to githug pages committing the processed asciidoc file to gh-pages branch.

To build a local preview you need asciidoc installed. Then run:

make clean build

this will create a localpreview/ folder containing the rendered html files.

If you have xdg-open installed (on linux it should be by default) you can open the preview in a browser directly with:

make open-preview

if you are on mac try open ./localpreview/index.html, otherwise simply open ./localpreview/index.html in your browser of choice.

Start from copying template.adoc file in docs/ folder and rename it as needed. Link it into docs/README.adoc where appropriate, like:

[...]
== New Guide Title

=== xref:new-guide.adoc[My new guide!]
[...]

If your guid needs examples or examples projects you can put them into examples/ folder and reference them accordingly.