From 79b086d7143d4e5a2f5b5a4b29a792dd655040bf Mon Sep 17 00:00:00 2001 From: Inaki Fernandez Date: Sat, 29 Sep 2018 20:33:03 +0200 Subject: [PATCH] new .md files added to mkdocs.yml --- docs/ansible.md | 1 + docs/apis-and-restful-architecture.md | 1 + docs/debugging-java-applications-on-openshift-and-kubernetes.md | 1 + docs/docker.md | 1 + docs/git.md | 1 + docs/groovy.md | 1 + docs/java-and-java-performance-optimization.md | 1 + docs/jenkins-and-openshift.md | 1 + docs/maven.md | 1 + docs/nexus.md | 1 + docs/performance-testing-with-jenkins-and-jmeter.md | 1 + docs/public-cloud-solutions.md | 1 + docs/sonarqube.md | 1 + docs/swagger-code-generator-for-rest-apis.md | 1 + docs/terraform.md | 1 + docs/troubleshooting-openshift-network-performance.md | 1 + docs/visual-studio.md | 1 + 17 files changed, 17 insertions(+) create mode 100644 docs/ansible.md create mode 100644 docs/apis-and-restful-architecture.md create mode 100644 docs/debugging-java-applications-on-openshift-and-kubernetes.md create mode 100644 docs/docker.md create mode 100644 docs/git.md create mode 100644 docs/groovy.md create mode 100644 docs/java-and-java-performance-optimization.md create mode 100644 docs/jenkins-and-openshift.md create mode 100644 docs/maven.md create mode 100644 docs/nexus.md create mode 100644 docs/performance-testing-with-jenkins-and-jmeter.md create mode 100644 docs/public-cloud-solutions.md create mode 100644 docs/sonarqube.md create mode 100644 docs/swagger-code-generator-for-rest-apis.md create mode 100644 docs/terraform.md create mode 100644 docs/troubleshooting-openshift-network-performance.md create mode 100644 docs/visual-studio.md diff --git a/docs/ansible.md b/docs/ansible.md new file mode 100644 index 00000000..ab8b4fd1 --- /dev/null +++ b/docs/ansible.md @@ -0,0 +1 @@ +# Ansible \ No newline at end of file diff --git a/docs/apis-and-restful-architecture.md b/docs/apis-and-restful-architecture.md new file mode 100644 index 00000000..614edb5f --- /dev/null +++ b/docs/apis-and-restful-architecture.md @@ -0,0 +1 @@ +# APIs and RESTful Architecture \ No newline at end of file diff --git a/docs/debugging-java-applications-on-openshift-and-kubernetes.md b/docs/debugging-java-applications-on-openshift-and-kubernetes.md new file mode 100644 index 00000000..8e5f6c84 --- /dev/null +++ b/docs/debugging-java-applications-on-openshift-and-kubernetes.md @@ -0,0 +1 @@ +# Debugging java applications on openshift and kubernetes \ No newline at end of file diff --git a/docs/docker.md b/docs/docker.md new file mode 100644 index 00000000..68714083 --- /dev/null +++ b/docs/docker.md @@ -0,0 +1 @@ +# Docker \ No newline at end of file diff --git a/docs/git.md b/docs/git.md new file mode 100644 index 00000000..65f57e71 --- /dev/null +++ b/docs/git.md @@ -0,0 +1 @@ +# Git \ No newline at end of file diff --git a/docs/groovy.md b/docs/groovy.md new file mode 100644 index 00000000..53a42a13 --- /dev/null +++ b/docs/groovy.md @@ -0,0 +1 @@ +# Groovy \ No newline at end of file diff --git a/docs/java-and-java-performance-optimization.md b/docs/java-and-java-performance-optimization.md new file mode 100644 index 00000000..fe52b697 --- /dev/null +++ b/docs/java-and-java-performance-optimization.md @@ -0,0 +1 @@ +# Java and java performance optimization \ No newline at end of file diff --git a/docs/jenkins-and-openshift.md b/docs/jenkins-and-openshift.md new file mode 100644 index 00000000..33a7f465 --- /dev/null +++ b/docs/jenkins-and-openshift.md @@ -0,0 +1 @@ +# jenkins and openshift \ No newline at end of file diff --git a/docs/maven.md b/docs/maven.md new file mode 100644 index 00000000..1c8d26f9 --- /dev/null +++ b/docs/maven.md @@ -0,0 +1 @@ +# Maven diff --git a/docs/nexus.md b/docs/nexus.md new file mode 100644 index 00000000..45b88576 --- /dev/null +++ b/docs/nexus.md @@ -0,0 +1 @@ +# Nexus \ No newline at end of file diff --git a/docs/performance-testing-with-jenkins-and-jmeter.md b/docs/performance-testing-with-jenkins-and-jmeter.md new file mode 100644 index 00000000..d9c1c8a2 --- /dev/null +++ b/docs/performance-testing-with-jenkins-and-jmeter.md @@ -0,0 +1 @@ +# Performance testing with jenkins and jmeter \ No newline at end of file diff --git a/docs/public-cloud-solutions.md b/docs/public-cloud-solutions.md new file mode 100644 index 00000000..309b4fb1 --- /dev/null +++ b/docs/public-cloud-solutions.md @@ -0,0 +1 @@ +# Public Cloud Solutions \ No newline at end of file diff --git a/docs/sonarqube.md b/docs/sonarqube.md new file mode 100644 index 00000000..aabcb1b5 --- /dev/null +++ b/docs/sonarqube.md @@ -0,0 +1 @@ +# Sonarqube \ No newline at end of file diff --git a/docs/swagger-code-generator-for-rest-apis.md b/docs/swagger-code-generator-for-rest-apis.md new file mode 100644 index 00000000..b6286d92 --- /dev/null +++ b/docs/swagger-code-generator-for-rest-apis.md @@ -0,0 +1 @@ +# Swagger code generator for REST APIs \ No newline at end of file diff --git a/docs/terraform.md b/docs/terraform.md new file mode 100644 index 00000000..4f2fc40f --- /dev/null +++ b/docs/terraform.md @@ -0,0 +1 @@ +# Hashicorp Terraform \ No newline at end of file diff --git a/docs/troubleshooting-openshift-network-performance.md b/docs/troubleshooting-openshift-network-performance.md new file mode 100644 index 00000000..1b4d23f1 --- /dev/null +++ b/docs/troubleshooting-openshift-network-performance.md @@ -0,0 +1 @@ +# Troubleshooting openshift network performance \ No newline at end of file diff --git a/docs/visual-studio.md b/docs/visual-studio.md new file mode 100644 index 00000000..8fb31c43 --- /dev/null +++ b/docs/visual-studio.md @@ -0,0 +1 @@ +# Visual Studio Code \ No newline at end of file