[site] ToC revisited

This commit is contained in:
Anna Bulenkova 2015-06-08 11:44:11 +02:00
parent b3eac95bdc
commit 09b6bac26b
3 changed files with 4 additions and 4 deletions

View File

@ -4,9 +4,9 @@
Also you can use HTML-comments.
-->
* [Basics](basics.html)
* [Quick Start Guide](basics.html)
* [Main Types of IntelliJ IDEA Plugins](basics/types_of_plugins.html)
* [Getting Started](basics/getting_started.html)
* [Creating Your First Plugin](basics/getting_started.html)
* [Setting Up Development Environment](basics/getting_started/setting_up_environment.html)
* [Creating a Plugin Project](basics/getting_started/creating_plugin_project.html)
* [Build Number Ranges](basics/getting_started/build_number_ranges.html)

View File

@ -1,6 +1,6 @@
---
layout: editable
title: Basics
title: Quick Start Guide
---
This section covers the basics of working with *IntelliJ Platform*.

View File

@ -1,6 +1,6 @@
---
layout: editable
title: Getting started
title: Creating Your First Plugin
---
This documentation section will help to get started with *IntelliJ Platform* plugin development.