Skip to content

Commit

Permalink
MULTI-REPO_COMMIT: Move all extension reference guides to their desig…
Browse files Browse the repository at this point in the history
…nated page and rename README.adoc to index.adoc for friendlier URLS.

Many small changes based on build output have also been done over many repositories. Some parts needed escaping, didn't have proper syntax, or headers that should really be tabs.
  • Loading branch information
CodeDrivenMitch committed Oct 3, 2024
1 parent 35c3873 commit 83284a4
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 16 deletions.
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This folder contains the docs related to the JGroups Extension for Axon Framewor

The following are the current documentation sources (folders):

- `extension-guide` : [The JGroups Extension Guide](https://library.axoniq.io/jgroups_extension_guide/index.html)
- `extension-guide` : [The JGroups Extension Guide](https://library.axoniq.io/jgroups-extension-reference/index.html)

## Contributing to the docs.

Expand Down
2 changes: 1 addition & 1 deletion docs/_playbook/playbook.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
site:
title: Axon JGroups Extension docs PREVIEW
start_page: jgroups_extension_guide::index.adoc
start_page: jgroups-extension-reference::index.adoc

content:
sources:
Expand Down
14 changes: 0 additions & 14 deletions docs/extension-guide/antora.yml

This file was deleted.

15 changes: 15 additions & 0 deletions docs/reference/antora.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: jgroups-extension-reference
title: JGroups Extension Reference
version: true
prerelease: true
start_page: ROOT:index.adoc


asciidoc:
attributes:
component_description: Extension adding JGroups integration for command routing
type: extension-reference
group: axon-framework

nav:
- modules/nav.adoc
File renamed without changes.

0 comments on commit 83284a4

Please sign in to comment.