Skip to content

Commit

Permalink
Updated antora docs
Browse files Browse the repository at this point in the history
  • Loading branch information
marcingrzejszczak committed Sep 14, 2023
1 parent f3b4bce commit 0159bcd
Show file tree
Hide file tree
Showing 69 changed files with 1,489 additions and 1,471 deletions.
6 changes: 3 additions & 3 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Edit the files in the src/main/asciidoc/ directory instead.

[[spring-cloud-contract]]
= Spring Cloud Contract
:page-section-summary-toc: 1


You always need confidence when pushing new features into a new application or service in
a distributed system. To that end, this project provides support for consumer-driven
Expand All @@ -17,12 +17,12 @@ producers and consumers -- for both HTTP and message-based interactions.

[[project-page]]
= Project page
:page-section-summary-toc: 1


You can read more about Spring Cloud Contract by going to https://spring.io/projects/spring-cloud-contract[the project page]

[[contributing]]
= Contributing
:page-section-summary-toc: 1


Unresolved directive in <stdin> - include::https://raw.githubusercontent.com/spring-cloud/spring-cloud-build/main/docs/src/main/asciidoc/contributing.adoc[]
5 changes: 3 additions & 2 deletions docs/antora-playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,17 @@ asciidoc:
hide-uri-scheme: '@'
tabs-sync-option: '@'
chomp: 'all'
plantuml-server-url: http://www.plantuml.com/plantuml
kroki-fetch-diagram: true
extensions:
- '@asciidoctor/tabs'
- '@springio/asciidoctor-extensions' #TODO: Add plantuml rendering
- 'asciidoctor-kroki'
sourcemap: true
urls:
latest_version_segment: ''
runtime:
log:
failure_level: error # at least until we figure out what's wrong in contract files
failure_level: warn
format: pretty
ui:
bundle:
Expand Down
25 changes: 12 additions & 13 deletions docs/modules/ROOT/nav.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,18 @@
** xref:getting-started/cdc.adoc[]
** xref:getting-started/whats-next.adoc[]
* xref:using.adoc[]
** xref:using/provider-contract-testing-with-stubs.adoc[]
** xref:using/provider-contract-testing-with-stubs-in-git.adoc[]
** xref:using/cdc-producer-side.adoc[]
** xref:using/cdc-external-repo.adoc[]
** xref:using/cdc-git.adoc[]
** xref:using/provider-contract-testing-non-spring.adoc[]
** xref:using/provider-contract-testing-non-jvm.adoc[]
** xref:using/provider-contract-testing-rest-docs.adoc[]
* xref:project-features.adoc[]
*** xref:project-features-contract/groovy.adoc[]
*** xref:project-features-contract/java.adoc[]
*** xref:project-features-contract/kotlin.adoc[]
*** xref:project-features-contract/yml.adoc[]
*** xref:project-features-contract/limitations.adoc[]
*** xref:project-features-contract/common-top-elements.adoc[]
** xref:project-features-contract.adoc[]
*** xref:project-features-contract/dsl-http-top-level-elements.adoc[]
*** xref:project-features-contract/dsl-request.adoc[]
*** xref:project-features-contract/dsl-response.adoc[]
*** xref:project-features-contract/common-top-elements.adoc[]
*** xref:project-features-contract/dsl-dynamic-properties.adoc[]
*** xref:project-features-contract/dsl-async.adoc[]
*** xref:project-features-contract/dsl-xml.adoc[]
*** xref:project-features-contract/dsl-multiple.adoc[]
*** xref:project-features-contract/stateful-contracts.adoc[]
** xref:project-features-integrations.adoc[]
*** xref:project-features-flows/jax-rs.adoc[]
*** xref:project-features-flows/feature-webflux.adoc[]
Expand Down Expand Up @@ -69,6 +65,9 @@
** xref:howto/how-to-use-the-failonnostubs-feature.adoc[]
** xref:howto/how-to-mark-contract-in-progress.adoc[]
* xref:advanced.adoc[]
** xref:customization/dsl-customization.adoc[]
** xref:customization/wiremock-customization.adoc[]
** xref:customization/pluggable-architecture.adoc[]
* xref:appendix.adoc[]
** xref:building.adoc[]
** xref:configprops.adoc[]
Expand Down
Loading

0 comments on commit 0159bcd

Please sign in to comment.