Skip to content

Commit ffd1961

Browse files
committed
Update Bedrock Runtime client to support Material for MkDocs
1 parent 2016aa5 commit ffd1961

File tree

459 files changed

+4087
-4838
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

459 files changed

+4087
-4838
lines changed

clients/aws-sdk-bedrock-runtime/docs/Makefile

Lines changed: 0 additions & 15 deletions
This file was deleted.
Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
11
## Generating Documentation
22

3-
Sphinx is used for documentation. You can generate HTML locally with the
3+
Material for MkDocs is used for documentation. You can generate HTML locally with the
44
following:
55

6-
```
7-
$ uv pip install --group docs .
8-
$ cd docs
9-
$ make html
6+
```bash
7+
# Install documentation dependencies
8+
uv pip install --group docs
9+
10+
# Serve documentation locally
11+
mkdocs serve
12+
13+
# OR build static HTML documentation
14+
mkdocs build
1015
```

clients/aws-sdk-bedrock-runtime/docs/client/apply_guardrail.rst

Lines changed: 0 additions & 25 deletions
This file was deleted.

clients/aws-sdk-bedrock-runtime/docs/client/converse.rst

Lines changed: 0 additions & 25 deletions
This file was deleted.

clients/aws-sdk-bedrock-runtime/docs/client/converse_stream.rst

Lines changed: 0 additions & 25 deletions
This file was deleted.

clients/aws-sdk-bedrock-runtime/docs/client/count_tokens.rst

Lines changed: 0 additions & 25 deletions
This file was deleted.

clients/aws-sdk-bedrock-runtime/docs/client/get_async_invoke.rst

Lines changed: 0 additions & 25 deletions
This file was deleted.

clients/aws-sdk-bedrock-runtime/docs/client/index.rst

Lines changed: 0 additions & 11 deletions
This file was deleted.

clients/aws-sdk-bedrock-runtime/docs/client/invoke_model.rst

Lines changed: 0 additions & 25 deletions
This file was deleted.

clients/aws-sdk-bedrock-runtime/docs/client/invoke_model_with_bidirectional_stream.rst

Lines changed: 0 additions & 25 deletions
This file was deleted.

0 commit comments

Comments
 (0)