From b1af3b917a07b993f35591f0ea129fd103ec840d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Mon, 16 Mar 2015 21:54:23 +0100 Subject: [PATCH] [site] indexing_and_psi_stubs: cleanup, formatting, broken links --- _SUMMARY.md | 2 +- indexing_and_psi_stubs.md | 68 +++++++++++++++++++-------------------- 2 files changed, 35 insertions(+), 35 deletions(-) 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 ---