Add this suggestion to a batch that can be applied as a single commit.
  This suggestion is invalid because no changes were made to the code.
  Suggestions cannot be applied while the pull request is closed.
  Suggestions cannot be applied while viewing a subset of changes.
  Only one suggestion per line can be applied in a batch.
  Add this suggestion to a batch that can be applied as a single commit.
  Applying suggestions on deleted lines is not supported.
  You must change the existing code in this line in order to create a valid suggestion.
  Outdated suggestions cannot be applied.
  This suggestion has been applied or marked resolved.
  Suggestions cannot be applied from pending reviews.
  Suggestions cannot be applied on multi-line comments.
  Suggestions cannot be applied while the pull request is queued to merge.
  Suggestion cannot be applied right now. Please check back later.
  
    
  
    
Description
Resolves https://redpandadata.atlassian.net/browse/DOC-1690
This pull request introduces automated generation and updating of Redpanda property documentation and related reference files, along with some configuration and metadata updates. The main focus is on improving the accuracy and maintainability of property docs by using a GitHub Actions workflow and updating version references and property mappings.
Automated documentation and reference updates:
.github/workflows/update-property-docs.yml) to automatically generate property documentation, create pull requests for updates, and manage AWS credentials/secrets for secure automation.modules/reference/partials/deprecated/deprecated-properties.adoclists all deprecated configuration properties, andmodules/reference/partials/topic-property-mappings.adocmaps topic properties to their corresponding cluster properties. These files are now maintained via automation and should not be edited manually. [1] [2]modules/reference/property-changes-v25.2.1-to-v25.2.10.json) summarizing property changes between versions, including changed defaults and types.Configuration and metadata updates:
antora.ymlto reference the latest Redpanda release tag (v25.2.10), standardized YAML formatting, and improved home page and navigation metadata for clarity and consistency. [1] [2]local-antora-playbook.ymlto include new branches and start paths for documentation sources, ensuring the latest docs and labs content are included in local builds.Page previews
Checks