Skip to content

Commit

Permalink
docs: uniformize tutorial titles (#30545)
Browse files Browse the repository at this point in the history
Co-authored-by: Erick Zhao <erick@hotmail.ca>
  • Loading branch information
trop[bot] and erickzhao committed Aug 16, 2021
1 parent 2567f30 commit d8ea9ee
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion docs/tutorial/in-app-purchases.md
@@ -1,4 +1,4 @@
# In-App Purchase (macOS)
# In-App Purchases (macOS)

## Preparing

Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorial/linux-desktop-actions.md
@@ -1,4 +1,4 @@
# Custom Linux Desktop Launcher Actions
# Desktop Launcher Actions (Linux)

## Overview

Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorial/notifications.md
@@ -1,4 +1,4 @@
# Notifications (Windows, Linux, macOS)
# Notifications

## Overview

Expand Down
2 changes: 1 addition & 1 deletion docs/tutorial/progress-bar.md
@@ -1,4 +1,4 @@
# Progress Bar in Taskbar (Windows, macOS, Unity)
# Taskbar Progress Bar (Windows & macOS)

## Overview

Expand Down
2 changes: 1 addition & 1 deletion docs/tutorial/represented-file.md
@@ -1,4 +1,4 @@
# Represented File for macOS BrowserWindows
# Representing Files in a BrowserWindow (macOS)

## Overview

Expand Down
2 changes: 1 addition & 1 deletion 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.
Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down
2 changes: 1 addition & 1 deletion 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.

Expand Down
2 changes: 1 addition & 1 deletion 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]:

Expand Down
2 changes: 1 addition & 1 deletion docs/tutorial/web-embeds.md
@@ -1,4 +1,4 @@
# Web embeds
# Web Embeds

## Overview

Expand Down
2 changes: 1 addition & 1 deletion 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.

Expand Down
2 changes: 1 addition & 1 deletion docs/tutorial/windows-taskbar.md
@@ -1,4 +1,4 @@
# Windows Taskbar
# Taskbar Customization (Windows)

## Overview

Expand Down

0 comments on commit d8ea9ee

Please sign in to comment.