Maintain consistent documentation style to improve readability and user experience:
# Better
The Apicurio Dev Services supports xref:compose-dev-services.adoc[Compose Dev Services].
# Avoid
The Apicurio Dev Services supports xref:compose-dev-services.adoc[Compose].
# Better
You must configure the annotation processor in your build tool:
# Avoid
Users are required to make an extra step of configuring the annotation processor...
Maintain consistent terminology: Choose one term for a concept and use it consistently throughout documentation. If multiple terms exist (e.g., Jakarta Validation vs. Hibernate Validator), explain the relationship once and then use a single term consistently.
# Better
...automatically provides an RSA-256 key pair for you in dev mode.
# Avoid
...automatically provides an RSA-256 key pair for you in Dev Mode.
When writing or updating documentation, ensure your content aligns with these style guidelines to maintain consistency across the project’s documentation.