chore: update docs/mkdocs.md [20260517-1948]

This commit is contained in:
github-actions[bot]
2026-05-17 19:51:40 +00:00
committed by GitHub
parent 541f800bf8
commit 03e8ac0fd0

View File

@@ -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: Googles 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 dont understand what that means, thats ok. If you do, you probably have had one of two reactions: “Cool, but thats not enough” or “Ill 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: Googles 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 dont understand what that means, thats ok. If you do, you probably have had one of two reactions: “Cool, but thats not enough” or “Ill 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