From 2f066fb69a7e14ae5d1ca32cbd6b2e129f27337c Mon Sep 17 00:00:00 2001 From: Inaki Fernandez Date: Sat, 6 Jun 2020 14:51:15 +0200 Subject: [PATCH] new page and fix --- docs/index.md | 1 + docs/mkdocs.md | 6 ++++++ mkdocs-readthedocs.yml | 2 ++ mkdocs.yml | 2 ++ 4 files changed, 11 insertions(+) create mode 100644 docs/mkdocs.md diff --git a/docs/index.md b/docs/index.md index a76f0cf9..c4a5713c 100644 --- a/docs/index.md +++ b/docs/index.md @@ -82,6 +82,7 @@ A curated list of awesome references collected since 2018. Microservices archite - [Selenium, Appium & Zephyr Jira plugin](selenium-appium-zephyr.md) - [Linux & SSH 🌟](linux.md) - [YAML processors](yaml-processors.md) + - [MkDocs](mkdocs.md) 12. [Caching Solutions](caching.md) 13. [Monitoring and Performance. Prometheus, Grafana, APMs and more 🌟](monitoring.md) 14. Configuration Management diff --git a/docs/mkdocs.md b/docs/mkdocs.md new file mode 100644 index 00000000..1c77655d --- /dev/null +++ b/docs/mkdocs.md @@ -0,0 +1,6 @@ +# MkDocs +- [MkDocs](https://www.mkdocs.org/) +- [Markdown Cheat Sheet](https://3os.org/markdownCheatSheet/images/) +- [Markdown Tables Generator](https://www.tablesgenerator.com/markdown_tables) +- [websites that use MkDocs](https://www.wappalyzer.com/technologies/documentation-tools/mkdocs) + \ No newline at end of file diff --git a/mkdocs-readthedocs.yml b/mkdocs-readthedocs.yml index 5e281416..5b98adaf 100644 --- a/mkdocs-readthedocs.yml +++ b/mkdocs-readthedocs.yml @@ -4,6 +4,7 @@ site_description: A curated list of awesome IT projects and resources. Inspired site_author: inafev docs_dir: docs/ #repo_name: redhatspain/awesome-kubernetes +repo_name: 'GitHub' repo_url: https://github.com/redhatspain/awesome-kubernetes theme: name: readthedocs @@ -77,6 +78,7 @@ nav: - Selenium, Appium & Zephyr Jira plugin: selenium-appium-zephyr.md - Linux & SSH: linux.md - YAML processors: yaml-processors.md + - MkDocs: mkdocs.md - Caching Solutions: caching.md - Monitoring and Performance. Prometheus, Grafana, APMs and more: monitoring.md - Configuration Management: diff --git a/mkdocs.yml b/mkdocs.yml index 8a543963..33dd2df6 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -4,6 +4,7 @@ site_description: A curated list of awesome IT projects and resources. Inspired site_author: inafev docs_dir: docs/ #repo_name: redhatspain/awesome-kubernetes +repo_name: 'GitHub' repo_url: https://github.com/redhatspain/awesome-kubernetes theme: name: material @@ -76,6 +77,7 @@ nav: - Selenium, Appium & Zephyr Jira plugin: selenium-appium-zephyr.md - Linux & SSH: linux.md - YAML processors: yaml-processors.md + - MkDocs: mkdocs.md - Caching Solutions: caching.md - Monitoring and Performance. Prometheus, Grafana, APMs and more: monitoring.md - Configuration Management: