Skip to content

Commit 1b8a919

Browse files
borisovanosapk
authored andcommitted
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 #9320
1 parent 90057ca commit 1b8a919

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/doc/advanced/customizing-gitea.en-us.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Place the png image at the following path: `custom/public/img/avatar_default.png
6565
## Customizing Gitea pages
6666

6767
The `custom/templates` folder allows changing every single page of Gitea. Templates
68-
to override can be found in the [`templates`](https://github.com/go-gitea/gitea/tree/master/templates) directory of Gitea source. Override by
68+
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
6969
making a copy of the file under `custom/templates` using a full path structure
7070
matching source.
7171

0 commit comments

Comments
 (0)