mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
Allow disabling plugins for faster preview
This commit is contained in:
parent
1863fad011
commit
45cdb02ab9
9 changed files with 98 additions and 4 deletions
|
@ -119,6 +119,14 @@ commands:
|
|||
## Or build the site and run all tests
|
||||
make all
|
||||
|
||||
#### Partial build for faster preview
|
||||
|
||||
In order to preview some changes faster, you can disable all plugins and
|
||||
languages but those you need by prefixing the `ENABLED_LANGS` and `ENABLED_PLUGINS`
|
||||
environment variables:
|
||||
|
||||
ENABLED_PLUGINS="events autocrossref" ENABLED_LANGS="en fr" make all
|
||||
|
||||
## Developer Documentation
|
||||
|
||||
Each part of the documentation can be found in the [_includes](https://github.com/bitcoin/bitcoin.org/tree/master/_includes)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue