From e1df6c3a62f8648c3b3ea3410ac5a2db342d23b6 Mon Sep 17 00:00:00 2001 From: silverwind Date: Mon, 1 May 2023 19:25:54 +0200 Subject: [PATCH] Remove `font-awesome` and fomantic `icon` module (#24471) Fixes https://github.com/go-gitea/gitea/issues/10410. This PR removes around 120kB of CSS. --- doc/administration/cmd-embedded.en-us.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/administration/cmd-embedded.en-us.md b/doc/administration/cmd-embedded.en-us.md index e418138e..36cf0008 100644 --- a/doc/administration/cmd-embedded.en-us.md +++ b/doc/administration/cmd-embedded.en-us.md @@ -40,7 +40,7 @@ gitea embedded list [--include-vendored] [patterns...] The `--include-vendored` flag makes the command include vendored files, which are normally excluded; that is, files from external libraries that are required for Gitea -(e.g. [font-awesome](https://fontawesome.com/), [octicons](https://octicons.github.com/), etc). +(e.g. [octicons](https://octicons.github.com/), etc). A list of file search patterns can be provided. Gitea uses [gobwas/glob](https://github.com/gobwas/glob) for its glob syntax. Here are some examples: