diff --git a/docs/Gemfile b/docs/Gemfile index b09f5d6d..608df321 100644 --- a/docs/Gemfile +++ b/docs/Gemfile @@ -9,6 +9,7 @@ source "https://rubygems.org" # This will help ensure the proper Jekyll version is running. gem "jekyll", "~> 4.3.2" +gem "json" gem "just-the-docs" # If you want to use GitHub Pages, remove the "gem "jekyll"" above and diff --git a/docs/ORX/compositor.markdown b/docs/ORX/compositor.markdown index 21ae91e2..513599af 100644 --- a/docs/ORX/compositor.markdown +++ b/docs/ORX/compositor.markdown @@ -1,10 +1,10 @@ --- # File generated by dokgen. Do not edit. -# Edit 'src/main/kotlin/docs/10_ORX/C170_Compositor.kt' instead. +# Edit 'src/main/kotlin/docs/80_ORX/C170_Compositor.kt' instead. layout: default title: Compositor parent: ORX -last_modified_at: 2023.12.26 16:00:58 +0100 +last_modified_at: 2024.01.15 12:27:05 +0100 nav_order: 170 has_children: false --- @@ -119,7 +119,7 @@ fun main() = application { } ``` -[Link to the full example](https://github.com/openrndr/openrndr-examples/blob/master/src/main/kotlin/examples/10_ORX/C170_Compositor000.kt) +[Link to the full example](https://github.com/openrndr/openrndr-examples/blob/master/src/main/kotlin/examples/80_ORX/C170_Compositor000.kt) This produces: @@ -168,7 +168,7 @@ fun main() = application { } ``` -[Link to the full example](https://github.com/openrndr/openrndr-examples/blob/master/src/main/kotlin/examples/10_ORX/C170_Compositor001.kt) +[Link to the full example](https://github.com/openrndr/openrndr-examples/blob/master/src/main/kotlin/examples/80_ORX/C170_Compositor001.kt) The output: @@ -216,7 +216,7 @@ fun main() = application { } ``` -[Link to the full example](https://github.com/openrndr/openrndr-examples/blob/master/src/main/kotlin/examples/10_ORX/C170_Compositor002.kt) +[Link to the full example](https://github.com/openrndr/openrndr-examples/blob/master/src/main/kotlin/examples/80_ORX/C170_Compositor002.kt)