Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(doc): #940 missing admonitions #1038

Merged
merged 1 commit into from
Mar 14, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion docs/src/api/builtins/lint.md
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,9 @@ Example:

## lintWithAjv

:warning: This function is only available on Linux at the moment.
???+ warning

This function is only available on Linux at the moment.

Lints JSON and YAML data files
with [JSON Schemas](https://json-schema.org/).
Expand Down
4 changes: 3 additions & 1 deletion docs/src/api/builtins/security.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
## secureKubernetesWithRbacPolice

:warning: This function is only available on Linux at the moment.
???+ warning

This function is only available on Linux at the moment.

Secure Kubernetes clusters
with [rbac-police](https://github.com/PaloAltoNetworks/rbac-police).
Expand Down
12 changes: 6 additions & 6 deletions docs/src/api/extensions/format-conversion.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Types:
- (`str`):
JSON formatted string to convert.

Examples:
Example:

=== "main.nix"

Expand Down Expand Up @@ -66,7 +66,7 @@ Types:
- (`str`):
TOML formatted string to convert.

Examples:
Example:

=== "main.nix"

Expand Down Expand Up @@ -122,7 +122,7 @@ Types:
- (`str`):
YAML formatted string to convert.

Examples:
Example:

=== "main.nix"

Expand Down Expand Up @@ -181,7 +181,7 @@ Types:
list of arguments
to transform.

Examples:
Example:

=== "main.nix"

Expand Down Expand Up @@ -236,7 +236,7 @@ Types:
- (`attrsOf strLike`):
expression to transform.

Examples:
Example:

=== "main.nix"

Expand Down Expand Up @@ -293,7 +293,7 @@ Types:
- (`anything`):
Nix expression to convert.

Examples:
Example:

=== "main.nix"

Expand Down