Skip to content

Commit 4396d0e

Browse files
ktprogramslunny
andauthored
Note where frontend files are located in docs (#19379)
Co-authored-by: Lunny Xiao <[email protected]>
1 parent f029b9a commit 4396d0e

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/content/doc/developers/guidelines-frontend.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,13 @@ menu:
2323

2424
Gitea uses [Less CSS](https://lesscss.org), [Fomantic-UI](https://fomantic-ui.com/introduction/getting-started.html) (based on [jQuery](https://api.jquery.com)) and [Vue2](https://vuejs.org/v2/guide/) for its frontend.
2525

26-
The HTML pages are rendered by [Go HTML Template](https://pkg.go.dev/html/template)
26+
The HTML pages are rendered by [Go HTML Template](https://pkg.go.dev/html/template).
27+
28+
The source files can be found in the following directories:
29+
* **Less styles:** `web_src/less/`
30+
* **Javascript files:** `web_src/js/`
31+
* **Vue layouts:** `web_src/js/components/`
32+
* **HTML templates:** `templates/`
2733

2834
## General Guidelines
2935

0 commit comments

Comments
 (0)