From c6320a7d8d2e63f9bee42c962a56fa4f29bb0892 Mon Sep 17 00:00:00 2001 From: nerda-codes Date: Fri, 4 Oct 2024 13:47:10 +0200 Subject: [PATCH] docs(tuto): fix --- tutorials/using-bucket-website-with-mkdocs/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/using-bucket-website-with-mkdocs/index.mdx b/tutorials/using-bucket-website-with-mkdocs/index.mdx index 180bdcfd5a..e45ca1cfd7 100644 --- a/tutorials/using-bucket-website-with-mkdocs/index.mdx +++ b/tutorials/using-bucket-website-with-mkdocs/index.mdx @@ -303,7 +303,7 @@ Find out how to Set up MkDocs and configure your website in the first tab, then #### Adding images - You need to add the `glightbox` plugin in your `mkdocs.yml` file to add images and videos on your website. Find out how to add the plugin in the [section below](#additional-configuration). + You need to add the `glightbox` plugin in your `mkdocs.yml` file to add images and videos on your website. Find out how to add the plugin in the **Additional configuration** section below. You can add images in your markdown files using the following example: ```