diff --git a/_SUMMARY.md b/_SUMMARY.md index 14d19b392..2198e23d4 100644 --- a/_SUMMARY.md +++ b/_SUMMARY.md @@ -18,7 +18,7 @@ * [IntelliJ IDEA Action System](action_system.html) * [PSI Cookbook](psi_cookbook.html) * [IntelliJ IDEA Virtual File System](intellij_vfs.html) - * [Indexing and PSI Stubs in IntelliJ IDEA](indexing_and_psi_stubs.html) + * [Indexing and PSI Stubs](indexing_and_psi_stubs.html) * [Run Configurations](run_configurations.html) * [Testing IntelliJ IDEA Plugins](testing_plugins.html) * [Advanced Topics](advanced_topics.html) diff --git a/indexing_and_psi_stubs.md b/indexing_and_psi_stubs.md index 92b090d12..56ffacc48 100644 --- a/indexing_and_psi_stubs.md +++ b/indexing_and_psi_stubs.md @@ -1,5 +1,5 @@ --- -title: Indexing and PSI Stubs in IntelliJ IDEA +title: Indexing and PSI Stubs ---