Skip to content

Commit

Permalink
docs: add API Reference using scalar
Browse files Browse the repository at this point in the history
  • Loading branch information
htessaro committed Jun 20, 2024
1 parent 823ab8a commit 7191f4c
Show file tree
Hide file tree
Showing 2 changed files with 1,131 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,19 @@ const config = {
],
plugins: [
require.resolve('docusaurus-plugin-image-zoom'),
[
'@scalar/docusaurus',
{
label: 'API Reference',
route: '/api',
configuration: {
spec: {
// Put the URL to your OpenAPI document here:
url: 'https://raw.githubusercontent.com/bucketeer-io/bucketeer/main/api-description/service.swagger.json'
},
},
},
],
],

title: 'Bucketeer Docs',
Expand Down
Loading

0 comments on commit 7191f4c

Please sign in to comment.