Skip to content

Commit

Permalink
Fix README for Antora
Browse files Browse the repository at this point in the history
Also fix duplication typo in the `antora-playbook.yml` for `antora` section
  • Loading branch information
ngocnhan-tran1996 authored Jul 22, 2024
1 parent 78e9d0f commit 2448e0f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ To build api Javadoc (results will be in `build/api`):

./gradlew api

To build reference documentation (results will be in `build/reference`):
To build reference documentation (results will be in `build/site`):

./gradlew reference
./gradlew antora

To build complete distribution including `-dist`, `-docs`, and `-schema` zip files (results will be in `build/distributions`)

Expand Down Expand Up @@ -92,7 +92,7 @@ Here are some ways for you to get involved in the community:
* Get involved with the Spring community on Stack Overflow by responding to questions and joining the debate.

* Create Github issues for bugs and new features and comment and vote on the ones that you are interested in.
* Github is for social coding: if you want to write code, we encourage contributions through pull requests from [forks of this repository](https://help.github.com/forking/).
* Github is for social coding: if you want to write code, we encourage contributions through pull requests from [forks of this repository](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/fork-a-repo).
If you want to contribute code this way, please reference the specific Github issue you are addressing.

Before we accept a non-trivial patch or pull request we will need you to sign the [contributor's agreement](https://cla.pivotal.io/sign/spring).
Expand Down
7 changes: 3 additions & 4 deletions src/reference/antora/antora-playbook.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
antora:
antora:
extensions:
- require: '@springio/antora-extensions'
root_component_name: 'amqp'
extensions:
- require: '@springio/antora-extensions'
root_component_name: 'amqp'

site:
title: Spring AMQP
Expand Down

0 comments on commit 2448e0f

Please sign in to comment.