Граф коммитов

2 Коммитов

Автор SHA1 Сообщение Дата
Antón Molleda d97a03dbeb fix: show titles in docs
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).
2021-05-12 12:53:11 -07:00
Antón Molleda c566850ab6
feat: add `create-electron-documentation` package
* 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 #12
Close #13
2021-04-29 09:57:33 -07:00