We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3392dd0 + 097d2ff commit cd14cecCopy full SHA for cd14cec
3 files changed
website/docs/installation.mdx website/docs/quickstart/installation.mdxwebsite/docs/installation.mdx renamed to website/docs/quickstart/installation.mdx
website/docs/usage.mdx website/docs/quickstart/usage.mdxwebsite/docs/usage.mdx renamed to website/docs/quickstart/usage.mdx
@@ -1,6 +1,6 @@
1
---
2
title: Usage
3
-description: How to run GitProxy in your environment
+description: How to run GitProxy using npm or npx
4
5
6
### Run from global install
website/sidebars.js
@@ -13,10 +13,13 @@ module.exports = {
13
},
14
collapsible: true,
15
collapsed: false,
16
- items: ['quickstart/intercept', 'quickstart/approve'],
+ items: [
17
+ 'quickstart/installation',
18
+ 'quickstart/usage',
19
+ 'quickstart/intercept',
20
+ 'quickstart/approve',
21
+ ],
22
- 'installation',
- 'usage',
23
{
24
type: 'category',
25
label: 'Configuration',
0 commit comments