Skip to content

Commit

Permalink
docs: uniformize tutorial titles (electron#30527)
Browse files Browse the repository at this point in the history
  • Loading branch information
erickzhao committed Aug 16, 2021
1 parent fcce2b1 commit 740dcc5
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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Notifications (Windows, Linux, macOS)
# Notifications

## Overview

Expand Down
2 changes: 1 addition & 1 deletion docs/tutorial/progress-bar.md
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Web embeds
# Web Embeds

## Overview

Expand Down
2 changes: 1 addition & 1 deletion docs/tutorial/windows-arm.md
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Windows Taskbar
# Taskbar Customization (Windows)

## Overview

Expand Down

0 comments on commit 740dcc5

Please sign in to comment.