From 03e8ac0fd0197c6cda43f794984524acf20b3657 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 17 May 2026 19:51:40 +0000 Subject: [PATCH] chore: update docs/mkdocs.md [20260517-1948] --- docs/mkdocs.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/docs/mkdocs.md b/docs/mkdocs.md index ebdffd4c..1ef102ec 100644 --- a/docs/mkdocs.md +++ b/docs/mkdocs.md @@ -13,31 +13,31 @@ - [MkDocs](https://www.mkdocs.org/) - [websites that use MkDocs](https://www.wappalyzer.com/technologies/documentation-tools/mkdocs): - - [docs.traefik.io](https://docs.traefik.io/) + - [docs.traefik.io](https://doc.traefik.io/traefik//) - [fastapi.tiangolo.com](https://fastapi.tiangolo.com/) - [www.electron.build](https://www.electron.build/) - etc - [dev.to: An amazing note-taking system with Markdown and Git Series' Articles](https://dev.to/scottshipp/series/15100) -- [build5nines.com: GitHub Actions: Run Pandoc to convert Markdown to Word Document](https://build5nines.com/github-actions-run-pandoc-to-convert-markdown-to-word-document/) -- [thomasthornton.cloud: Deploying MkDocs to GitHub Pages with GitHub Actions](https://thomasthornton.cloud/2024/05/01/deploying-mkdocs-to-github-pages-with-github-actions/) +- [build5nines.com: GitHub Actions: Run Pandoc to convert Markdown to Word Document](https://build5nines.com/github-actions-run-pandoc-to-convert-markdown-to-word-document//) +- [thomasthornton.cloud: Deploying MkDocs to GitHub Pages with GitHub Actions](https://thomasthornton.cloud/deploying-mkdocs-to-github-pages-with-github-actions//) ## Material for MkDocs -- [Material for MkDocs](https://squidfunk.github.io/mkdocs-material/) +- [Material for MkDocs](https://squidfunk.github.io/mkdocs-material//) ## Markdown and Markdown Cheat Sheet - [Markdown Tables Generator](https://www.tablesgenerator.com/markdown_tables) - [markdownguide.org](https://www.markdownguide.org/) - - [Markdown Cheat Sheet 1](https://www.markdownguide.org/cheat-sheet/) -- [guides.github.com: Markdown Cheat Sheet 2](https://guides.github.com/pdfs/markdown-cheatsheet-online.pdf) + - [Markdown Cheat Sheet 1](https://markdownguide.offshoot.io/cheat-sheet//) +- [guides.github.com: Markdown Cheat Sheet 2](https://docs.github.com/en) - [Markdown Cheat Sheet 4](https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet) - [dev.to: How we made the __markdown toolbar__](https://dev.to/devteam/how-we-made-the-markdown-toolbar-4f09) -- [r-bloggers.com: How to use R Markdown (part one)](https://www.r-bloggers.com/2022/02/how-to-use-r-markdown-part-one/) R Markdown is a dynamic file format that allows you to make documents containing normal text alongside chunks of embedded R code. +- [r-bloggers.com: How to use R Markdown (part one)](https://www.r-bloggers.com/2022/02/how-to-use-r-markdown-part-one//) R Markdown is a dynamic file format that allows you to make documents containing normal text alongside chunks of embedded R code. - [opensource.com: An introduction to Markdown](https://opensource.com/article/19/9/introduction-markdown) -- [github.blog: Include diagrams in your Markdown files with Mermaid](https://github.blog/2022-02-14-include-diagrams-markdown-files-mermaid/) A picture tells a thousand words. Now you can quickly create and edit diagrams in markdown using words with Mermaid support in your Markdown files. +- [github.blog: Include diagrams in your Markdown files with Mermaid](https://github.blog/developer-skills/github/include-diagrams-markdown-files-mermaid//) A picture tells a thousand words. Now you can quickly create and edit diagrams in markdown using words with Mermaid support in your Markdown files. - [theverge.com: Google Docs is getting more Markdown support](https://www.theverge.com/2022/3/29/23002138/google-docs-markdown-support-formatting-update) -- [popsci.com: Google’s expanded Markdown feature could change how you work](https://www.popsci.com/diy/use-markdown-google/) Google has expanded support for Markdown in Google Docs, Slides, and Drawings, and if you don’t understand what that means, that’s ok. If you do, you probably have had one of two reactions: “Cool, but that’s not enough” or “I’ll never use that.” You might be right in either case, but you should give Markdown a chance. You might just have the perfect use for it. +- [popsci.com: Google’s expanded Markdown feature could change how you work](https://www.popsci.com/diy/use-markdown-google//) Google has expanded support for Markdown in Google Docs, Slides, and Drawings, and if you don’t understand what that means, that’s ok. If you do, you probably have had one of two reactions: “Cool, but that’s not enough” or “I’ll never use that.” You might be right in either case, but you should give Markdown a chance. You might just have the perfect use for it. - [==readme.so==](https://readme.so) The easiest way to create a README - [github.com/Ileriayo/markdown-badges: Markdown Badges](https://github.com/Ileriayo/markdown-badges) Badges for your personal developer branding, profile, and projects. @@ -45,13 +45,13 @@ - [pages.github.com](https://pages.github.com/) - [opensource.com: How to create a documentation site with Docsify and GitHub Pages](https://opensource.com/article/20/7/docsify-github-pages) -- [Access control for GitHub Pages](https://github.blog/changelog/2021-01-21-access-control-for-github-pages/) +- [Access control for GitHub Pages](https://github.blog/changelog/2021-01-21-access-control-for-github-pages//) - [dev.to: How to View Build Logs for GitHub Pages](https://dev.to/github/visualize-github-pages-build-logs-1mc1) ## GitBook - [gitbook.com](https://www.gitbook.com/) - - [Example](https://redhat-connect.gitbook.io/certified-operator-guide/) + - [Example](https://app.gitbook.com/o/-LbOdudvkdYwKCQYAHS8/s/RrlyoCHlF8LNFTvw74mT//) ## Alternatives. Jekyll open source static site generator