Skip to content

Commit

Permalink
Use inline code blocks for partial names in documentation
Browse files Browse the repository at this point in the history
This also brings the documentation into line with the existing
markdown used in install_package.md

This avoids CI from failing due to markdownlint warnings.

Signed-off-by: Andy Allan <[email protected]>
  • Loading branch information
gravitystorm committed Oct 27, 2023
1 parent d53be87 commit fb0eba0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion documentation/install.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# `elasticsearch_install`

The install_repository.rb class is part of the Elasticsearch Cookbook and is responsible for managing the installation and removal of Elasticsearch repositories. It includes helper methods from the ElasticsearchCookbook::Helpers module and utilizes partials _common.rb and_repository.rb for defining properties related to Elasticsearch instances and repository options.
The install_repository.rb class is part of the Elasticsearch Cookbook and is responsible for managing the installation and removal of Elasticsearch repositories.

It includes helper methods from the `ElasticsearchCookbook::Helpers` module and utilizes partials `_common.rb` and `_repository.rb` for defining properties related to Elasticsearch instances and repository options.

## Properties

Expand Down
4 changes: 3 additions & 1 deletion documentation/install_repository.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# install_repository

The install_repository.rb class is part of the Elasticsearch Cookbook and is responsible for managing the installation and removal of Elasticsearch repositories. It includes helper methods from the ElasticsearchCookbook::Helpers module and utilizes partials _common.rb and_repository.rb for defining properties related to Elasticsearch instances and repository options.
The install_repository.rb class is part of the Elasticsearch Cookbook and is responsible for managing the installation and removal of Elasticsearch repositories.

It includes helper methods from the `ElasticsearchCookbook::Helpers` module and utilizes partials `_common.rb` and `_repository.rb` for defining properties related to Elasticsearch instances and repository options.

## Notes

Expand Down

0 comments on commit fb0eba0

Please sign in to comment.