[site] "project wizard" tutorial stub

This commit is contained in:
Anna Bulenkova 2015-05-13 11:40:15 +02:00
parent 60fbb26cf0
commit 74310a41b8
3 changed files with 6 additions and 0 deletions

View File

@ -129,6 +129,7 @@
* [1. Working With Text](tutorials/editor_basics/working_with_text.html)
* [2. Editor Coordinates System. Positions And Offsets](tutorials/editor_basics/coordinates_system.html)
* [3. Handling Editor Events](tutorials/editor_basics/editor_events.html)
* [Project Wizard](tutorials/project_wizard.html)
* [Code Inspections](tutorials/code_inspections.html)
* [Run Configurations](tutorials/run_configurations.html)
* [Supporting Frameworks](tutorials/framework.html)

View File

@ -18,6 +18,7 @@ More detailed explanation of the API components can be found in the
* [Writing Tests For Plugins](tutorials/writing_tests_for_plugins.html)
* [Action System](tutorials/action_system.html)
* [Editor Basics](tutorials/editor_basics.html)
* [Project Wizard](tutorials/project_wizard.html)
* [Code Inspections](tutorials/code_inspections.html)
* [Run Configurations](tutorials/run_configurations.html)
* [Supporting Frameworks](tutorials/framework.html)

View File

@ -0,0 +1,4 @@
---
layout: editable
title: Project Wizard
---