package
8.17.0+incompatible
Repository: https://github.com/elastic/endpoint-package.git
Documentation: pkg.go.dev
# README
Generate docs
The script allows for regenerating README docs based on the existing package content and the docs templates stored in doc_templates.
Template for README.md file supports following template functions:
{{fields "access"}}
- render a table with exported fields for the data_stream access
{{event "access"}}
- render a sample event for the data_stream access
. The data_stream event must be present in the
{packageName}/data_stream/{dataStreamName}/sample_event.json
file.
Getting started
Navigate to the root directory and execute the following command:
go run ./scripts/generate-docs
This tool is run as part of the make build process so it will be invoked when make
is run.
# Type aliases
No description provided by the author