mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-21 08:57:17 +00:00
fix: Capitalization in toc (#5024)
Signed-off-by: Regina Scott <rescott@redhat.com>
This commit is contained in:
parent
ca1235a21d
commit
e472678815
2 changed files with 5 additions and 0 deletions
|
|
@ -9,6 +9,8 @@ theme:
|
||||||
text: 'Work Sans'
|
text: 'Work Sans'
|
||||||
logo: 'assets/logo.png'
|
logo: 'assets/logo.png'
|
||||||
favicon: 'assets/favicon.png'
|
favicon: 'assets/favicon.png'
|
||||||
|
language: en-custom
|
||||||
|
custom_dir: overrides
|
||||||
google_analytics:
|
google_analytics:
|
||||||
- 'UA-105170809-2'
|
- 'UA-105170809-2'
|
||||||
- 'auto'
|
- 'auto'
|
||||||
|
|
|
||||||
3
overrides/partials/language/en-custom.html
Normal file
3
overrides/partials/language/en-custom.html
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
{% macro t(key) %}{{ {
|
||||||
|
"toc.title": "Table of Contents"
|
||||||
|
}[key] }}{% endmacro %}
|
||||||
Loading…
Reference in a new issue