Skip to content

Commit 25fff4f

Browse files
committed
remove index page for the API
1 parent 3b74741 commit 25fff4f

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

sources/api/sidebars.js

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,7 @@ module.exports = {
22
api: [
33
{
44
type: 'category',
5-
label: 'Petstore',
6-
link: {
7-
type: 'generated-index',
8-
title: 'Petstore API',
9-
description:
10-
'This is a sample server Petstore server. You can find out more about Swagger at http://swagger.io or on irc.freenode.net, #swagger. For this sample, you can use the api key special-key to test the authorization filters.',
11-
slug: '/category/petstore-api',
12-
},
5+
label: 'Apify API',
136
// eslint-disable-next-line global-require
147
items: require('./sidebar.ts'),
158
},

0 commit comments

Comments
 (0)