mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-01 02:12:36 +02:00
feat: Add --skip-next-release option to yarn build (#1292)
This commit is contained in:
parent
f04eea6b48
commit
d279836c40
9 changed files with 165 additions and 96 deletions
|
@ -59,6 +59,7 @@ Alias: `build`.
|
|||
| Options | Default | Description |
|
||||
| -------------------------- | ------- | --------------------------------------------------------------------------------------------------------------------- |
|
||||
| `--skip-image-compression` | `false` | Skip compression of image assets. You usually won't want to skip this unless your images have already been optimized. |
|
||||
| `--skip-next-release` | `false` | Skip the next release documents when versioning is enabled. This will not build HTML files for documents in `/docs` directory.|
|
||||
|
||||
Generates the static website, applying translations if necessary. Useful for building the website prior to deployment.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue