From a5d12dbdfbec5f23766ce9644a7bd9bfb32663f5 Mon Sep 17 00:00:00 2001 From: Inaki Fernandez Date: Fri, 29 May 2020 01:41:03 +0200 Subject: [PATCH] update --- docs/yaml-processors.md | 11 +++++++++++ mkdocs.yml | 6 +++--- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/docs/yaml-processors.md b/docs/yaml-processors.md index 4e1b401f..4356686b 100644 --- a/docs/yaml-processors.md +++ b/docs/yaml-processors.md @@ -1,4 +1,15 @@ # YAML Processors + + + +## YAML Processors - [wikipedia: YAML](https://en.wikipedia.org/wiki/YAML) - You should use tools such as [yq](https://mikefarah.gitbook.io/yq/) and kustomize to template YAML resources instead of relying on tools that interpolate strings such as [Helm](https://helm.sh/). - [yq](https://mikefarah.gitbook.io/yq/) is a lightweight and portable command-line YAML processor. The aim of the project is to be the [jq](https://github.com/stedolan/jq) or sed of yaml files. diff --git a/mkdocs.yml b/mkdocs.yml index 77b2d259..ea215ceb 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -8,7 +8,7 @@ repo_url: https://github.com/inafev/awesome-kubernetes theme: name: readthedocs prev_next_buttons_location: both - navigation_depth: 6 + navigation_depth: 4 titles_only: False sticky_navigation: True extra_css: @@ -24,8 +24,8 @@ markdown_extensions: - admonition - toc: permalink: True - separator: "#" -#pages: + separator: "-" + nav: - Home: index.md - Introduction: