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 0b96cf8 commit 9c5a24e
Show file tree
Hide file tree
Showing 9 changed files with 16 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 Multitenancy Extension for Axon Fra

The following are the current documentation sources (folders):

- `extension-guide` : [The Multitenancy Extension Guide](https://library.axoniq.io/multitenancy_extension_guide/main/index.html)
- `extension-guide` : [The Multitenancy Extension Guide](https://library.axoniq.io/multitenancy-extension-reference/main/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: Multitenancy Extension docs PREVIEW
start_page: multitenancy_extension_guide::index.adoc
start_page: multitenancy-extension-reference::index.adoc

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

This file was deleted.

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

asciidoc:
attributes:
component_description: Extension adding building blocks to simplify multitenancy, particularly straightforward in combination with Axon Server
type: extension-reference
group: axon-framework

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

0 comments on commit 9c5a24e

Please sign in to comment.