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

6 Коммитов

Автор SHA1 Сообщение Дата
David Sanders 1df831fe5f
chore: modernize create-electron-documentation script (#601) 2024-07-10 13:51:01 -07:00
Erick Zhao 60b4a4537b
chore: update repo name (#305) 2022-11-22 15:25:57 -08:00
Erick Zhao 47f544362b
chore: update `electron/electron` trunk name (#39) 2021-06-02 12:22:04 -07:00
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 e44f5c939f
fix: bin info in `create-electron-documentation`
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
2021-04-29 10:49:02 -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