From 23a1a4d81155a59a6ca38b142627e0bb20a95080 Mon Sep 17 00:00:00 2001 From: Hugo Trentesaux Date: Sat, 3 Dec 2022 21:15:40 +0100 Subject: [PATCH] Update creating-a-theme.md (#2045) remove duplicate doc --- docs/content/documentation/themes/creating-a-theme.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/docs/content/documentation/themes/creating-a-theme.md b/docs/content/documentation/themes/creating-a-theme.md index c6b85fe144..70bd147a69 100644 --- a/docs/content/documentation/themes/creating-a-theme.md +++ b/docs/content/documentation/themes/creating-a-theme.md @@ -54,13 +54,7 @@ to be able to build the theme from your repository. ## Submitting a theme to the gallery If you want your theme to be featured in the [themes](@/themes/_index.md) section -of this site, the theme will require two more things: - -- `screenshot.png`: a screenshot of the theme in action with a max size of around 2000x1000 -- `README.md`: a thorough README explaining how to use the theme and any other information -of importance - -The first step is to make sure that the theme meets the following three requirements: +of this site, make sure that the theme meets the following three requirements: - have a `screenshot.png` of the theme in action with a max size of around 2000x1000 - have a thorough `README.md` explaining how to use the theme and any other information