Tweak doc headings
This commit is contained in:
parent
fb6f5320e7
commit
bfb75df49c
6 changed files with 6 additions and 6 deletions
|
@ -1,4 +1,4 @@
|
||||||
# Supported Chrome command line switches
|
# Supported Chrome Command Line Switches
|
||||||
|
|
||||||
> Command line switches supported by Electron.
|
> Command line switches supported by Electron.
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Environment variables
|
# Environment Variables
|
||||||
|
|
||||||
> Control application configuration and behavior without changing code.
|
> Control application configuration and behavior without changing code.
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# The `<webview>` tag
|
# `<webview>` Tag
|
||||||
|
|
||||||
> Display external web content in an isolated frame and process.
|
> Display external web content in an isolated frame and process.
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# The `window.open` function
|
# `window.open` Function
|
||||||
|
|
||||||
> Open a new window and load a URL.
|
> Open a new window and load a URL.
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Debugging Electron in Windows
|
# Debugging on Windows
|
||||||
|
|
||||||
If you experience crashes or issues in Electron that you believe are not caused
|
If you experience crashes or issues in Electron that you believe are not caused
|
||||||
by your JavaScript application, but instead by Electron itself, debugging can
|
by your JavaScript application, but instead by Electron itself, debugging can
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Testing Electron with headless CI Systems (Travis CI, Jenkins)
|
# Testing with Headless CI Systems (Travis CI, Jenkins)
|
||||||
|
|
||||||
Being based on Chromium, Electron requires a display driver to function.
|
Being based on Chromium, Electron requires a display driver to function.
|
||||||
If Chromium can't find a display driver, Electron will simply fail to launch -
|
If Chromium can't find a display driver, Electron will simply fail to launch -
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue