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
Run `yarn dev` to start the development service, and the browser will open the documentation homepage automatically.
119
+
Run `yarn dev` to start the development service, and the browser will automatically open the documentation homepage.
120
120
121
121
```sh
122
122
doom dev -h
@@ -188,7 +188,7 @@ In particular, when using `-g '*'` for full translation, the file lists of the `
188
188
:::
189
189
190
190
:::tip
191
-
The translation function must have the local environment variable `AZURE_OPENAI_API_KEY` configured. Please contact your team leader for this information.
191
+
The translation function requires the local environment variable `AZURE_OPENAI_API_KEY` to be configured. Please contact your team leader for this information.
192
192
:::
193
193
194
194
Metadata can be used in the document to control translation behavior:
@@ -209,3 +209,10 @@ The final output should only include the results from the last step, and previou
209
209
```yaml
210
210
editRepoBaseUrl: alauda/doom/tree/main/docs # The prefix https://github.com/ can be omitted; it only takes effect when the `-R, --edit-repo` command line flag is enabled.
211
211
```
212
+
213
+
## Document Linting Configuration {#lint}
214
+
215
+
```yaml
216
+
lint:
217
+
cspellOptions: # optional, cspell configuration options, refer to https://github.com/streetsidesoftware/cspell/tree/main/packages/cspell-eslint-plugin#options
0 commit comments