Skip to content

Commit

Permalink
Re-gen API docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sserrata committed May 20, 2022
1 parent cd855d8 commit 08dde87
Show file tree
Hide file tree
Showing 39 changed files with 19 additions and 26,697 deletions.
17 changes: 0 additions & 17 deletions demo/api/food/burgers/index.api.mdx

This file was deleted.

17 changes: 0 additions & 17 deletions demo/api/food/yogurtstore/index.api.mdx

This file was deleted.

50 changes: 0 additions & 50 deletions demo/api/petstore/index.api.mdx

This file was deleted.

19 changes: 19 additions & 0 deletions demo/api/petstore/sidebar.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
module.exports = [
{ type: "doc", id: "petstore/swagger-petstore-yaml" },
{
type: "category",
label: "Pets",
link: {
type: "generated-index",
title: "Pets",
description: "Everything about your Pets",
slug: "/category/pets",
},
items: [
{
type: "doc",
Expand Down Expand Up @@ -56,6 +63,12 @@ module.exports = [
{
type: "category",
label: "Petstore Orders",
link: {
type: "generated-index",
title: "Petstore Orders",
description: "Access to Petstore orders",
slug: "/category/petstore-orders",
},
items: [
{
type: "doc",
Expand Down Expand Up @@ -92,6 +105,12 @@ module.exports = [
{
type: "category",
label: "Users",
link: {
type: "generated-index",
title: "Users",
description: "Operations about user",
slug: "/category/users",
},
items: [
{
type: "doc",
Expand Down
Loading

0 comments on commit 08dde87

Please sign in to comment.