getting started: align page titles

This commit is contained in:
Yann Cébron 2020-05-14 15:52:11 +02:00
parent 202bfceea8
commit 9d333e9c54
4 changed files with 8 additions and 8 deletions

View File

@ -35,7 +35,7 @@ Specific to development of IntelliJ Platform plugins with the Gradle plugin for
* [Developing plugins using DevKit](getting_started/using_dev_kit.md)
* [Setting Up a Development Environment](getting_started/setting_up_environment.md)
* [Creating a Plugin Project](getting_started/creating_plugin_project.md)
* [Creating an Action](/tutorials/action_system/working_with_custom_actions.md)
* [Creating Actions](/tutorials/action_system/working_with_custom_actions.md)
* [Running and Debugging a Plugin](getting_started/running_and_debugging_a_plugin.md)
* [Deploying a Plugin](getting_started/deploying_plugin.md)
* [Publishing a plugin to plugin repository](getting_started/publishing_plugin.md)
* [Publishing a Plugin](getting_started/publishing_plugin.md)

View File

@ -12,7 +12,7 @@ In this section:
* [Setting Up a Development Environment](setting_up_environment.md)
* [Creating a Plugin Project](creating_plugin_project.md)
* [Creating an Action](/tutorials/action_system/working_with_custom_actions.md)
* [Creating Actions](/tutorials/action_system/working_with_custom_actions.md)
* [Running and Debugging a Plugin](running_and_debugging_a_plugin.md)
* [Deploying a Plugin](deploying_plugin.md)
* [Publishing a plugin to plugin repository](publishing_plugin.md)
* [Publishing a Plugin](publishing_plugin.md)

View File

@ -17,6 +17,6 @@ To make sure that your plugin is not affected by [API changes](/reference_guide/
Follow releases on [GitHub](https://github.com/JetBrains/gradle-intellij-plugin/releases).
Below are a series of guides to developing and deploying Gradle-based IntelliJ Platform Plugins:
* [1. Getting Started with Gradle-Based Plugins](build_system/prerequisites.md)
* [2. Configuring Gradle-Based Plugins](build_system/gradle_guide.md)
* [3. Deploying a Plugin with Gradle](build_system/deployment.md)
* [1. Getting Started with Gradle](build_system/prerequisites.md)
* [2. Configuring Gradle Projects](build_system/gradle_guide.md)
* [3. Publishing Plugins with Gradle](build_system/deployment.md)

View File

@ -1,5 +1,5 @@
---
title: Configuring Gradle for IntelliJ Platform Plugins
title: Configuring Gradle Projects
---
<!-- Copyright 2000-2020 JetBrains s.r.o. and other contributors. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. -->