This is an automated email from the ASF dual-hosted git repository.

djencks pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git

commit 030ea0e0397f6ca6abee3560a5374602959307ff
Author: David Jencks <djen...@apache.org>
AuthorDate: Fri Nov 5 06:38:23 2021 -0700

    ac-mappings files
---
 components-starter/ac-mappings.yml |  9 +++++++++
 core/ac-mappings.yml               | 17 +++++++++++++++++
 2 files changed, 26 insertions(+)

diff --git a/components-starter/ac-mappings.yml 
b/components-starter/ac-mappings.yml
new file mode 100644
index 0000000..550c52d
--- /dev/null
+++ b/components-starter/ac-mappings.yml
@@ -0,0 +1,9 @@
+mappings:
+  - module: spring-boot
+    family: example
+    path:
+      include:
+        - '*/src/main/docs/*.json'
+    relativemap:
+      - match: '*/src/main/docs/(?<name>*).json'
+        format: 'json/{name}.json'
diff --git a/core/ac-mappings.yml b/core/ac-mappings.yml
new file mode 100644
index 0000000..dda0236
--- /dev/null
+++ b/core/ac-mappings.yml
@@ -0,0 +1,17 @@
+mappings:
+  - module: ROOT
+    family: page
+    path:
+      include:
+        - '*/src/main/docs/*.adoc'
+    relativemap:
+      - match: '*/src/main/docs/(?<name>*).adoc'
+        format: '{name}.adoc'
+  - module: spring-boot
+    family: example
+    path:
+      include:
+        - '*/src/main/docs/*.json'
+    relativemap:
+      - match: '*/src/main/docs/(?<name>*).json'
+        format: 'json/{name}.json'

Reply via email to