gitea/docs/content/doc/development
silverwind e24f651c86
Add template linting via djlint (#25212)
So I found this [linter](https://github.com/Riverside-Healthcare/djlint)
which features a mode for go templates, so I gave it a try and it did
find a number of valid issue, like unbalanced tags etc. It also has a
number of bugs, I had to disable/workaround many issues.

Given that this linter is written in python, this does add a dependency
on `python` >= 3.8 and `poetry` to the development environment to be
able to run this linter locally.

- `e.g.` prefixes on placeholders are removed because the linter had a
false-positive on `placeholder="e.g. cn=Search"` for the `attr=value`
syntax and it's not ideal anyways to write `e.g.` into a placeholder
because a placeholder is meant to hold a sample value.
- In `templates/repo/settings/options.tmpl` I simplified the logic to
not conditionally create opening tags without closing tags because this
stuff confuses the linter (and possibly the reader as well).
2023-06-14 18:17:58 +00:00
..
_index.en-us.md Refactor docs (#23752) 2023-04-28 11:33:41 +08:00
_index.zh-cn.md Refactor docs (#23752) 2023-04-28 11:33:41 +08:00
_index.zh-tw.md Refactor docs (#23752) 2023-04-28 11:33:41 +08:00
api-usage.en-us.md Harmonize title formatting in `docs/content/doc/development/api-usage.en-us.md` (#24529) 2023-05-05 03:11:54 +00:00
api-usage.zh-cn.md Refactor docs (#23752) 2023-04-28 11:33:41 +08:00
hacking-on-gitea.en-us.md Add template linting via djlint (#25212) 2023-06-14 18:17:58 +00:00
hacking-on-gitea.zh-cn.md Unify doc links to use paths relative to doc folder (#24979) 2023-05-29 13:27:16 +00:00
integrations.en-us.md Refactor docs (#23752) 2023-04-28 11:33:41 +08:00
integrations.zh-cn.md Add Chinese docs for help, contribution and development (#24925) 2023-05-25 16:01:01 +00:00
integrations.zh-tw.md Refactor docs (#23752) 2023-04-28 11:33:41 +08:00
migrations.en-us.md Refactor docs (#23752) 2023-04-28 11:33:41 +08:00
migrations.zh-cn.md Add Chinese docs for help, contribution and development (#24925) 2023-05-25 16:01:01 +00:00
migrations.zh-tw.md Change branch name from master to main in some documents' links (#25126) 2023-06-08 07:35:55 +00:00
oauth2-provider.en-us.md Redesign Scoped Access Tokens (#24767) 2023-06-04 20:57:16 +02:00
oauth2-provider.zh-cn.md Refactor docs (#23752) 2023-04-28 11:33:41 +08:00
oauth2-provider.zh-tw.md Refactor docs (#23752) 2023-04-28 11:33:41 +08:00