website/docs: fix API browser not loading
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
parent
25f987ba2b
commit
10208b45b6
|
@ -10,7 +10,7 @@ function APIBrowser() {
|
||||||
return (
|
return (
|
||||||
<Layout title="API Browser" description={siteConfig.tagline}>
|
<Layout title="API Browser" description={siteConfig.tagline}>
|
||||||
<rapi-doc
|
<rapi-doc
|
||||||
spec-url={useBaseUrl("schema.yml")}
|
spec-url={useBaseUrl("schema.yaml")}
|
||||||
allow-try="false"
|
allow-try="false"
|
||||||
show-header="false"
|
show-header="false"
|
||||||
theme="dark"
|
theme="dark"
|
||||||
|
|
Reference in a new issue