We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b29d66d commit ee43775Copy full SHA for ee43775
.asciidoctorconfig
@@ -1,11 +1,10 @@
1
-:data-uri:
2
:icons:
3
:experimental:
4
5
//:toc: macro
6
//:toc-title:
7
-:imagesdir: static/images
8
-:includedir: modules
+:imagesdir: /static/images
+:includedir: /modules
9
:prewrap!:
10
//Solution name
11
:rh-solution-name: Validated Patterns
config.yaml
@@ -45,3 +45,17 @@ menus:
45
- name: Workshop
46
url: https://play.validatedpatterns.io
47
weight: 25
48
+module:
49
+ mounts:
50
+ - source: archetypes
51
+ target: archetypes
52
+ - source: content
53
+ target: content
54
+ - source: static
55
+ target: static
56
+ - source: layouts
57
+ target: layouts
58
+ - source: assets
59
+ target: assets
60
+ - source: modules
61
0 commit comments