From d4ee98666c1d30ca88ec6bfb6db8249bb88eef14 Mon Sep 17 00:00:00 2001 From: Anna Bulenkova Date: Tue, 21 Apr 2015 12:08:28 +0200 Subject: [PATCH] [site] "indexing" reference re-structured --- _SUMMARY.md | 2 ++ basic_topics/indexing_and_psi_stubs.md | 4 ++-- .../indexing_and_psi_stubs/file_based_indexes.md | 0 .../indexing_and_psi_stubs/stub_indexes.md | 0 4 files changed, 4 insertions(+), 2 deletions(-) rename file_based_indexes.md => basic_topics/indexing_and_psi_stubs/file_based_indexes.md (100%) rename stub_indexes.md => basic_topics/indexing_and_psi_stubs/stub_indexes.md (100%) diff --git a/_SUMMARY.md b/_SUMMARY.md index 62d2969fe..8efd40716 100644 --- a/_SUMMARY.md +++ b/_SUMMARY.md @@ -37,6 +37,8 @@ * [PSI Cookbook](basic_topics/psi_cookbook.html) * [Virtual File System](basic_topics/virtual_file_system.html) * [Indexing and PSI Stubs](basic_topics/indexing_and_psi_stubs.html) + * [File-based indexes](basic_topics/indexing_and_psi_stubs/file_based_indexes.html) + * [Stub indexes](basic_topics/indexing_and_psi_stubs/stub_indexes.html) * [Run Configurations](basic_topics/run_configurations.html) * [Testing Plugins](basic_topics/testing_plugins.html) * [Tests and Fixtures](basic_topics/testing_plugins/tests_and_fixtures.html) diff --git a/basic_topics/indexing_and_psi_stubs.md b/basic_topics/indexing_and_psi_stubs.md index 1a8e7564c..b61d2be3b 100644 --- a/basic_topics/indexing_and_psi_stubs.md +++ b/basic_topics/indexing_and_psi_stubs.md @@ -9,8 +9,8 @@ Plugin developers can use the existing indexes built by the IDE itself, as well It supports two main types of indexes: -* [File-based indexes](file_based_indexes.html) -* [Stub indexes](stub_indexes.html) +* [File-based indexes](basic_topics/indexing_and_psi_stubs/file_based_indexes.html) +* [Stub indexes](basic_topics/indexing_and_psi_stubs/stub_indexes.html) File-based indexes are built directly over the content of files. Stub indexes are built over serialized *stub trees*. diff --git a/file_based_indexes.md b/basic_topics/indexing_and_psi_stubs/file_based_indexes.md similarity index 100% rename from file_based_indexes.md rename to basic_topics/indexing_and_psi_stubs/file_based_indexes.md diff --git a/stub_indexes.md b/basic_topics/indexing_and_psi_stubs/stub_indexes.md similarity index 100% rename from stub_indexes.md rename to basic_topics/indexing_and_psi_stubs/stub_indexes.md