-
Notifications
You must be signed in to change notification settings - Fork 271
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Lots of 3.0 documentation updates (#5261)
* Update all REST API endpoint references * Removed docs about generating client SDK (feature removed for now) * rename client to sdk * Build using local playbook * Updates to core documentation for 3.0 * Lots of changes to docs for the 3.0 release * Lots more docs changes
- Loading branch information
1 parent
f2a0b13
commit 76e452d
Showing
84 changed files
with
767 additions
and
853 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
#!/bin/sh | ||
|
||
# Build the docker image | ||
docker build -t="apicurio/apicurio-docs-builder" --rm . | ||
|
||
# Use the docker image to build the docs | ||
docker run --env PLAYBOOK=local-test-playbook.yml --env SEARCH_PLAYBOOK=local-test-playbook.yml -v $(pwd)/..:/repository apicurio/apicurio-docs-builder:latest |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
site: | ||
title: Apicurio Registry PREVIEW | ||
# the 404 page and sitemap files only get generated when the url property is set | ||
url: https://www.apicur.io/registry/docs | ||
start_page: apicurio-registry::index.adoc | ||
content: | ||
sources: | ||
- url: ../ | ||
branches: HEAD | ||
start_path: docs | ||
|
||
ui: | ||
bundle: | ||
url: https://raw.githubusercontent.com/Apicurio/apicurio-docs-ui/main/dist/ui-bundle.zip | ||
snapshot: true | ||
|
||
runtime: | ||
cache_dir: ./target/antora-cache | ||
|
||
output: | ||
dir: ./target/dist | ||
|
||
asciidoc: | ||
attributes: | ||
plantuml-server-url: 'http://www.plantuml.com/plantuml' | ||
plantuml-fetch-diagram: true | ||
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-reference: link:assembly-artifact-reference.html[Apicurio Registry artifact reference] | ||
registry-rule-reference: link:assembly-rule-reference.html[Apicurio Registry rule reference] | ||
registry-config-reference: link:assembly-config-reference.html[Apicurio Registry configuration reference] | ||
installing-the-registry-docker: link:assembly-installing-registry-docker.html[Installing Apicurio Registry using Docker] | ||
installing-the-registry-openshift: link:assembly-installing-registry-openshift.html[Installing Apicurio Registry on OpenShift] | ||
installing-the-registry-storage-openshift: link:assembly-installing-registry-storage-openshift.html[Installing Apicurio Registry storage on OpenShift] | ||
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] | ||
managing-registry-artifacts-maven: link:assembly-managing-registry-artifacts-maven.html[Managing Apicurio Registry content using the Maven plug-in] | ||
sdk: link:assembly-using-the-registry-sdk.html[Managing Apicurio Registry content using an SDK] | ||
kafka-client-serdes: link:assembly-using-kafka-client-serdes.html[Validating schemas using Kafka client serializers/deserializers in Java clients] | ||
registry-client-serdes-config: link:assembly-configuring-kafka-client-serdes.html[Configuring Kafka serializers/deserializers in Java applications] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file added
BIN
+39.8 KB
...assets/images/images/getting-started/registry-web-console-artifact-branches.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+77.5 KB
...OT/assets/images/images/getting-started/registry-web-console-artifact-rules.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+73.1 KB
.../assets/images/images/getting-started/registry-web-console-artifact-version.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+22.2 KB
(150%)
...les/ROOT/assets/images/images/getting-started/registry-web-console-artifact.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed
BIN
-68.9 KB
...s/ROOT/assets/images/images/getting-started/registry-web-console-client-sdk.png
Binary file not shown.
Binary file added
BIN
+37.6 KB
...ROOT/assets/images/images/getting-started/registry-web-console-global-rules.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+62.1 KB
.../ROOT/assets/images/images/getting-started/registry-web-console-group-rules.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed
BIN
-67.5 KB
...odules/ROOT/assets/images/images/getting-started/registry-web-console-rules.png
Binary file not shown.
Binary file modified
BIN
+4.93 KB
(110%)
docs/modules/ROOT/assets/images/images/getting-started/registry-web-console.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
18 changes: 9 additions & 9 deletions
18
docs/modules/ROOT/pages/getting-started/assembly-using-the-registry-client.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
// Metadata created by nebel | ||
include::{mod-loc}shared/all-attributes.adoc[] | ||
|
||
[id="using-the-registry-client_{context}"] | ||
= Managing {registry} content using a Java client | ||
[id="using-the-registry-sdk_{context}"] | ||
= Managing {registry} content using a SDK | ||
|
||
[role="_abstract"] | ||
You can write a {registry} Java client application and use it to manage artifacts stored in {registry}: | ||
You can write a {registry} client application (in Java, Typescript, Python, or Golang) and use it to manage artifacts stored in {registry}: | ||
|
||
* xref:registry-client-intro_{context}[] | ||
* xref:writing-registry-client_{context}[] | ||
* xref:registry-client-config_{context}[] | ||
* xref:registry-sdk-intro_{context}[] | ||
* xref:writing-registry-sdk_{context}[] | ||
* xref:registry-sdk-config_{context}[] | ||
|
||
//INCLUDES | ||
include::{mod-loc}getting-started/con-registry-client.adoc[leveloffset=+1] | ||
include::{mod-loc}getting-started/proc-writing-registry-client.adoc[leveloffset=+1] | ||
include::{mod-loc}getting-started/ref-registry-client.adoc[leveloffset=+1] | ||
include::{mod-loc}getting-started/con-registry-sdk.adoc[leveloffset=+1] | ||
include::{mod-loc}getting-started/proc-writing-registry-sdk.adoc[leveloffset=+1] | ||
include::{mod-loc}getting-started/ref-registry-sdk.adoc[leveloffset=+1] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.