You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/en/start.mdx
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -103,7 +103,7 @@ Options:
103
103
-R, --edit-repo [boolean|url] Whether to enable or override the `editRepoBaseUrl` config feature, `https://github.com/` prefix could be omitted (default: false)
104
104
-a, --algolia [boolean|alauda] Whether to enable or use the alauda (docs.alauda.io) preset for Algolia search (default: false)
105
105
-S, --site-url Whether to enable the siteUrl for sitemap generation (default: false)
106
-
-n, --no-open [boolean] Do not open the browser after starting the server
106
+
-n, --no-open Do not open the browser after starting the server
107
107
-h, --help display help for command
108
108
109
109
Commands:
@@ -137,7 +137,8 @@ Arguments:
137
137
Options:
138
138
-H, --host [host] Dev server host name
139
139
-P, --port [port] Dev server port number
140
-
-l, --lazy [boolean] Whether to enable `lazyCompilation` which could improve the compilation performance (default: false)
140
+
-l, --lazy [boolean] Whether to enable `lazyCompilation` which could improve the compilation performance (default: true)
Copy file name to clipboardExpand all lines: docs/zh/start.mdx
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -99,7 +99,7 @@ Options:
99
99
-R, --edit-repo [boolean|url] Whether to enable or override the `editRepoBaseUrl` config feature, `https://github.com/` prefix could be omitted (default: false)
100
100
-a, --algolia [boolean|alauda] Whether to enable or use the alauda (docs.alauda.io) preset for Algolia search (default: false)
101
101
-S, --site-url Whether to enable the siteUrl for sitemap generation (default: false)
102
-
-n, --no-open [boolean] Do not open the browser after starting the server
102
+
-n, --no-open Do not open the browser after starting the server
103
103
-h, --help display help for command
104
104
105
105
Commands:
@@ -133,7 +133,8 @@ Arguments:
133
133
Options:
134
134
-H, --host [host] Dev server host name
135
135
-P, --port [port] Dev server port number
136
-
-l, --lazy [boolean] Whether to enable `lazyCompilation` which could improve the compilation performance (default: false)
136
+
-l, --lazy [boolean] Whether to enable `lazyCompilation` which could improve the compilation performance (default: true)
0 commit comments