[site] "supporting module types" stub

This commit is contained in:
Anna Bulenkova 2015-05-13 13:33:59 +02:00
parent d55e31e768
commit 337dba789b
3 changed files with 6 additions and 1 deletions

View File

@ -131,6 +131,7 @@
* [3. Handling Editor Events](tutorials/editor_basics/editor_events.html)
* [Project Wizard](tutorials/project_wizard.html)
* [Adding New Steps to Project Wizard](tutorials/project_wizard/adding_new_steps.html)
* [Supporting Module Types](tutorials/project_wizard/module_types.md)
* [Code Inspections](tutorials/code_inspections.html)
* [Run Configurations](tutorials/run_configurations.html)
* [Supporting Frameworks](tutorials/framework.html)

View File

@ -8,7 +8,7 @@ Configuring Project Wizard automatically allows you to do the following:
1. [Adding New Steps to Project Wizard](tutorials/project_wizard/adding_new_steps.html)
2. [Providing additional setting for project creation]()
2. [Supporting Module Types](tutorials/project_wizard/module_types.md)
3. [Handling activities during project creation]()
4. [Initial environment configuration]()

View File

@ -0,0 +1,4 @@
---
layout: editable
title: Supporting Module Types
---