From 34b56c7da2a1c464d5d187da27112e674a559283 Mon Sep 17 00:00:00 2001 From: Inaki Fernandez Date: Mon, 18 May 2020 10:18:59 +0200 Subject: [PATCH] new entry --- docs/index.md | 2 +- docs/ssh.md | 2 +- mkdocs.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/index.md b/docs/index.md index bc1b7dae..ab09037c 100644 --- a/docs/index.md +++ b/docs/index.md @@ -64,7 +64,7 @@ Microservices architectures rely on DevOps practices, automation, CI/CD (continu - [Payara App Server](payara.md) - [Embedded Servlet Containers in SpringBoot: Jetty, Tomcat, Undertow and more](embedded-servlet-containers.md) - [Selenium, Appium & Zephyr Jira plugin](selenium-appium-zephyr.md) - - [SSH & Linux Commands](ssh.md) + - [SSH & Linux](ssh.md) 10. [Java Memory Management & Java Performance Optimization](java-and-java-performance-optimization.md) - [Java Parameters Matrix Table 🌟](jvm-parameters-matrix-table.md) 11. [Caching Solutions](caching.md) diff --git a/docs/ssh.md b/docs/ssh.md index ec5f3a4c..650c89b0 100644 --- a/docs/ssh.md +++ b/docs/ssh.md @@ -1,4 +1,4 @@ -# SSH & Linux Commands +# SSH & Linux - [SSH](#ssh) - [Linux Commands](#linux-commands) - [Linux Tools](#linux-tools) diff --git a/mkdocs.yml b/mkdocs.yml index cd2f8af0..a09f3e34 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -56,7 +56,7 @@ pages: - Payara App Server: payara.md - Embedded Servlet Containers in SpringBoot: embedded-servlet-containers.md - Selenium, Appium & Zephyr Jira plugin: selenium-appium-zephyr.md - - SSH & Linux Commands: ssh.md + - SSH & Linux: ssh.md - Java Memory Management: - Java Memory Management & Java Performance Optimization: java-and-java-performance-optimization.md - Java Parameters Matrix Table: jvm-parameters-matrix-table.md