mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 10:17:50 +08:00
"Home" menu item
This commit is contained in:
parent
059c428541
commit
ccea1b5c79
14
_SUMMARY.md
14
_SUMMARY.md
@ -3,8 +3,8 @@
|
||||
but list items without links will not be included in the table of contents.
|
||||
Also you can use HTML-comments.
|
||||
-->
|
||||
|
||||
* [Quick Start Guide](basics.html)
|
||||
* [IntelliJ Platform SDK](index.html)
|
||||
* [Quick Start Guide](basics.html)
|
||||
* [Main Types of IntelliJ IDEA Plugins](basics/types_of_plugins.html)
|
||||
* [Creating Your First Plugin](basics/getting_started.html)
|
||||
* [Setting Up Development Environment](basics/getting_started/setting_up_environment.html)
|
||||
@ -48,7 +48,7 @@
|
||||
* [Test Project and Testdata Directories](basics/testing_plugins/test_project_and_testdata_directories.html)
|
||||
* [Writing Tests](basics/testing_plugins/writing_tests.html)
|
||||
* [Testing Highlighting](basics/testing_plugins/testing_highlighting.html)
|
||||
* [Architecture Reference Guide](reference_guide.html)
|
||||
* [Architecture Reference Guide](reference_guide.html)
|
||||
* [Project Model](reference_guide/project_model.html)
|
||||
* [Project](reference_guide/project_model/project.html)
|
||||
* [Module](reference_guide/project_model/module.html)
|
||||
@ -93,7 +93,7 @@
|
||||
* [Editor Components](user_interface_components/editor_components.html)
|
||||
* [List and Tree Controls](user_interface_components/lists_and_trees.html)
|
||||
* [Miscellaneous Swing Components](user_interface_components/misc_swing_components.html)
|
||||
* [Tutorials](tutorials.html)
|
||||
* [Tutorials](tutorials.html)
|
||||
* [Custom Language Support](tutorials/custom_language_support_tutorial.html)
|
||||
* [1. Prerequisites](tutorials/custom_language_support/prerequisites.html)
|
||||
* [2. Language and File Type](tutorials/custom_language_support/language_and_filetype.html)
|
||||
@ -134,12 +134,12 @@
|
||||
* [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.html)
|
||||
<!-- * [Code Inspections](tutorials/code_inspections.html) -->
|
||||
<!-- * [Code Inspections](tutorials/code_inspections.html) -->
|
||||
* [Run Configurations](tutorials/run_configurations.html)
|
||||
* [Supporting Frameworks](tutorials/framework.html)
|
||||
* [Tree Structure View](tutorials/tree_structure_view.html)
|
||||
* [Plugin Development FAQ](faq.html)
|
||||
* [Contribution Guidelines](contribution_guidelines.html)
|
||||
* [Plugin Development FAQ](faq.html)
|
||||
* [Contribution Guidelines](contribution_guidelines.html)
|
||||
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user