diff --git a/_includes/common/apsBtn.html b/_includes/common/apsBtn.html new file mode 100644 index 0000000..4077614 --- /dev/null +++ b/_includes/common/apsBtn.html @@ -0,0 +1,4 @@ +
+ Request Access +
diff --git a/_includes/common/dockerTable.html b/_includes/common/dockerTable.html new file mode 100644 index 0000000..6788a6e --- /dev/null +++ b/_includes/common/dockerTable.html @@ -0,0 +1,31 @@ +
+

Finding and sharing container images (software components you can deploy and host) with your team and the + Docker community

+
+
+ {{ include.param.title }} Images +
+
+ {% for image in include.param.dockerImages %} +
+
{{ image.name }}
+
+ {% if image.description %} + {{ image.description }} +
+ {% endif %} + {% if image.badges %} + {% for badge in image.badges %} + + {% endfor %} +
+ {% endif %} + {{ image.url }} + + +
+
+ {% endfor %} +
+
+
diff --git a/_includes/common/npmTable.html b/_includes/common/npmTable.html new file mode 100644 index 0000000..f73db15 --- /dev/null +++ b/_includes/common/npmTable.html @@ -0,0 +1,31 @@ +
+

Share independently usable packages of code for teams to achieve a variety of capabilities in their systems. +

+
+
+ {{ include.param.title }} NPM Packages +
+
+ {% for package in include.param.npmPackages %} +
+
{{ package.name }}
+
+ {% if package.description %} + {{ package.description }} +
+ {% endif %} + {% if package.badges %} + {% for badge in package.badges %} + + {% endfor %} +
+ {% endif %} + {{ package.url }} + + +
+
+ {% endfor %} +
+
+
diff --git a/_includes/common/postmanExampleModal.html b/_includes/common/postmanExampleModal.html new file mode 100644 index 0000000..0d2fdaf --- /dev/null +++ b/_includes/common/postmanExampleModal.html @@ -0,0 +1,55 @@ + diff --git a/_includes/footer.html b/_includes/footer.html new file mode 100644 index 0000000..a3da665 --- /dev/null +++ b/_includes/footer.html @@ -0,0 +1,12 @@ + diff --git a/_includes/header.html b/_includes/header.html new file mode 100644 index 0000000..3453b07 --- /dev/null +++ b/_includes/header.html @@ -0,0 +1,16 @@ +
+ +
+ +   +
+ +
diff --git a/_includes/navigation.html b/_includes/navigation.html new file mode 100644 index 0000000..e1dcc9d --- /dev/null +++ b/_includes/navigation.html @@ -0,0 +1,34 @@ +{% assign current = page.url | downcase | split: '/' %} +{% assign commonServices = site.services | sort: 'order' %} +{% assign onboarding = site.onboarding | sort: 'order' %} + +