Consolidated documentation under resources Change-Id: If87f00b26c95f89802466a855d972d31a475f111
diff --git a/README.md b/README.md index da6108d..870dd90 100644 --- a/README.md +++ b/README.md
@@ -6,7 +6,7 @@ ## How to build This libModule is built like a Gerrit in-tree plugin, using Bazelisk. See the -[build instructions](build.md) for more details. +[build instructions](src/main/resources/Documentation/build.md) for more details. ## Setup @@ -22,9 +22,9 @@ installModule = com.googlesource.gerrit.modules.cache.chroniclemap.ChronicleMapCacheModule ``` -For further information and supported options, refer to [config](config.md) +For further information and supported options, refer to [config](src/main/resources/Documentation/config.md) documentation. ## Migration from H2 caches -You can check how to migrate from H2 to chronicle-map [here](./migration.md). \ No newline at end of file +You can check how to migrate from H2 to chronicle-map [here](src/main/resources/Documentation/migration.md). \ No newline at end of file
diff --git a/build.md b/src/main/resources/Documentation/build.md similarity index 100% rename from build.md rename to src/main/resources/Documentation/build.md
diff --git a/config.md b/src/main/resources/Documentation/config.md similarity index 100% rename from config.md rename to src/main/resources/Documentation/config.md
diff --git a/metrics.md b/src/main/resources/Documentation/metrics.md similarity index 100% rename from metrics.md rename to src/main/resources/Documentation/metrics.md
diff --git a/migration.md b/src/main/resources/Documentation/migration.md similarity index 100% rename from migration.md rename to src/main/resources/Documentation/migration.md
diff --git a/tuning.md b/src/main/resources/Documentation/tuning.md similarity index 100% rename from tuning.md rename to src/main/resources/Documentation/tuning.md