From baf90b6b38294e247d8e50044061e5a40a395d49 Mon Sep 17 00:00:00 2001 From: Stephen McCarthy <29098561+smccarthy-ie@users.noreply.github.com> Date: Wed, 11 Nov 2020 20:38:41 +0000 Subject: [PATCH] clean up registry user docs and restructure (#1004) --- docs/local-test-playbook.yml | 6 +- .../assets/attachments/registry-rest-api.htm | 2 +- docs/modules/ROOT/nav.adoc | 7 +- .../assembly-configuring-the-registry.adoc | 2 +- ... assembly-installing-registry-docker.adoc} | 0 ...ssembly-installing-registry-openshift.adoc | 25 ++++ ...nstalling-registry-storage-openshift.adoc} | 25 +--- .../assembly-intro-to-registry-rules.adoc | 1 - .../assembly-intro-to-the-registry.adoc | 2 - ...embly-managing-registry-artifacts-api.adoc | 9 +- ...bly-managing-registry-artifacts-maven.adoc | 7 +- ...sembly-managing-registry-artifacts-ui.adoc | 2 + .../assembly-registry-reference.adoc | 10 +- .../assembly-using-kafka-client-serdes.adoc | 4 +- .../assembly-using-the-registry-client.adoc | 4 +- docs/modules/ROOT/pages/index.adoc | 21 ++- .../con-kafka-connect-converters.adoc | 2 +- .../con-registry-artifact-metadata.adoc | 67 --------- .../con-registry-artifacts.adoc | 4 +- .../getting-started/con-registry-client.adoc | 22 +-- .../getting-started/con-registry-demo.adoc | 17 ++- .../getting-started/con-registry-distros.adoc | 4 +- .../con-registry-overview.adoc | 2 +- .../con-registry-rest-api.adoc | 2 +- .../getting-started/con-registry-rules.adoc | 41 +++--- .../getting-started/con-registry-serde.adoc | 9 +- .../con-registry-serdes-concepts.adoc | 20 +-- .../con-registry-serdes-strategy.adoc | 34 ++--- .../con-registry-serdes-types.adoc | 137 ++++++++---------- .../getting-started/con-registry-storage.adoc | 7 +- .../con-registry-web-console.adoc | 9 +- .../proc-configuring-registry-ui.adoc | 41 +++--- ...managing-artifacts-using-maven-plugin.adoc | 49 +++---- .../proc-writing-registry-client.adoc | 30 ++-- .../ref-registry-artifact-metadata.adoc | 58 ++++++++ .../getting-started/ref-registry-client.adoc | 34 +++-- .../ref-registry-rule-maturity-matrix.adoc | 13 +- 37 files changed, 360 insertions(+), 369 deletions(-) rename docs/modules/ROOT/pages/getting-started/{assembly-installing-the-registry-docker.adoc => assembly-installing-registry-docker.adoc} (100%) create mode 100644 docs/modules/ROOT/pages/getting-started/assembly-installing-registry-openshift.adoc rename docs/modules/ROOT/pages/getting-started/{assembly-installing-the-registry-openshift.adoc => assembly-installing-registry-storage-openshift.adoc} (64%) delete mode 100644 docs/modules/ROOT/partials/getting-started/con-registry-artifact-metadata.adoc create mode 100644 docs/modules/ROOT/partials/getting-started/ref-registry-artifact-metadata.adoc diff --git a/docs/local-test-playbook.yml b/docs/local-test-playbook.yml index 78430ef69b..00a872b36d 100644 --- a/docs/local-test-playbook.yml +++ b/docs/local-test-playbook.yml @@ -27,9 +27,9 @@ asciidoc: mod-loc: partial$ registry-overview: link:assembly-intro-to-the-registry.html[Introduction to Apicurio Registry] registry-rules: link:assembly-intro-to-registry-rules.html[Introduction to Apicurio Registry rules] - registry-artifact-types: link:assembly-registry-reference.html[Apicurio Registry reference] - registry-rule-types: link:assembly-registry-reference.html[Apicurio Registry reference] - registry-rule-maturity-matrix: link:assembly-registry-reference.html[Apicurio Registry reference] + registry-reference: link:assembly-registry-reference.html[Apicurio Registry artifact reference] managing-registry-artifacts-ui: link:assembly-managing-registry-artifacts-ui.html[Managing Apicurio Registry content using the web console] + managing-registry-artifacts-api: link:assembly-managing-registry-artifacts-api.html[Managing Apicurio Registry content using the REST API] installing-the-registry-docker: link:assembly-installing-the-registry-docker.html[Installing Apicurio Registry using Docker] installing-the-registry-openshift: link:assembly-installing-the-registry-openshift.html[Installing Apicurio Registry on OpenShift] + kafka-client-serdes: link:assembly-using-kafka-client-serdes.html[Validating schemas using Kafka client serializers/deserializers] diff --git a/docs/modules/ROOT/assets/attachments/registry-rest-api.htm b/docs/modules/ROOT/assets/attachments/registry-rest-api.htm index b2a41acc77..08414ab3b7 100644 --- a/docs/modules/ROOT/assets/attachments/registry-rest-api.htm +++ b/docs/modules/ROOT/assets/attachments/registry-rest-api.htm @@ -16,7 +16,7 @@
-