mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 18:27:49 +08:00
[site] "supporting module types" stub
This commit is contained in:
parent
d55e31e768
commit
337dba789b
@ -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)
|
||||
|
@ -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]()
|
||||
|
||||
|
4
tutorials/project_wizard/module_types.md
Normal file
4
tutorials/project_wizard/module_types.md
Normal file
@ -0,0 +1,4 @@
|
||||
---
|
||||
layout: editable
|
||||
title: Supporting Module Types
|
||||
---
|
Loading…
x
Reference in New Issue
Block a user