You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by dj...@apache.org on 2021/11/16 00:23:26 UTC

[camel-spring-boot] 02/03: ac-mappings files

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

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

commit da54b38cb44f130058e2dfb719329506cc9ba20a
Author: David Jencks <dj...@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'