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

43 Коммитов

Автор SHA1 Сообщение Дата
Erick Zhao fb5baec6d5
docs: add advanced specification for Squirrel updater (#43234)
* docs: add advanced specification for Squirrel updater

* address feedback
2024-09-23 10:20:43 -07:00
Erick Zhao 0a8eae9019
docs(autoUpdater): document static storage strategy (#42690)
* docs: `autoUpdater` static storage strategy

* summary must be followed by newline

* lint: fix whitespace for code blocks

* lint: `js` -> `javascript`

* bump

* `javascript` -> `js`

* bump
2024-07-02 19:06:38 +02:00
Erick Zhao 6cca75ac76
docs(autoUpdater): signing is only a pre-req on macOS (#42709)
docs: correctly state that signing is a pre-req for autoUpdater only on macOS
2024-07-02 19:06:25 +02:00
David Sanders 3d2a754531
chore: extend linting of code blocks in the docs (#40245)
* chore: extend linting of code blocks in the docs

* chore: combine lint:markdownlint and lint:markdown scripts
2023-11-21 16:50:08 +09:00
David Sanders 905aad9cb6
chore: type check JS in docs (#38423)
* build(deps): update @electron/lint-roller

* chore: type check JS in docs

* docs: add @ts-check and @ts-expect-error to code blocks

* chore: fix type check errors in docs

* chore: add ts-type to blocks
2023-06-05 16:26:26 +09:00
David Sanders eeb1e7d499
chore: fix lint:js-in-markdown script (#38260) 2023-05-15 09:58:35 +02:00
David Sanders d1cddf2517
docs: update github.com links (#37958) 2023-04-15 21:20:59 -07:00
David Sanders d94f35a8f6
chore: disallow shortcut reference links in docs Markdown (#36860)
* chore: disallow shortcut reference links in docs Markdown

* docs: clean up shortcut-style links
2023-01-16 10:22:49 +01:00
David Sanders 993d0337a7
docs: fix broken links (#36519)
* docs: fix broken links

* docs: change link to navigator.getUserMedia

Co-authored-by: Jeremy Rose <nornagon@nornagon.net>

* docs: fix link in examples.md

Co-authored-by: Jeremy Rose <nornagon@nornagon.net>
2022-12-05 13:18:57 -05:00
Erick Zhao e410109a3d
docs: expand tutorial (#34604)
* docs: base tutorial update

* more docs

* zzz

* remove unused images
2022-06-22 17:17:48 +09:00
Erick Zhao ea889b423d
docs: update Hazel information (#30517) 2021-08-19 08:42:12 +09:00
Cody 77e2e47504
docs: fix spelling error in updates tutorial (#25725) 2020-10-05 14:59:24 +09:00
Erick Zhao 2eb6781016
docs: fix autoupdater tutorial API (#23298) 2020-05-01 10:54:53 +09:00
Ben Jaffe 92a3fe175c
docs: add section for how to handle update servers with auth (#23000)
In some situations, we can't use auto update to communicate with our update server directly, and proxies can be tricky to get working. I spent a loooong time exploring a lot of options before coming across the comment I linked, so It thought it could be beneficial to people like me of the future.
2020-04-27 19:03:18 +09:00
Erick Zhao a3ff5a810e
docs: remove GitHub references (#23136) 2020-04-20 08:33:00 -07:00
Mark Lee c4c0888972
docs: remove reference to electron-updater (#22641)
As per the [2020-03-05 Ecosystem WG
meeting](https://github.com/electron/governance/blob/master/wg-ecosystem/meeting-notes/2020-03-05.md).
2020-03-11 16:30:05 -07:00
Cyril POIDEVIN a6a028594d docs: Use Promise for `dialog.showMessageBox` (#21143)
* Update updates.md

Use of the return promise for the use of `dialog.showMessageBox`.

* Update updates.md
2019-11-18 00:49:50 -08:00
Samuel Attard 784f9742bc
build: auto-fix whitespace in docs in pre-commit hook (#17490) 2019-03-21 12:15:55 -07:00
Milan Burda a82bbd010e build: strip trailing whitespace in docs (#17488) 2019-03-20 13:12:47 -07:00
Zeke Sikelianos 21ffcbddad document update.electronjs.org in updates tutorial 2018-04-27 10:49:42 -07:00
Felix Rieseberg eeb5845aac 📝 Documenting updates 2018-02-19 17:24:15 -06:00
Tiago Danin 74769da9a7 [Docs] Fix URLs and Paths (#11584)
* Fix URLs and Paths in docs/

* Avoiding link break to /docs/development/updgrading-chrome.md

* Fix URLs and Paths in docs/ #2

* Removed double spaces in docs
2018-01-12 10:24:48 -05:00
Leo Lamprecht 55db062242
Clarify Hazel's purpose 2017-12-18 21:18:11 +01:00
Felix Rieseberg 6cacb9838e 📝 Document Nucleus 2017-11-20 08:04:14 -08:00
Vladimir Krivosheev 2e747e72cf change wording 2017-09-27 07:11:21 +02:00
Vladimir Krivosheev 6bded6bf7b Fix link 2017-09-12 21:37:29 +02:00
Vladimir Krivosheev d3f30e7a9c docs: add note about electron-updater 2017-08-22 16:51:57 +02:00
Zeke Sikelianos 1731359a17 tweak the updates guide 2017-08-21 15:19:59 -07:00
Leo Lamprecht 78c87d4bd3 Made dialog message clear 2017-08-15 22:55:55 +02:00
Zeke Sikelianos 5f82168213 lint 2017-08-15 13:09:06 -07:00
Zeke Sikelianos a84d49fe5c add newline 2017-08-15 13:06:45 -07:00
Zeke Sikelianos 2ec223ba11 use an arrow function 2017-08-15 13:04:52 -07:00
Zeke Sikelianos 35b2bc6b51 implement a dialog in the download handler 2017-08-15 12:53:46 -07:00
Leo Lamprecht 68250d80cd Improved error logging 2017-08-15 21:38:31 +02:00
Leo Lamprecht 4ba4fe4f62 Examples for events 2017-08-15 11:38:54 +02:00
Leo Lamprecht 3062027bab Better wording about Now deployment 2017-08-15 11:29:28 +02:00
Zeke Sikelianos 6a872dd938 update the updates doc 2017-08-14 13:26:33 -07:00
Leo Lamprecht 235ae0989f Mention that the app needs to check for updates 2017-08-12 12:48:49 +02:00
Leo Lamprecht 837a34cf71 Indicate that Nuts supports private repositories 2017-08-12 12:44:21 +02:00
Leo Lamprecht cfe914ff83 Fixed wording 2017-08-12 01:24:56 +02:00
Leo Lamprecht 06f4c1b337 Be clear about the usage example 2017-08-12 01:23:54 +02:00
Leo Lamprecht 3815ed8af4 Fixed a typo 2017-08-12 01:18:34 +02:00
Leo Lamprecht bb1627a69b Added guide for updates 2017-08-12 01:04:25 +02:00