|
2 | 2 |
|
3 | 3 | - label: "Introduction" |
4 | 4 | link: "/" |
5 | | -- label: Welcome |
| 5 | +- label: "Welcome" |
6 | 6 | items: |
7 | 7 | - label: "Install" |
8 | 8 | link: "/welcome/install/" |
|
12 | 12 | link: "/welcome/integrations/" |
13 | 13 | - label: "FAQ" |
14 | 14 | link: "/welcome/faq/" |
15 | | -- label: Usage |
| 15 | + - label: "Documentation v1" |
| 16 | + link: "https://golangci.github.io/legacy-v1-doc/" |
| 17 | +- label: "Usage" |
16 | 18 | items: |
17 | 19 | - label: "Configuration" |
18 | 20 | link: "/usage/configuration/" |
|
22 | 24 | link: "/usage/false-positives/" |
23 | 25 | - label: "Formatters" |
24 | 26 | link: "/usage/formatters/" |
25 | | -- label: Product |
| 27 | +- label: "Product" |
26 | 28 | items: |
27 | 29 | - label: "Thanks" |
28 | 30 | link: "/product/thanks/" |
|
36 | 38 | link: "/product/performance/" |
37 | 39 | - label: "GitHub" |
38 | 40 | link: "https://github.com/golangci/golangci-lint" |
39 | | -- label: Contributing |
| 41 | +- label: "Contributing" |
40 | 42 | items: |
41 | | - - label: Quick Start |
42 | | - link: /contributing/quick-start/ |
43 | | - - label: Workflow |
44 | | - link: /contributing/workflow/ |
45 | | - - label: Architecture |
46 | | - link: /contributing/architecture/ |
47 | | - - label: New Linters |
48 | | - link: /contributing/new-linters/ |
| 43 | + - label: "Quick Start" |
| 44 | + link: "/contributing/quick-start/" |
| 45 | + - label: "Workflow" |
| 46 | + link: "/contributing/workflow/" |
| 47 | + - label: "Architecture" |
| 48 | + link: "/contributing/architecture/" |
| 49 | + - label: "New Linters" |
| 50 | + link: "/contributing/new-linters/" |
49 | 51 | - label: "Debug" |
50 | 52 | link: "/contributing/debug/" |
51 | | - - label: FAQ |
52 | | - link: /contributing/faq/ |
53 | | - - label: This Website |
54 | | - link: /contributing/website/ |
55 | | -- label: Plugins |
| 53 | + - label: "FAQ" |
| 54 | + link: "/contributing/faq/" |
| 55 | + - label: "This Website" |
| 56 | + link: "/contributing/website/" |
| 57 | +- label: "Plugins" |
56 | 58 | items: |
57 | | - - label: Module Plugin System |
58 | | - link: /plugins/module-plugins/ |
59 | | - - label: Go Plugin System |
60 | | - link: /plugins/go-plugins/ |
| 59 | + - label: "Module Plugin System" |
| 60 | + link: "/plugins/module-plugins/" |
| 61 | + - label: "Go Plugin System" |
| 62 | + link: "/plugins/go-plugins/" |
0 commit comments