diff --git a/_SUMMARY.md b/_SUMMARY.md index f0ac036df..ab5d91bcf 100644 --- a/_SUMMARY.md +++ b/_SUMMARY.md @@ -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) diff --git a/tutorials.md b/tutorials.md index ed9a6425e..8f2c98979 100644 --- a/tutorials.md +++ b/tutorials.md @@ -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 \ No newline at end of file +This section contains a list of tutorials illustrating how different components of *IntelliJ IDEA SDK* can be used + +[Custom Language Support](cls_tutorial.html) \ No newline at end of file