With the update to .75 the titles are hidden and `hide_title` has to be
disabled. It was enabled initially because otherwise titles were
duplicated (one from frontmatter, the other from the markdown).
Without the `bin` property in `package.json` and `#!` at the top of
`index.js` the command `npm create electron-documenation` does not
work properly.
- - - - - - - - - - - - - - - - - -
Close#17
* feat: add `create-electron-documentation` package
Add the code for the package `create-electron-documentation` to help
writers of Electron documentation scaffold their examples faster and
following good patterns (using `sandbox` and `contextBridge`).
Once published the developers will use it by calling
```console
npm create electron-documentation
```
From a folder under the main Electron documentation folder.
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Fix#12Close#13