Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tutorials/using-bucket-website-with-mkdocs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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:
```
Expand Down