docs: remove quickstart (#45227)
This commit is contained in:
parent
5728e6dc81
commit
b36aaf36e7
6 changed files with 12 additions and 525 deletions
|
@ -86,7 +86,7 @@ The main process also controls your application's lifecycle through Electron's
|
|||
that you can use to add custom application behavior (for instance, programmatically
|
||||
quitting your application, modifying the application dock, or showing an About panel).
|
||||
|
||||
As a practical example, the app shown in the [quick start guide][quick-start-lifecycle]
|
||||
As a practical example, the app shown in the [tutorial starter code][tutorial-lifecycle]
|
||||
uses `app` APIs to create a more native application window experience.
|
||||
|
||||
```js title='main.js'
|
||||
|
@ -97,7 +97,7 @@ app.on('window-all-closed', () => {
|
|||
```
|
||||
|
||||
[app]: ../api/app.md
|
||||
[quick-start-lifecycle]: ../tutorial/quick-start.md#manage-your-windows-lifecycle
|
||||
[tutorial-lifecycle]: ../tutorial/tutorial-2-first-app.md#quit-the-app-when-all-windows-are-closed-windows--linux
|
||||
|
||||
### Native APIs
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue