From ed133c5cfecd803b28b6dbf7806b4da615d72af8 Mon Sep 17 00:00:00 2001 From: John Blum Date: Wed, 21 Sep 2022 16:48:24 -0700 Subject: [PATCH] Move Spring Data for Apache Geode documentation (reference docs) to the spring-data-geode-docs Gradle module. Resolves #623. --- .../docs}/asciidoc/appendix/appendix-schema.adoc | 0 .../src/docs}/asciidoc/images/epub-cover.png | Bin .../src/docs}/asciidoc/images/epub-cover.svg | 0 .../src/docs}/asciidoc/index.adoc | 0 .../docs}/asciidoc/introduction/introduction.adoc | 0 .../docs}/asciidoc/introduction/new-features.adoc | 0 .../docs}/asciidoc/introduction/requirements.adoc | 0 .../src/docs}/asciidoc/links.adoc | 0 .../src/docs}/asciidoc/preface.adoc | 0 .../reference/bootstrap-annotations-quickstart.adoc | 0 .../asciidoc/reference/bootstrap-annotations.adoc | 0 .../src/docs}/asciidoc/reference/bootstrap.adoc | 0 .../src/docs}/asciidoc/reference/cache.adoc | 0 .../src/docs}/asciidoc/reference/cq-container.adoc | 0 .../src/docs}/asciidoc/reference/data-access.adoc | 0 .../src/docs}/asciidoc/reference/data.adoc | 0 .../src/docs}/asciidoc/reference/diskstore.adoc | 0 .../asciidoc/reference/function-annotations.adoc | 0 .../src/docs}/asciidoc/reference/function.adoc | 0 .../src/docs}/asciidoc/reference/gateway.adoc | 0 .../docs}/asciidoc/reference/gemfire-bootstrap.adoc | 0 .../src/docs}/asciidoc/reference/indexing.adoc | 0 .../src/docs}/asciidoc/reference/introduction.adoc | 0 .../src/docs}/asciidoc/reference/lucene.adoc | 0 .../src/docs}/asciidoc/reference/mapping.adoc | 0 .../src/docs}/asciidoc/reference/region.adoc | 0 .../src/docs}/asciidoc/reference/repositories.adoc | 0 .../src/docs}/asciidoc/reference/samples.adoc | 0 .../src/docs}/asciidoc/reference/serialization.adoc | 0 .../src/docs}/asciidoc/reference/snapshot.adoc | 0 .../src}/main/resources/license.txt | 0 .../src}/main/resources/notice.txt | 0 .../src}/main/resources/readme.txt | 0 33 files changed, 0 insertions(+), 0 deletions(-) rename {src/main => spring-data-geode-docs/src/docs}/asciidoc/appendix/appendix-schema.adoc (100%) rename {src/main => spring-data-geode-docs/src/docs}/asciidoc/images/epub-cover.png (100%) rename {src/main => spring-data-geode-docs/src/docs}/asciidoc/images/epub-cover.svg (100%) rename {src/main => spring-data-geode-docs/src/docs}/asciidoc/index.adoc (100%) rename {src/main => spring-data-geode-docs/src/docs}/asciidoc/introduction/introduction.adoc (100%) rename {src/main => spring-data-geode-docs/src/docs}/asciidoc/introduction/new-features.adoc (100%) rename {src/main => spring-data-geode-docs/src/docs}/asciidoc/introduction/requirements.adoc (100%) rename {src/main => spring-data-geode-docs/src/docs}/asciidoc/links.adoc (100%) rename {src/main => spring-data-geode-docs/src/docs}/asciidoc/preface.adoc (100%) rename {src/main => spring-data-geode-docs/src/docs}/asciidoc/reference/bootstrap-annotations-quickstart.adoc (100%) rename {src/main => spring-data-geode-docs/src/docs}/asciidoc/reference/bootstrap-annotations.adoc (100%) rename {src/main => spring-data-geode-docs/src/docs}/asciidoc/reference/bootstrap.adoc (100%) rename {src/main => spring-data-geode-docs/src/docs}/asciidoc/reference/cache.adoc (100%) rename {src/main => spring-data-geode-docs/src/docs}/asciidoc/reference/cq-container.adoc (100%) rename {src/main => spring-data-geode-docs/src/docs}/asciidoc/reference/data-access.adoc (100%) rename {src/main => spring-data-geode-docs/src/docs}/asciidoc/reference/data.adoc (100%) rename {src/main => spring-data-geode-docs/src/docs}/asciidoc/reference/diskstore.adoc (100%) rename {src/main => spring-data-geode-docs/src/docs}/asciidoc/reference/function-annotations.adoc (100%) rename {src/main => spring-data-geode-docs/src/docs}/asciidoc/reference/function.adoc (100%) rename {src/main => spring-data-geode-docs/src/docs}/asciidoc/reference/gateway.adoc (100%) rename {src/main => spring-data-geode-docs/src/docs}/asciidoc/reference/gemfire-bootstrap.adoc (100%) rename {src/main => spring-data-geode-docs/src/docs}/asciidoc/reference/indexing.adoc (100%) rename {src/main => spring-data-geode-docs/src/docs}/asciidoc/reference/introduction.adoc (100%) rename {src/main => spring-data-geode-docs/src/docs}/asciidoc/reference/lucene.adoc (100%) rename {src/main => spring-data-geode-docs/src/docs}/asciidoc/reference/mapping.adoc (100%) rename {src/main => spring-data-geode-docs/src/docs}/asciidoc/reference/region.adoc (100%) rename {src/main => spring-data-geode-docs/src/docs}/asciidoc/reference/repositories.adoc (100%) rename {src/main => spring-data-geode-docs/src/docs}/asciidoc/reference/samples.adoc (100%) rename {src/main => spring-data-geode-docs/src/docs}/asciidoc/reference/serialization.adoc (100%) rename {src/main => spring-data-geode-docs/src/docs}/asciidoc/reference/snapshot.adoc (100%) rename {src => spring-data-geode-docs/src}/main/resources/license.txt (100%) rename {src => spring-data-geode-docs/src}/main/resources/notice.txt (100%) rename {src => spring-data-geode-docs/src}/main/resources/readme.txt (100%) diff --git a/src/main/asciidoc/appendix/appendix-schema.adoc b/spring-data-geode-docs/src/docs/asciidoc/appendix/appendix-schema.adoc similarity index 100% rename from src/main/asciidoc/appendix/appendix-schema.adoc rename to spring-data-geode-docs/src/docs/asciidoc/appendix/appendix-schema.adoc diff --git a/src/main/asciidoc/images/epub-cover.png b/spring-data-geode-docs/src/docs/asciidoc/images/epub-cover.png similarity index 100% rename from src/main/asciidoc/images/epub-cover.png rename to spring-data-geode-docs/src/docs/asciidoc/images/epub-cover.png diff --git a/src/main/asciidoc/images/epub-cover.svg b/spring-data-geode-docs/src/docs/asciidoc/images/epub-cover.svg similarity index 100% rename from src/main/asciidoc/images/epub-cover.svg rename to spring-data-geode-docs/src/docs/asciidoc/images/epub-cover.svg diff --git a/src/main/asciidoc/index.adoc b/spring-data-geode-docs/src/docs/asciidoc/index.adoc similarity index 100% rename from src/main/asciidoc/index.adoc rename to spring-data-geode-docs/src/docs/asciidoc/index.adoc diff --git a/src/main/asciidoc/introduction/introduction.adoc b/spring-data-geode-docs/src/docs/asciidoc/introduction/introduction.adoc similarity index 100% rename from src/main/asciidoc/introduction/introduction.adoc rename to spring-data-geode-docs/src/docs/asciidoc/introduction/introduction.adoc diff --git a/src/main/asciidoc/introduction/new-features.adoc b/spring-data-geode-docs/src/docs/asciidoc/introduction/new-features.adoc similarity index 100% rename from src/main/asciidoc/introduction/new-features.adoc rename to spring-data-geode-docs/src/docs/asciidoc/introduction/new-features.adoc diff --git a/src/main/asciidoc/introduction/requirements.adoc b/spring-data-geode-docs/src/docs/asciidoc/introduction/requirements.adoc similarity index 100% rename from src/main/asciidoc/introduction/requirements.adoc rename to spring-data-geode-docs/src/docs/asciidoc/introduction/requirements.adoc diff --git a/src/main/asciidoc/links.adoc b/spring-data-geode-docs/src/docs/asciidoc/links.adoc similarity index 100% rename from src/main/asciidoc/links.adoc rename to spring-data-geode-docs/src/docs/asciidoc/links.adoc diff --git a/src/main/asciidoc/preface.adoc b/spring-data-geode-docs/src/docs/asciidoc/preface.adoc similarity index 100% rename from src/main/asciidoc/preface.adoc rename to spring-data-geode-docs/src/docs/asciidoc/preface.adoc diff --git a/src/main/asciidoc/reference/bootstrap-annotations-quickstart.adoc b/spring-data-geode-docs/src/docs/asciidoc/reference/bootstrap-annotations-quickstart.adoc similarity index 100% rename from src/main/asciidoc/reference/bootstrap-annotations-quickstart.adoc rename to spring-data-geode-docs/src/docs/asciidoc/reference/bootstrap-annotations-quickstart.adoc diff --git a/src/main/asciidoc/reference/bootstrap-annotations.adoc b/spring-data-geode-docs/src/docs/asciidoc/reference/bootstrap-annotations.adoc similarity index 100% rename from src/main/asciidoc/reference/bootstrap-annotations.adoc rename to spring-data-geode-docs/src/docs/asciidoc/reference/bootstrap-annotations.adoc diff --git a/src/main/asciidoc/reference/bootstrap.adoc b/spring-data-geode-docs/src/docs/asciidoc/reference/bootstrap.adoc similarity index 100% rename from src/main/asciidoc/reference/bootstrap.adoc rename to spring-data-geode-docs/src/docs/asciidoc/reference/bootstrap.adoc diff --git a/src/main/asciidoc/reference/cache.adoc b/spring-data-geode-docs/src/docs/asciidoc/reference/cache.adoc similarity index 100% rename from src/main/asciidoc/reference/cache.adoc rename to spring-data-geode-docs/src/docs/asciidoc/reference/cache.adoc diff --git a/src/main/asciidoc/reference/cq-container.adoc b/spring-data-geode-docs/src/docs/asciidoc/reference/cq-container.adoc similarity index 100% rename from src/main/asciidoc/reference/cq-container.adoc rename to spring-data-geode-docs/src/docs/asciidoc/reference/cq-container.adoc diff --git a/src/main/asciidoc/reference/data-access.adoc b/spring-data-geode-docs/src/docs/asciidoc/reference/data-access.adoc similarity index 100% rename from src/main/asciidoc/reference/data-access.adoc rename to spring-data-geode-docs/src/docs/asciidoc/reference/data-access.adoc diff --git a/src/main/asciidoc/reference/data.adoc b/spring-data-geode-docs/src/docs/asciidoc/reference/data.adoc similarity index 100% rename from src/main/asciidoc/reference/data.adoc rename to spring-data-geode-docs/src/docs/asciidoc/reference/data.adoc diff --git a/src/main/asciidoc/reference/diskstore.adoc b/spring-data-geode-docs/src/docs/asciidoc/reference/diskstore.adoc similarity index 100% rename from src/main/asciidoc/reference/diskstore.adoc rename to spring-data-geode-docs/src/docs/asciidoc/reference/diskstore.adoc diff --git a/src/main/asciidoc/reference/function-annotations.adoc b/spring-data-geode-docs/src/docs/asciidoc/reference/function-annotations.adoc similarity index 100% rename from src/main/asciidoc/reference/function-annotations.adoc rename to spring-data-geode-docs/src/docs/asciidoc/reference/function-annotations.adoc diff --git a/src/main/asciidoc/reference/function.adoc b/spring-data-geode-docs/src/docs/asciidoc/reference/function.adoc similarity index 100% rename from src/main/asciidoc/reference/function.adoc rename to spring-data-geode-docs/src/docs/asciidoc/reference/function.adoc diff --git a/src/main/asciidoc/reference/gateway.adoc b/spring-data-geode-docs/src/docs/asciidoc/reference/gateway.adoc similarity index 100% rename from src/main/asciidoc/reference/gateway.adoc rename to spring-data-geode-docs/src/docs/asciidoc/reference/gateway.adoc diff --git a/src/main/asciidoc/reference/gemfire-bootstrap.adoc b/spring-data-geode-docs/src/docs/asciidoc/reference/gemfire-bootstrap.adoc similarity index 100% rename from src/main/asciidoc/reference/gemfire-bootstrap.adoc rename to spring-data-geode-docs/src/docs/asciidoc/reference/gemfire-bootstrap.adoc diff --git a/src/main/asciidoc/reference/indexing.adoc b/spring-data-geode-docs/src/docs/asciidoc/reference/indexing.adoc similarity index 100% rename from src/main/asciidoc/reference/indexing.adoc rename to spring-data-geode-docs/src/docs/asciidoc/reference/indexing.adoc diff --git a/src/main/asciidoc/reference/introduction.adoc b/spring-data-geode-docs/src/docs/asciidoc/reference/introduction.adoc similarity index 100% rename from src/main/asciidoc/reference/introduction.adoc rename to spring-data-geode-docs/src/docs/asciidoc/reference/introduction.adoc diff --git a/src/main/asciidoc/reference/lucene.adoc b/spring-data-geode-docs/src/docs/asciidoc/reference/lucene.adoc similarity index 100% rename from src/main/asciidoc/reference/lucene.adoc rename to spring-data-geode-docs/src/docs/asciidoc/reference/lucene.adoc diff --git a/src/main/asciidoc/reference/mapping.adoc b/spring-data-geode-docs/src/docs/asciidoc/reference/mapping.adoc similarity index 100% rename from src/main/asciidoc/reference/mapping.adoc rename to spring-data-geode-docs/src/docs/asciidoc/reference/mapping.adoc diff --git a/src/main/asciidoc/reference/region.adoc b/spring-data-geode-docs/src/docs/asciidoc/reference/region.adoc similarity index 100% rename from src/main/asciidoc/reference/region.adoc rename to spring-data-geode-docs/src/docs/asciidoc/reference/region.adoc diff --git a/src/main/asciidoc/reference/repositories.adoc b/spring-data-geode-docs/src/docs/asciidoc/reference/repositories.adoc similarity index 100% rename from src/main/asciidoc/reference/repositories.adoc rename to spring-data-geode-docs/src/docs/asciidoc/reference/repositories.adoc diff --git a/src/main/asciidoc/reference/samples.adoc b/spring-data-geode-docs/src/docs/asciidoc/reference/samples.adoc similarity index 100% rename from src/main/asciidoc/reference/samples.adoc rename to spring-data-geode-docs/src/docs/asciidoc/reference/samples.adoc diff --git a/src/main/asciidoc/reference/serialization.adoc b/spring-data-geode-docs/src/docs/asciidoc/reference/serialization.adoc similarity index 100% rename from src/main/asciidoc/reference/serialization.adoc rename to spring-data-geode-docs/src/docs/asciidoc/reference/serialization.adoc diff --git a/src/main/asciidoc/reference/snapshot.adoc b/spring-data-geode-docs/src/docs/asciidoc/reference/snapshot.adoc similarity index 100% rename from src/main/asciidoc/reference/snapshot.adoc rename to spring-data-geode-docs/src/docs/asciidoc/reference/snapshot.adoc diff --git a/src/main/resources/license.txt b/spring-data-geode-docs/src/main/resources/license.txt similarity index 100% rename from src/main/resources/license.txt rename to spring-data-geode-docs/src/main/resources/license.txt diff --git a/src/main/resources/notice.txt b/spring-data-geode-docs/src/main/resources/notice.txt similarity index 100% rename from src/main/resources/notice.txt rename to spring-data-geode-docs/src/main/resources/notice.txt diff --git a/src/main/resources/readme.txt b/spring-data-geode-docs/src/main/resources/readme.txt similarity index 100% rename from src/main/resources/readme.txt rename to spring-data-geode-docs/src/main/resources/readme.txt