Merge pull request #290 from linuxserver/group

pull/291/head
Roxedus 2025-01-23 12:09:12 +01:00 zatwierdzone przez GitHub
commit f430a231a0
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
2 zmienionych plików z 8 dodań i 5 usunięć

Wyświetl plik

@ -1,6 +1,6 @@
# Local development # Local development
To speed up the build, you should consider commenting out the `git-revision-date-localized` and `minify` plugin in mkdocs.yml Thanks to the group plugin, we do not run slow plugins on local runs, to replicate a real build, add the CI variable, `-e CI=true`.
## Build image ## Build image

Wyświetl plik

@ -86,10 +86,13 @@ plugins:
pad: 0 pad: 0
theme: 3 theme: 3
dark_theme: 200 dark_theme: 200
- git-revision-date-localized: - group:
enable_creation_date: true enabled: !ENV CI
- minify: plugins:
minify_html: true - git-revision-date-localized:
enable_creation_date: true
- minify:
minify_html: true
- search - search
- tags: - tags:
tags: false tags: false