diff --git a/docs/tutorial/in-app-purchases.md b/docs/tutorial/in-app-purchases.md index f9c2e9381ecb8..a49ad6972df0b 100644 --- a/docs/tutorial/in-app-purchases.md +++ b/docs/tutorial/in-app-purchases.md @@ -1,4 +1,4 @@ -# In-App Purchase (macOS) +# In-App Purchases (macOS) ## Preparing diff --git a/docs/tutorial/installation.md b/docs/tutorial/installation.md index 87b6623fd7bf4..fea9e3385d58f 100644 --- a/docs/tutorial/installation.md +++ b/docs/tutorial/installation.md @@ -1,4 +1,4 @@ -# Installation +# Advanced Installation Instructions To install prebuilt Electron binaries, use [`npm`][npm]. The preferred method is to install Electron as a development dependency in your diff --git a/docs/tutorial/linux-desktop-actions.md b/docs/tutorial/linux-desktop-actions.md index 3b998c95d6c65..5fa3c5abedaba 100644 --- a/docs/tutorial/linux-desktop-actions.md +++ b/docs/tutorial/linux-desktop-actions.md @@ -1,4 +1,4 @@ -# Custom Linux Desktop Launcher Actions +# Desktop Launcher Actions (Linux) ## Overview diff --git a/docs/tutorial/macos-dock.md b/docs/tutorial/macos-dock.md index b5527a4956b57..b5e635290e2d1 100644 --- a/docs/tutorial/macos-dock.md +++ b/docs/tutorial/macos-dock.md @@ -1,4 +1,4 @@ -# Configuring the macOS Dock +# Dock (macOS) Electron has APIs to configure the app's icon in the macOS Dock. A macOS-only API exists to create a custom dock menu, but Electron also uses the app dock diff --git a/docs/tutorial/notifications.md b/docs/tutorial/notifications.md index a94bafb08b7a6..5f75e52f9b979 100644 --- a/docs/tutorial/notifications.md +++ b/docs/tutorial/notifications.md @@ -1,4 +1,4 @@ -# Notifications (Windows, Linux, macOS) +# Notifications ## Overview diff --git a/docs/tutorial/progress-bar.md b/docs/tutorial/progress-bar.md index 4b01c63ea4242..87ea797f1b12f 100644 --- a/docs/tutorial/progress-bar.md +++ b/docs/tutorial/progress-bar.md @@ -1,4 +1,4 @@ -# Progress Bar in Taskbar (Windows, macOS, Unity) +# Taskbar Progress Bar (Windows & macOS) ## Overview diff --git a/docs/tutorial/represented-file.md b/docs/tutorial/represented-file.md index 7e681f52fa309..af2a409af0c48 100644 --- a/docs/tutorial/represented-file.md +++ b/docs/tutorial/represented-file.md @@ -1,4 +1,4 @@ -# Represented File for macOS BrowserWindows +# Representing Files in a BrowserWindow (macOS) ## Overview diff --git a/docs/tutorial/snapcraft.md b/docs/tutorial/snapcraft.md index ae3b003333636..0c479a5830013 100644 --- a/docs/tutorial/snapcraft.md +++ b/docs/tutorial/snapcraft.md @@ -1,4 +1,4 @@ -# Snapcraft Guide (Ubuntu Software Center & More) +# Snapcraft Guide (Linux) This guide provides information on how to package your Electron application for any Snapcraft environment, including the Ubuntu Software Center. diff --git a/docs/tutorial/using-native-node-modules.md b/docs/tutorial/using-native-node-modules.md index bbb7dd73e74d2..ccd00c1b3c9b6 100644 --- a/docs/tutorial/using-native-node-modules.md +++ b/docs/tutorial/using-native-node-modules.md @@ -1,4 +1,4 @@ -# Using Native Node Modules +# Native Node Modules Native Node.js modules are supported by Electron, but since Electron has a different [application binary interface (ABI)][abi] from a given Node.js binary (due to diff --git a/docs/tutorial/using-pepper-flash-plugin.md b/docs/tutorial/using-pepper-flash-plugin.md index 8fc9adbebd331..0a060e72eb97a 100644 --- a/docs/tutorial/using-pepper-flash-plugin.md +++ b/docs/tutorial/using-pepper-flash-plugin.md @@ -1,4 +1,4 @@ -# Using Pepper Flash Plugin +# Pepper Flash Plugin Electron no longer supports the Pepper Flash plugin, as Chrome has removed support. diff --git a/docs/tutorial/using-selenium-and-webdriver.md b/docs/tutorial/using-selenium-and-webdriver.md index be46464fdd112..c71c6c605da34 100644 --- a/docs/tutorial/using-selenium-and-webdriver.md +++ b/docs/tutorial/using-selenium-and-webdriver.md @@ -1,4 +1,4 @@ -# Using Selenium and WebDriver +# Selenium and WebDriver From [ChromeDriver - WebDriver for Chrome][chrome-driver]: diff --git a/docs/tutorial/web-embeds.md b/docs/tutorial/web-embeds.md index 0da4df8983665..ec6088ec01613 100644 --- a/docs/tutorial/web-embeds.md +++ b/docs/tutorial/web-embeds.md @@ -1,4 +1,4 @@ -# Web embeds +# Web Embeds ## Overview diff --git a/docs/tutorial/windows-arm.md b/docs/tutorial/windows-arm.md index 93886d2515e1d..27b16b122cac1 100644 --- a/docs/tutorial/windows-arm.md +++ b/docs/tutorial/windows-arm.md @@ -1,4 +1,4 @@ -# Windows 10 on Arm +# Windows on ARM If your app runs with Electron 6.0.8 or later, you can now build it for Windows 10 on Arm. This considerably improves performance, but requires recompilation of any native modules used in your app. It may also require small fixups to your build and packaging scripts. diff --git a/docs/tutorial/windows-taskbar.md b/docs/tutorial/windows-taskbar.md index 78d37c26ba7b3..1d88846a13a18 100644 --- a/docs/tutorial/windows-taskbar.md +++ b/docs/tutorial/windows-taskbar.md @@ -1,4 +1,4 @@ -# Windows Taskbar +# Taskbar Customization (Windows) ## Overview