<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Documentation on Pauls Blog</title><link>https://prule.github.io/pauls-blog/tags/documentation/</link><description>Recent content in Documentation on Pauls Blog</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Sun, 28 Jun 2026 22:14:08 +1000</lastBuildDate><atom:link href="https://prule.github.io/pauls-blog/tags/documentation/index.xml" rel="self" type="application/rss+xml"/><item><title>Turning a Markdown Repository into a Hosted Docs Site with MkDocs</title><link>https://prule.github.io/pauls-blog/post/coding/2026/markdown-repo-to-mkdocs-book/</link><pubDate>Sun, 28 Jun 2026 00:00:00 +1000</pubDate><guid>https://prule.github.io/pauls-blog/post/coding/2026/markdown-repo-to-mkdocs-book/</guid><description>&lt;p&gt;Convert flat Markdown files into a searchable MkDocs site by moving them into a &lt;code&gt;docs/&lt;/code&gt; folder, adding a simple YAML config, and deploying via GitHub Actions.&lt;/p&gt;
&lt;div class="notice info"&gt;
 &lt;div class="notice-title"&gt;INFO&lt;/div&gt;
 &lt;div class="notice-content"&gt;
 While often referred to colloquially as a &amp;ldquo;GitBook&amp;rdquo;, we use MkDocs with the Material theme because it&amp;rsquo;s open-source, highly customizable, and looks incredibly professional out of the box.
 &lt;/div&gt;
&lt;/div&gt;

&lt;h3 id="1-reorganize-the-files"&gt;1. Reorganize the Files&lt;/h3&gt;
&lt;p&gt;Static site generators expect a specific directory structure. Move all your standalone &lt;code&gt;.md&lt;/code&gt; files into a dedicated &lt;code&gt;docs/&lt;/code&gt; folder. Your root &lt;code&gt;ReadMe.md&lt;/code&gt; should be copied to &lt;code&gt;docs/index.md&lt;/code&gt; to serve as the homepage.&lt;/p&gt;</description></item></channel></rss>