{{#if doc.isApiDoc}}
The {{doc.title}}
API
{{else}}
The {{doc.title}}
document
{{/if}}
{{#if doc.noPriorReleases}}
has been published to Electron's master branch,
but has not yet been included in an Electron release.
{{else}}
was introduced
{{#each doc.releases}}
{{#if @last}}
{{/if}}
{{/each}}
in
Electron {{doc.birthTag}}
{{/if}}
{{../doc.slug}}.md @ {{this.data.version}} |