From d52ce309dc777043e8b6c92a29a0f0681d06187c Mon Sep 17 00:00:00 2001 From: "trop[bot]" <37223003+trop[bot]@users.noreply.github.com> Date: Wed, 3 Aug 2022 10:16:23 -0400 Subject: [PATCH] docs: update categories to match sidebar (#35201) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This page describes each of the categories available in the sidebar, but some of the category titles didn't match. Co-authored-by: Maya Nedeljković Batić --- docs/tutorial/introduction.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/tutorial/introduction.md b/docs/tutorial/introduction.md index b12cabd60895d..4139fb8f8adb0 100644 --- a/docs/tutorial/introduction.md +++ b/docs/tutorial/introduction.md @@ -44,14 +44,14 @@ are the different categories and what you can expect on each one: application. - **Processes in Electron**: In-depth reference on Electron processes and how to work with them. - **Best Practices**: Important checklists to keep in mind when developing an Electron app. -- **How-To Examples**: Quick references to add features to your Electron app. +- **Examples**: Quick references to add features to your Electron app. - **Development**: Miscellaneous development guides. - **Distribution**: Learn how to distribute your app to end users. - **Testing and debugging**: How to debug JavaScript, write tests, and other tools used to create quality Electron applications. -- **Resources**: Useful links to better understand how the Electron project works +- **References**: Useful links to better understand how the Electron project works and is organized. -- **Contributing to Electron**: Compiling Electron and making contributions can be daunting. +- **Contributing**: Compiling Electron and making contributions can be daunting. We try to make it easier in this section. ## Getting help