1 Scope of document
ruby, asciidoctor
Zazwyczaj to co tu jest, a to co każdy zazwyczaj pomija Green text red text blue text and some yellow text Green text red text blue text and some yellow text
Who are using it?
ruby, asciidoctor
| How to add cssandjavascriptto individual pages? | 
- 
docinfodoenst seems to work with antoro, only works well with asciidoctor processor.
- 
Have to look into Trepprocessoror conditionally add into handlebar templates
How are they using it?
- 
Homepage has a layout, with pre-formatted HTML markup 
- 
We want CI to build and test our website - component
- 
A section of documentation that can be split up into seperate repo 
 
Exercise
- 
Implement the Applicationclass withmain(String[] args)method.
Solution
Example 2. Click to see solution
package mrhaki;
import io.micronaut.runtime.Micronaut;
public class Application {
    public static void main(String[] args) {
        Micronaut.run(Application.class);
    }
}
| Doesnt work Need asciidoctor.js version 2 |