From d8ea9eed3e6268ac079cd5a9830a593f9405e028 Mon Sep 17 00:00:00 2001 From: "trop[bot]" <37223003+trop[bot]@users.noreply.github.com> Date: Mon, 16 Aug 2021 14:09:32 -0400 Subject: [PATCH] docs: uniformize tutorial titles (#30545) Co-authored-by: Erick Zhao --- docs/tutorial/in-app-purchases.md | 2 +- docs/tutorial/installation.md | 2 +- docs/tutorial/linux-desktop-actions.md | 2 +- docs/tutorial/macos-dock.md | 2 +- docs/tutorial/notifications.md | 2 +- docs/tutorial/progress-bar.md | 2 +- docs/tutorial/represented-file.md | 2 +- docs/tutorial/snapcraft.md | 2 +- docs/tutorial/using-native-node-modules.md | 2 +- docs/tutorial/using-pepper-flash-plugin.md | 2 +- docs/tutorial/using-selenium-and-webdriver.md | 2 +- docs/tutorial/web-embeds.md | 2 +- docs/tutorial/windows-arm.md | 2 +- docs/tutorial/windows-taskbar.md | 2 +- 14 files changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/tutorial/in-app-purchases.md b/docs/tutorial/in-app-purchases.md index f9c2e9381e..a49ad6972d 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 87b6623fd7..fea9e3385d 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 3b998c95d6..5fa3c5abed 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 b5527a4956..b5e635290e 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 a94bafb08b..5f75e52f9b 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 4b01c63ea4..87ea797f1b 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 7e681f52fa..af2a409af0 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 ae3b003333..0c479a5830 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 bbb7dd73e7..ccd00c1b3c 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 8fc9adbebd..0a060e72eb 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 197c29a5ff..d56f7d9cdc 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 0da4df8983..ec6088ec01 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 93886d2515..27b16b122c 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 78d37c26ba..1d88846a13 100644 --- a/docs/tutorial/windows-taskbar.md +++ b/docs/tutorial/windows-taskbar.md @@ -1,4 +1,4 @@ -# Windows Taskbar +# Taskbar Customization (Windows) ## Overview