From 1617fb89c1f914f90ed84f35aaf7b13ab7eb075e Mon Sep 17 00:00:00 2001 From: Sam Hos Date: Tue, 28 Jan 2025 12:43:42 +0100 Subject: [PATCH] added note about themes --- docs/bootcamp/mkdocs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/bootcamp/mkdocs.md b/docs/bootcamp/mkdocs.md index d930f19..10f6824 100644 --- a/docs/bootcamp/mkdocs.md +++ b/docs/bootcamp/mkdocs.md @@ -7,7 +7,7 @@ Mkdocs generates HTML from Markdown making an easy documentation page. So you do For this project im going to use Gitlab CI pipelines. CI stands for continuous intergration. That means that with every push you can make something do. For example clean up code or generate a documentation page based on what you've written in markdown. ### Step 1 choosing a theme -In [this](https://github.com/mkdocs/catalog) github repo there is a catalog of themes that you can choose. I went with the Ivory theme. +In [this](https://github.com/mkdocs/catalog) github repo there is a catalog of themes that you can choose. I went with the Ivory theme. (note this changed to material theme but the steps are still the same. [link](../week_1_fabacademy/customising_mkdocs.md)) ### Step 2 preparing the envoirment You wanna create a couple of files. These all need to be in the root of your project.