diff --git a/docs/.vitepress/config.ts b/docs/.vitepress/config.ts index 5a46535..2ae2f9a 100644 --- a/docs/.vitepress/config.ts +++ b/docs/.vitepress/config.ts @@ -48,6 +48,7 @@ module.exports = { ], nav: [ {text: 'Store', link: 'https://plugins.craftcms.com/element-exporter'}, + {text: 'GitHub', link: 'https://github.com/studioespresso/craft-exporter'}, {text: 'Issues', link: 'https://github.com/studioespresso/craft-exporter/issues'}, ], }, diff --git a/docs/images/banner.png b/docs/images/banner.png new file mode 100644 index 0000000..8353ea8 Binary files /dev/null and b/docs/images/banner.png differ diff --git a/docs/index.md b/docs/index.md index 0bb3939..53aedb1 100644 --- a/docs/index.md +++ b/docs/index.md @@ -7,6 +7,9 @@ description: Documentation for Element Exporter, a plugin for Craft CMS. # Element exporter for Craft CMS Element Exporter aims to make exporting data from your Craft CMS website easy, repeatable and includes event to allow for custom data parsing and custom element support. +![Banner](./images/banner.png) + + ## Requirements This plugin requires Craft CMS 4.5.0 or later.