Skip to content

Commit

Permalink
fix(docs): use dark theme for doc
Browse files Browse the repository at this point in the history
  • Loading branch information
tchiotludo committed Mar 8, 2024
1 parent cd41c7a commit 98726d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/content/ApiDoc.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<rapi-doc
spec-url = "/kestra.yml"
theme="light"
theme="dark"
render-style="view"
show-header="false"
show-info="false"
Expand Down
2 changes: 1 addition & 1 deletion components/content/ApiDocee.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<rapi-doc
spec-url = "/kestra-ee.yml"
theme="light"
theme="dark"
render-style="view"
show-header="false"
show-info="false"
Expand Down

0 comments on commit 98726d4

Please sign in to comment.