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 d599737 commit d1f71edCopy full SHA for d1f71ed
.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
@@ -28,3 +28,18 @@ taxonomies:
28
industry: 'industries'
29
product: 'products'
30
blog_tag: 'blog_tags'
31
+
32
+module:
33
+ mounts:
34
+ - source: archetypes
35
+ target: archetypes
36
+ - source: content
37
+ target: content
38
+ - source: static
39
+ target: static
40
+ - source: layouts
41
+ target: layouts
42
+ - source: assets
43
+ target: assets
44
+ - source: modules
45
0 commit comments