Skip to content

Commit

Permalink
Fix dead links over all documentation repositories
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeDrivenMitch committed Oct 3, 2024
1 parent 9aa2696 commit c8f599f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# Documentation For Bike Rental Demo App.

This folder contains the docs for the Bike Rental Application. The docs in this folder are written as part of the [AxonIQ Library](https://library.axoniq.io), and they are [written in Ascii and built with Antora.](https://library.axoniq.io/contribution_guide/overview/platform.html)
This folder contains the docs for the Bike Rental Application. The docs in this folder are written as part of the [AxonIQ Library](https://library.axoniq.io), and they are [written in Ascii and built with Antora.](https://library.axoniq.io/contibution-guide/overview/platform.html)

## Contributing to the docs.

You are welcome to contribute to this docs. Whether you want to fix a typo, or you find something missing, something that is not clear or can be improved, or even if you want to write an entire piece of docs to illustrate something that could help others to understand the use of the Bike Rental App, you are more than welcome to send a Pull Request to this GitHub repository. Just make sure you follow the guidelines explained in [AxonIQ Library Contribution Guide](https://library.axoniq.io/contribution_guide/index.html)
You are welcome to contribute to this docs. Whether you want to fix a typo, or you find something missing, something that is not clear or can be improved, or even if you want to write an entire piece of docs to illustrate something that could help others to understand the use of the Bike Rental App, you are more than welcome to send a Pull Request to this GitHub repository. Just make sure you follow the guidelines explained in [AxonIQ Library Contribution Guide](https://library.axoniq.io/contibution-guide/index.html)

## Building and testing these docs locally.

If you want to build and explore the docs locally (because you have made changes or before contributing), you can use Antora's build file in `docs/_playbook` folder.

You can check the [detailed information on how the process to build the docs works](https://library.axoniq.io/contribution_guide/overview/build.html), but in short, all you have to do is:
You can check the [detailed information on how the process to build the docs works](https://library.axoniq.io/contibution-guide/overview/build.html), but in short, all you have to do is:

1. Ensure you have Node, Antora and Vale installed in your system.
2. CD to the `docs/_playbook` folder.
Expand Down

0 comments on commit c8f599f

Please sign in to comment.