Skip to content

Commit 03144ed

Browse files
authored
add nav bar (#137)
Co-authored-by: itachi sasuke <[email protected]>
1 parent 84fcb17 commit 03144ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/merge_docs_configs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1168,7 +1168,7 @@ def create_unified_config(self, version_configs: Dict[str, Dict]) -> Dict:
11681168
optional_fields = [
11691169
"theme", "logo", "favicon", "colors", "description",
11701170
"api", "integrations", "styling", "search", "seo",
1171-
"background", "fonts", "appearance", "footer", "banner"
1171+
"background", "fonts", "appearance", "footer", "banner", "navbar"
11721172
]
11731173

11741174
for field in optional_fields:

0 commit comments

Comments
 (0)