Skip to content

Commit 72010cc

Browse files
ysyneuclaude
andauthored
docs: add icon to API Reference navbar link and localize logo paths (#47)
Make the API Reference entry more discoverable in the navbar by adding a code icon. Also switch logo references from the OSS CDN to local /logo paths for self-contained assets. Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 814dbf3 commit 72010cc

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

docs.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"dark": "#8B5CF6"
1010
},
1111
"logo": {
12-
"light": "https://flashduty-docs.oss-cn-beijing.aliyuncs.com/images/saas-logo.svg",
13-
"dark": "https://flashduty-docs.oss-cn-beijing.aliyuncs.com/images/saas-logo-white.svg",
12+
"light": "/logo/saas-logo.svg",
13+
"dark": "/logo/saas-logo-white.svg",
1414
"href": "https://flashcat.cloud/"
1515
},
1616
"seo": {
@@ -1915,6 +1915,7 @@
19151915
"links": [
19161916
{
19171917
"label": "API Reference",
1918+
"icon": "code",
19181919
"href": "/zh/openapi/introduction"
19191920
}
19201921
],

0 commit comments

Comments
 (0)