Skip to content
Open
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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
15 changes: 0 additions & 15 deletions clients/aws-sdk-bedrock-runtime/docs/Makefile

This file was deleted.

15 changes: 10 additions & 5 deletions clients/aws-sdk-bedrock-runtime/docs/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
## Generating Documentation

Sphinx is used for documentation. You can generate HTML locally with the
Material for MkDocs is used for documentation. You can generate HTML locally with the
following:

```
$ uv pip install --group docs .
$ cd docs
$ make html
```bash
# Install documentation dependencies
uv pip install --group docs

# Serve documentation locally
mkdocs serve

# OR build static HTML documentation
mkdocs build
```
25 changes: 0 additions & 25 deletions clients/aws-sdk-bedrock-runtime/docs/client/apply_guardrail.rst

This file was deleted.

25 changes: 0 additions & 25 deletions clients/aws-sdk-bedrock-runtime/docs/client/converse.rst

This file was deleted.

25 changes: 0 additions & 25 deletions clients/aws-sdk-bedrock-runtime/docs/client/converse_stream.rst

This file was deleted.

25 changes: 0 additions & 25 deletions clients/aws-sdk-bedrock-runtime/docs/client/count_tokens.rst

This file was deleted.

This file was deleted.

11 changes: 0 additions & 11 deletions clients/aws-sdk-bedrock-runtime/docs/client/index.rst

This file was deleted.

25 changes: 0 additions & 25 deletions clients/aws-sdk-bedrock-runtime/docs/client/invoke_model.rst

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

24 changes: 0 additions & 24 deletions clients/aws-sdk-bedrock-runtime/docs/conf.py

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
::: aws_sdk_bedrock_runtime.models.AsyncInvokeStatus
options:
heading_level: 1
members: true
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
::: aws_sdk_bedrock_runtime.models.CachePointType
options:
heading_level: 1
members: true
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
::: aws_sdk_bedrock_runtime.models.ConversationRole
options:
heading_level: 1
members: true
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
::: aws_sdk_bedrock_runtime.models.DocumentFormat
options:
heading_level: 1
members: true
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
::: aws_sdk_bedrock_runtime.models.GuardrailAction
options:
heading_level: 1
members: true
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
::: aws_sdk_bedrock_runtime.models.GuardrailAutomatedReasoningLogicWarningType
options:
heading_level: 1
members: true
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
::: aws_sdk_bedrock_runtime.models.GuardrailContentFilterConfidence
options:
heading_level: 1
members: true
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
::: aws_sdk_bedrock_runtime.models.GuardrailContentFilterStrength
options:
heading_level: 1
members: true
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
::: aws_sdk_bedrock_runtime.models.GuardrailContentFilterType
options:
heading_level: 1
members: true
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
::: aws_sdk_bedrock_runtime.models.GuardrailContentPolicyAction
options:
heading_level: 1
members: true
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
::: aws_sdk_bedrock_runtime.models.GuardrailContentQualifier
options:
heading_level: 1
members: true
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
::: aws_sdk_bedrock_runtime.models.GuardrailContentSource
options:
heading_level: 1
members: true
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
::: aws_sdk_bedrock_runtime.models.GuardrailContextualGroundingFilterType
options:
heading_level: 1
members: true
Loading