Skip to content

Commit

Permalink
Align naming convention of docs URL in .astro-registry.yaml (#14)
Browse files Browse the repository at this point in the history
The current `docs_url` key in the `.astro-registry.yaml` is not consistent with the other kebab-cased keys (i.e. `package-name` and `display-name`). For consistency, the naming convention of the config keys should be the same.
  • Loading branch information
josh-fell authored Jan 16, 2024
1 parent d6ee22e commit d5ae7e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .astro-registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ package-name: airflow-provider-sample
display-name: Sample
# URL where users should find the documentation for the provider. This could be a link to the README,
# an external docs site, etc.
docs_url: https://github.com/astronomer/airflow-provider-sample/blob/main/README.md
docs-url: https://github.com/astronomer/airflow-provider-sample/blob/main/README.md

# The next sections should be organized by module type (e.g. operators, hooks, functions, decorators, etc.).
#
Expand Down

0 comments on commit d5ae7e8

Please sign in to comment.