Skip to content

Commit cd14cec

Browse files
authored
Merge pull request #1417 from tabathad/update-quickstart
docs: move usage to quickstart
2 parents 3392dd0 + 097d2ff commit cd14cec

3 files changed

Lines changed: 7 additions & 4 deletions

File tree

File renamed without changes.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Usage
3-
description: How to run GitProxy in your environment
3+
description: How to run GitProxy using npm or npx
44
---
55

66
### Run from global install

website/sidebars.js

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,13 @@ module.exports = {
1313
},
1414
collapsible: true,
1515
collapsed: false,
16-
items: ['quickstart/intercept', 'quickstart/approve'],
16+
items: [
17+
'quickstart/installation',
18+
'quickstart/usage',
19+
'quickstart/intercept',
20+
'quickstart/approve',
21+
],
1722
},
18-
'installation',
19-
'usage',
2023
{
2124
type: 'category',
2225
label: 'Configuration',

0 commit comments

Comments
 (0)