Skip to content

Commit

Permalink
Merge pull request #1038 from dsalaza4/main
Browse files Browse the repository at this point in the history
feat(doc): #940 missing admonitions
  • Loading branch information
dsalaza4 authored Mar 14, 2023
2 parents aa3dd7b + 81dfe5a commit 75b5d49
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
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

0 comments on commit 75b5d49

Please sign in to comment.