[site] Custom Language Support tutorial placed under "Tutorials"

This commit is contained in:
Anna Bulenkova 2015-03-24 08:59:09 +01:00
parent 5b16c3db79
commit ec05c62e2c
2 changed files with 5 additions and 3 deletions

View File

@ -43,7 +43,8 @@
* [List and Tree Controls](lists_and_trees.html)
* [Miscellaneous Swing Components](misc_swing_components.html)
* [Custom Language Support](custom_language_support.html)
* [Tutorial](cls_tutorial.html)
* [Tutorials](tutorials.html)
* [Custom Language Support](cls_tutorial.html)
* [Prerequisites](cls_prerequisites.html)
* [Language and File Type](language_and_filetype.html)
* [Grammar and Parser](grammar_and_parser.html)
@ -62,7 +63,6 @@
* [Code Style Settings](code_style_settings.html)
* [Commenter](commenter.html)
* [Quick Fix](quick_fix.html)
* [Tutorials](tutorials.html)
* [Plugin Development FAQ](faq.html)

View File

@ -4,4 +4,6 @@ title: Tutorials
# {{ page.title }}
This section contains a list of tutorials illustrating how different components of *IntelliJ IDEA SDK* can be used
This section contains a list of tutorials illustrating how different components of *IntelliJ IDEA SDK* can be used
[Custom Language Support](cls_tutorial.html)