summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorpseudocoder <borisovano@users.noreply.github.com>2019-12-18 17:48:33 +0200
committerAntoine GIRARD <sapk@users.noreply.github.com>2019-12-18 16:48:33 +0100
commit1b8a9197b39b7f9f0bf4c9335a1321c35ad19abe (patch)
tree5a1dc1e02a4c04e8bb40cb72fb766157ae73c6c8 /docs
parent90057ca27eabbc104a4de7f786c7b9b003f0bfff (diff)
downloadgitea-1b8a9197b39b7f9f0bf4c9335a1321c35ad19abe.tar.gz
gitea-1b8a9197b39b7f9f0bf4c9335a1321c35ad19abe.zip
Add warning to docs in order to avoid template mismatches (#9411)
* DOCS: add mention of swagger api reference It's(swagger api link) mentioned vaguely in the FAQ but IMHO missing from API usage page. * Add warning to avoid template mismatches Related to https://github.com/go-gitea/gitea/issues/9320
Diffstat (limited to 'docs')
-rw-r--r--docs/content/doc/advanced/customizing-gitea.en-us.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/doc/advanced/customizing-gitea.en-us.md b/docs/content/doc/advanced/customizing-gitea.en-us.md
index 7c66991f69..8db022772d 100644
--- a/docs/content/doc/advanced/customizing-gitea.en-us.md
+++ b/docs/content/doc/advanced/customizing-gitea.en-us.md
@@ -65,7 +65,7 @@ Place the png image at the following path: `custom/public/img/avatar_default.png
## Customizing Gitea pages
The `custom/templates` folder allows changing every single page of Gitea. Templates
-to override can be found in the [`templates`](https://github.com/go-gitea/gitea/tree/master/templates) directory of Gitea source. Override by
+to override can be found in the [`templates`](https://github.com/go-gitea/gitea/tree/master/templates) directory of Gitea source (Note: the example link is from `master` branch. Make sure to copy templates from same release you are using). Override by
making a copy of the file under `custom/templates` using a full path structure
matching source.