Skip to content

Commit

Permalink
fix(doc): fluidattacks#1044 properly indent
Browse files Browse the repository at this point in the history
- Properly indent lists and other components

Signed-off-by: Daniel Salazar <[email protected]>
  • Loading branch information
dsalaza4 committed Mar 17, 2023
1 parent 26dfd7a commit a065d83
Show file tree
Hide file tree
Showing 36 changed files with 1,454 additions and 1,551 deletions.
4 changes: 1 addition & 3 deletions docs/mkdocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -130,18 +130,16 @@ nav:
- api/extensions/containers.md
- api/extensions/fetchers.md
- api/extensions/format-conversion.md
- api/extensions/git.md
- api/extensions/node.js.md
- api/extensions/others.md
- api/extensions/patchers.md
- api/extensions/python.md
- api/extensions/ruby.md
- versioning.md
- architecture.md
- contributing.md
- governance.md
- Security:
- security/introduction.md
- security/index.md
- security/assurance.md
- security/design-principles.md
- security/slsa.md
Expand Down
34 changes: 17 additions & 17 deletions docs/src/api/builtins/database.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
## dynamoDb

Create a local dynamo database
Create local dynamo databases

Types:

- dynamoDb (`attrsOf targetType`): Optional.
Mapping of names to multiple databases.
Defaults to `{ }`.
Mapping of names to multiple databases.
Defaults to `{ }`.
- targetType (`submodule`):
- name (`str`),
- host (`str`): Optional, defaults to `127.0.0.1`.
- port (`str`): Optional, defaults to `8022`.
- infra (`str`): Optional. Absolute path to the directory containing the
terraform infraestructure.
- daemonMode (`boolean`): Optional, defaults to `false`.
- data (`listOf str`): Optional, defaults to []. Absolute paths with json documents,
with the format defined for
[BatchWriteItem](https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_BatchWriteItem.html#API_BatchWriteItem_RequestSyntax).
- dataDerivation (`listOf package`): Optional, defaults to `[]`.
Derivations where the output ($ out), are json documents,
with the format defined for
[BatchWriteItem](https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_BatchWriteItem.html#API_BatchWriteItem_RequestSyntax).
This is useful if you want to perform transformations on your data.
- name (`str`),
- host (`str`): Optional, defaults to `127.0.0.1`.
- port (`str`): Optional, defaults to `8022`.
- infra (`str`): Optional. Absolute path to the directory containing the
terraform infrastructure.
- daemonMode (`boolean`): Optional, defaults to `false`.
- data (`listOf str`): Optional, defaults to []. Absolute paths with json documents,
with the format defined for
[BatchWriteItem](https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_BatchWriteItem.html#API_BatchWriteItem_RequestSyntax).
- dataDerivation (`listOf package`): Optional, defaults to `[]`.
Derivations where the output ($ out), are json documents,
with the format defined for
[BatchWriteItem](https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_BatchWriteItem.html#API_BatchWriteItem_RequestSyntax).
This is useful if you want to perform transformations on your data.

Example:

Expand Down
Loading

0 comments on commit a065d83

Please sign in to comment.