Skip to content

Commit cf6cdf5

Browse files
authored
Merge pull request #367 from abhatt-rh/1620-attributesfile
Added the common attributes file to all assembly/main adoc files
2 parents 0c488c5 + 42d210f commit cf6cdf5

26 files changed

+49
-12
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
# Validated Patterns documentation site
22

3-
This project contains the new proof-of-concept documentation site for validatedpatterns.io
3+
This project contains the new proof-of-concept documentation site for [validatedpatterns.io](validatedpatterns.io).
44

5-
You can build this site using [Hugo](https://gohugo.io/).
5+
Use a container image to build the Validated Patterns documentation, locally. See [Preview the documentation using a container image](https://validatedpatterns.io/contribute/contribute-to-docs/#_preview_the_documentation_using_a_container_image).
6+
7+
Alternatively, you can build this site using [Hugo](https://gohugo.io/).
68

79
## Install Hugo
810

content/contribute/background-on-pattern-development.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ aliases: /background-on-pattern-development/
88
:toc:
99
:imagesdir: /images
1010
:_content-type: ASSEMBLY
11+
include::modules/comm-attributes.adoc[]
1112

1213
== Introduction
1314

content/contribute/contribute-to-docs.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ weight: 10
66
---
77

88
:toc:
9+
:_content-type: ASSEMBLY
10+
include::modules/comm-attributes.adoc[]
911

1012
//Use the Contributor's guide to learn about ways to contribute to the Validated Patterns, to understand the prerequisites and toolchain required for contribution, and to follow some basic documentation style and structure guidelines.
1113

content/contribute/creating-a-pattern.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ aliases: /creating-a-pattern/
88
:toc:
99
:imagesdir: /images
1010
:_content-type: ASSEMBLY
11+
include::modules/comm-attributes.adoc[]
1112

1213
The validated patterns community has relied on existing architectures that have been successfully deployed in an enterprise. The architecture itself is a best practice in assembling technologies and projects to provide a working solution. How that solution is deployed and managed is a different matter. It may have evolved over time and may have grown in its deployment such that ongoing maintenance is not sustainable.
1314

content/contribute/extending-a-pattern.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ aliases: /extending-a-pattern/
88
:toc:
99
:imagesdir: /images
1010
:_content-type: ASSEMBLY
11+
include::modules/comm-attributes.adoc[]
1112

1213
== Introduction to extending a pattern using a fork
1314

content/contribute/structure.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ aliases: /building-vps/structure/
1010
:toc:
1111
:imagesdir: /images
1212
:_content-type: ASSEMBLY
13+
include::modules/comm-attributes.adoc[]
1314

1415
== Framework fundamentals
1516

content/learn/about.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ weight: 10
55
---
66
:toc:
77

8+
:_content-type: ASSEMBLY
9+
include::modules/comm-attributes.adoc[]
10+
811
Validated Patterns and upstream Community Patterns are a natural progression from reference architectures with additional value. Here is a brief video to explain what patterns are all about:
912

1013
image::https://img.youtube.com/vi/lI8TurakeG4/0.jpg[patterns-intro-video,link=https://www.youtube.com/watch?v=lI8TurakeG4]

content/learn/importing-a-cluster.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ aliases: /learn/importing-a-cluster/
88
---
99

1010
:toc:
11+
:_content-type: ASSEMBLY
12+
include::modules/comm-attributes.adoc[]
1113

1214
[id="importing-a-cluster"]
1315
== Importing a managed cluster

content/learn/infrastructure.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ aliases: /infrastructure/
66
---
77

88
:toc:
9+
:_content-type: ASSEMBLY
10+
include::modules/comm-attributes.adoc[]
911

1012
[id="background"]
1113
== Background

content/learn/ocp-cluster-general-sizing.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ aliases: /infrastructure/ocp-cluster-general-sizing/
88
---
99

1010
:toc:
11+
:_content-type: ASSEMBLY
12+
include::modules/comm-attributes.adoc[]
1113

1214
= OpenShift General Sizing
1315

0 commit comments

Comments
 (0)