@@ -37,114 +37,58 @@ export default defineConfig({
3737 {
3838 label : "Guides" ,
3939 items : [
40- { label : "Getting Started" , link : "/guides/getting-started" } ,
41- { label : "Library Usage" , link : "/guides/library" } ,
42- { label : "Configure lychee" , link : "/guides/config" } ,
43- { label : "CLI" , link : "/guides/cli" } ,
44- { label : "Output Modes" , link : "/guides/output" } ,
40+ "guides/getting-started" ,
41+ "guides/library" ,
42+ "guides/config" ,
43+ "guides/cli" ,
44+ "guides/output" ,
45+ "guides/preprocessing" ,
4546 ] ,
4647 } ,
4748 {
4849 label : "Recipes" ,
4950 items : [
50- { label : "Anchor Links" , link : "/recipes/anchors" } ,
51- { label : "Caching" , link : "/recipes/caching" } ,
52- { label : "Excluding Links" , link : "/recipes/excluding-links" } ,
53- { label : "Excluding Paths" , link : "/recipes/excluding-paths" } ,
54- {
55- label : "Remapping One URL to Another" ,
56- link : "/recipes/migration" ,
57- } ,
58- {
59- label : "Testing Sites Not Served from Root with --base-url" ,
60- link : "/recipes/base-url" ,
61- } ,
62- {
63- label : "Local File Checking with --root-dir" ,
64- link : "/recipes/root-dir" ,
65- } ,
66- {
67- label : "Pretty URLs (Fallback Extensions and Index Files)" ,
68- link : "/recipes/pretty-urls" ,
69- } ,
70- { label : "Wikilinks" , link : "/recipes/wikilinks" } ,
51+ "recipes/anchors" ,
52+ "recipes/caching" ,
53+ "recipes/excluding-links" ,
54+ "recipes/excluding-paths" ,
55+ "recipes/migration" ,
56+ "recipes/base-url" ,
57+ "recipes/root-dir" ,
58+ "recipes/pretty-urls" ,
59+ "recipes/wikilinks" ,
7160 ] ,
7261 } ,
7362 {
7463 label : "GitHub Action Recipes" ,
7564 items : [
76- {
77- label : "Check Links in Repository" ,
78- link : "/github_action_recipes/check-repository" ,
79- } ,
80- {
81- label : "Check Links in Pull Requests" ,
82- link : "/github_action_recipes/pull-requests" ,
83- } ,
84- {
85- label : "Replace with Archived Links" ,
86- link : "/github_action_recipes/archived-links" ,
87- } ,
88- {
89- label : "Add Pull Request Comment" ,
90- link : "/github_action_recipes/add-pr-comment" ,
91- } ,
92- {
93- label : "Caching Requests" ,
94- link : "/github_action_recipes/caching" ,
95- } ,
65+ "github_action_recipes/check-repository" ,
66+ "github_action_recipes/pull-requests" ,
67+ "github_action_recipes/archived-links" ,
68+ "github_action_recipes/add-pr-comment" ,
69+ "github_action_recipes/caching" ,
9670 ] ,
9771 } ,
9872 {
9973 label : "Troubleshooting" ,
10074 items : [
101- { label : "Rate Limits" , link : "/troubleshooting/rate-limits" } ,
102- {
103- label : "Custom Headers" ,
104- link : "/troubleshooting/custom-headers" ,
105- } ,
106- { label : "Mail Addresses" , link : "/troubleshooting/mail" } ,
107- {
108- label : "Network Errors" ,
109- link : "/troubleshooting/network-errors" ,
110- } ,
111- {
112- label : "Too Many Open Files" ,
113- link : "/troubleshooting/open-files" ,
114- } ,
115- {
116- label : "Too Many Redirects" ,
117- link : "/troubleshooting/redirects" ,
118- } ,
119- {
120- label : "Special Status Codes" ,
121- link : "/troubleshooting/status-codes" ,
122- } ,
75+ "troubleshooting/rate-limits" ,
76+ "troubleshooting/custom-headers" ,
77+ "troubleshooting/mail" ,
78+ "troubleshooting/network-errors" ,
79+ "troubleshooting/open-files" ,
80+ "troubleshooting/redirects" ,
81+ "troubleshooting/status-codes" ,
12382 ] ,
12483 } ,
12584 {
12685 label : "Internals" ,
12786 items : [
128- {
129- label : "How lychee Works" ,
130- link : "/internals/how-it-works" ,
131- } ,
132- {
133- label : "Contributing" ,
134- link : "/internals/contributing" ,
135- } ,
136- {
137- label : "Sponsors" ,
138- link : "/internals/sponsors" ,
139- } ,
140- {
141- label : "Credits" ,
142- link : "/internals/credits" ,
143- } ,
144- {
145- label : "Users" ,
146- link : "/internals/users" ,
147- } ,
87+ "internals/how-it-works" ,
88+ "internals/contributing" ,
89+ "internals/sponsors" ,
90+ "internals/credits" ,
91+ "internals/users" ,
14892 ] ,
14993 } ,
15094 ] ,
0 commit comments