From 5b16c3db79c060998aab4568aae16d52a899048c Mon Sep 17 00:00:00 2001 From: Anna Bulenkova Date: Tue, 24 Mar 2015 08:51:17 +0100 Subject: [PATCH] [site] tutorials section added to TOC --- _SUMMARY.md | 1 + tutorials.md | 7 +++++++ 2 files changed, 8 insertions(+) create mode 100644 tutorials.md diff --git a/_SUMMARY.md b/_SUMMARY.md index 4ff4caeb2..f0ac036df 100644 --- a/_SUMMARY.md +++ b/_SUMMARY.md @@ -62,6 +62,7 @@ * [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 new file mode 100644 index 000000000..ed9a6425e --- /dev/null +++ b/tutorials.md @@ -0,0 +1,7 @@ +--- +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