Skip to content

Commit ae7c081

Browse files
MULTI-REPO_COMMIT: Move all extension reference guides to their designated 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.
1 parent 6b9741e commit ae7c081

File tree

9 files changed

+19
-19
lines changed

9 files changed

+19
-19
lines changed

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This folder contains the docs related to the Kotlin Extension for Axon Framework
44

55
The following are the current documentation sources (folders):
66

7-
- `extension-guide` : [The Kotlin Extension Guide](https://library.axoniq.io/kotlin_extension_guide/index.html)
7+
- `extension-guide` : [The Kotlin Extension Guide](https://library.axoniq.io/kotlin-extension-reference/index.html)
88

99
## Contributing to the docs.
1010

docs/_playbook/playbook.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
site:
22
title: Kotlin Extension docs PREVIEW
3-
start_page: kotlin_extension_guide::index.adoc
3+
start_page: kotlin-extension-reference::index.adoc
44

55
content:
66
sources:

docs/extension-guide/antora.yml

Lines changed: 0 additions & 14 deletions
This file was deleted.

docs/reference/antora.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: kotlin-extension-reference
2+
title: Kotlin Extension Reference
3+
version: true
4+
prerelease: true
5+
start_page: ROOT:index.adoc
6+
7+
asciidoc:
8+
attributes:
9+
component_description: Extension enhancing the development experience when using Kotlin
10+
type: extension-reference
11+
group: axon-framework
12+
13+
nav:
14+
- modules/nav.adoc

docs/extension-guide/modules/ROOT/pages/commands.adoc renamed to docs/reference/modules/ROOT/pages/commands.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
:navtitle: Commands
22
= Commands
33

4-
This section describes the additional functionality attached to Axon's xref:axon-framework-reference:axon-framework-commands:README.adoc[command dispatching and handling] logic.
4+
This section describes the additional functionality attached to Axon's xref:axon-framework-reference:axon-framework-commands:index.adoc[command dispatching and handling] logic.
55

66
[[commandgateway]]
77
== `CommandGateway`

docs/extension-guide/modules/ROOT/pages/events.adoc renamed to docs/reference/modules/ROOT/pages/events.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
:navtitle: Events
22
= Events
33

4-
This section describes the additional functionality attached to Axon's xref:axon-framework-reference:events:README.adoc[event publication and handling] logic.
4+
This section describes the additional functionality attached to Axon's xref:axon-framework-reference:events:index.adoc[event publication and handling] logic.
55

66
== Event upcasters
77

docs/extension-guide/modules/ROOT/pages/queries.adoc renamed to docs/reference/modules/ROOT/pages/queries.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
:navtitle: Queries
22
= Queries
33

4-
This section describes the additional functionality attached to Axon's xref:axon-framework-reference:queries:README.adoc[query dispatching and handling] logic.
4+
This section describes the additional functionality attached to Axon's xref:axon-framework-reference:queries:index.adoc[query dispatching and handling] logic.
55

66
[[querygateway]]
77
== `QueryGateway`

0 commit comments

Comments
 (0)