Skip to content

Commit

Permalink
GITBOOK-187: Fix link to templates in Config overview
Browse files Browse the repository at this point in the history
  • Loading branch information
erickzhao authored and gitbook-bot committed Jul 12, 2024
1 parent 9b2cd0f commit d833fbd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ module.exports = {
{% endtabs %}

{% hint style="success" %}
All properties in your Forge configuration are optional. Initializing your project with one of the [Broken link](broken-reference "mention") will initialize some standard defaults.
All properties in your Forge configuration are optional. Initializing your project with one of the [Broken link](broken-reference "mention") will include some default recommended config options.
{% endhint %}

### Electron Packager config
Expand Down Expand Up @@ -147,7 +147,7 @@ The required `buildPath` and `electronVersion` options for `@electron/rebuild` a

### Makers

The top-level `makers` property on the configuration object is an array of maker configurations. Each maker will generate a distributable artifact for your packaged application in the [#make](../cli.md#make "mention") step (e.g. [squirrel.windows.md](makers/squirrel.windows.md "mention") on Windows or [dmg.md](makers/dmg.md "mention") on macOS).
The top-level `makers` property on the configuration object is an array of maker configurations. Each maker will generate a distributable artifact for your packaged application in the [#make](../cli.md#make "mention") step (e.g. [squirrel.windows.md](makers/squirrel.windows.md "mention") on Windows or [dmg.md](makers/dmg.md "mention") on macOS).

Check out the [makers](makers/ "mention") documentation for all official makers and their config options, and the[writing-makers.md](../advanced/extending-electron-forge/writing-makers.md "mention") guide for implementing your own Make step build targets.

Expand Down

0 comments on commit d833fbd

Please sign in to comment.