[site] "run configurations" tutorial stub

This commit is contained in:
Anna Bulenkova 2015-05-08 09:25:18 +02:00
parent 95f224f24c
commit a68de8d9fe
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)
* [Run Configurations](tutorials/run_configurations.html)
* [Supporting Frameworks](tutorials/framework.html)
* [Plugin Development FAQ](faq.html)

View File

@ -18,4 +18,5 @@ 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)
* [Run Configurations](tutorials/run_configurations.html)
* [Supporting Frameworks](tutorials/framework.html)

View File

@ -0,0 +1,4 @@
---
layout: editable
title: Run Configurations
---