Skip to content

Apicurio/apicurio-best-practices

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

apicurio-best-practices

This project is the source used to publish https://www.apicur.io/apicurio-best-practices/.

Contributing

If you want to modify/fix an existing guide just open a pr against this repo. Heach pr is built and the preview site archive is attacched to the pr checks to be inspected if needed. 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.

Building a local preview

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.

Add a new guide

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.

Releases

No releases published

Packages

No packages published