We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7170f2 commit 14a7014Copy full SHA for 14a7014
1 file changed
docs/configuration.md
@@ -3,6 +3,8 @@
3
`doc-kit`'s CLI supports a `--config-file` option, allowing for custom configuration files to be passed.
4
These configuration files must be loadable via a `import()` call, so usually JSON or JavaScript files with default exports.
5
6
+By convention, this file is usually named `doc-kit.config.mjs` or `doc-kit.config.json`.
7
+
8
## Configuration File Format
9
10
Configuration files can be either:
0 commit comments