mirror of
https://github.com/chrononeko/chronocat.git
synced 2024-11-16 12:51:39 +00:00
docs: fix config schema
This commit is contained in:
parent
fb7f948ff4
commit
cdce410c8b
@ -41,11 +41,6 @@ const redocusaurusConfig: PresetOptions = {
|
||||
title: 'API 参考',
|
||||
},
|
||||
},
|
||||
{
|
||||
id: 'config',
|
||||
spec: 'static/openapi-config.json',
|
||||
url: 'https://chronocat.vercel.app/openapi-config.json',
|
||||
},
|
||||
],
|
||||
theme: {
|
||||
primaryColor: '#2e8555',
|
||||
|
@ -6,4 +6,4 @@ import ApiSchema from '@theme/ApiSchema'
|
||||
|
||||
这是 Chronocat 配置文件的完整参考。你可以在这里查阅每个配置字段的用法。
|
||||
|
||||
<ApiSchema id="config" pointer="#/components/schemas/Config" />
|
||||
<ApiSchema pointer="#/components/schemas/ChronocatConfig" />
|
||||
|
Loading…
Reference in New Issue
Block a user