Skip to content

Commit aeedd36

Browse files
committed
see also
1 parent e57cb71 commit aeedd36

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/glossary.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ The full Node API is built in.
4646
Every app's main process file is specified in the `main` property in
4747
`package.json`. This is how `electron .` knows what file to execute at startup.
4848

49+
See also: [process](#process), [renderer process](#renderer-process)
50+
4951
### MAS
5052

5153
Acronym for Apple's Mac App Store. For details on submitting your app to the
@@ -85,6 +87,8 @@ object is a global that provides information about, and control over, the
8587
current process. As a global, it is always available to applications without
8688
using require().
8789

90+
See also: [main process](#main-process), [renderer process](#renderer-process)
91+
8892
### renderer process
8993

9094
The renderer process is a browser window in your app. Unlike the main process,
@@ -96,6 +100,8 @@ allowed access to native resources. Electron users, however, have the power to
96100
use Node.js APIs in web pages allowing lower level operating system
97101
interactions.
98102

103+
See also: [process](#process), [main process](#main-process)
104+
99105
### Squirrel
100106

101107
Squirrel is an open-source framework that enables Electron apps to update

0 commit comments

Comments
 (0)