Skip to content

Commit f782d78

Browse files
author
Natalie Arellano
committed
Rename .concepts -> .common
This will make it easier to have other shared things Signed-off-by: Natalie Arellano <[email protected]>
1 parent bea3fe5 commit f782d78

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

config.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -97,23 +97,23 @@ featureKatacoda = false
9797
source = 'content'
9898
target = 'content'
9999
[[module.mounts]]
100-
source = 'content/docs/.concepts/buildpack.md'
100+
source = 'content/docs/.common/concepts/buildpack.md'
101101
target = 'content/docs/for-app-developers/concepts/buildpack.md'
102102
[[module.mounts]]
103-
source = 'content/docs/.concepts/buildpack.md'
103+
source = 'content/docs/.common/concepts/buildpack.md'
104104
target = 'content/docs/for-buildpack-authors/concepts/buildpack.md'
105105
[[module.mounts]]
106-
source = 'content/docs/.concepts/buildpack.md'
106+
source = 'content/docs/.common/concepts/buildpack.md'
107107
target = 'content/docs/for-platform-operators/concepts/buildpack.md'
108108
[[module.mounts]]
109-
source = 'content/docs/.concepts/extension.md'
109+
source = 'content/docs/.common/concepts/extension.md'
110110
target = 'content/docs/for-buildpack-authors/concepts/extension.md'
111111
[[module.mounts]]
112-
source = 'content/docs/.concepts/extension.md'
112+
source = 'content/docs/.common/concepts/extension.md'
113113
target = 'content/docs/for-platform-operators/concepts/extension.md'
114114
[[module.mounts]]
115-
source = 'content/docs/.concepts/composite-buildpack.md'
115+
source = 'content/docs/.common/concepts/composite-buildpack.md'
116116
target = 'content/docs/for-buildpack-authors/concepts/composite-buildpack.md'
117117
[[module.mounts]]
118-
source = 'content/docs/.concepts/composite-buildpack.md'
118+
source = 'content/docs/.common/concepts/composite-buildpack.md'
119119
target = 'content/docs/for-platform-operators/concepts/composite-buildpack.md'
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)