mirror of
https://github.com/acedanger/docs.git
synced 2025-12-05 22:50:12 -08:00
Refactor documentation: Update logo paths in JSON configuration and remove redundant logo entries; enhance clarity in feature titles within the index documentation for improved readability.
This commit is contained in:
@@ -8,6 +8,10 @@
|
||||
"dark": "#003D7A"
|
||||
},
|
||||
"favicon": "/favicon.svg",
|
||||
"logo": {
|
||||
"light": "/favicon.svg",
|
||||
"dark": "/favicon.svg"
|
||||
},
|
||||
"navigation": {
|
||||
"tabs": [
|
||||
{
|
||||
@@ -78,10 +82,6 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"logo": {
|
||||
"light": "/logo/light.svg",
|
||||
"dark": "/logo/dark.svg"
|
||||
},
|
||||
"contextual": {
|
||||
"options": [
|
||||
"copy",
|
||||
|
||||
Reference in New Issue
Block a user