Skip to content

Commit 349caa9

Browse files
committed
Temp Docs Testing
1 parent c5e236b commit 349caa9

File tree

12 files changed

+690
-2
lines changed

12 files changed

+690
-2
lines changed

clients/aws-sdk-bedrock-runtime/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Amazon Bedrock Runtime Client
1+
# Amazon Bedrock Runtime Client
22

33
The `aws_sdk_bedrock_runtime` client is still under active developement.
44
Changes may result in breaking changes prior to the release of version
@@ -10,4 +10,4 @@ Documentation is available in the `/docs` directory of this package.
1010
Pages can be built into portable HTML files for the time being. You can
1111
follow the instructions in the docs [README.md](https://github.com/awslabs/aws-sdk-python/blob/main/clients/aws-sdk-bedrock-runtime/docs/README.md).
1212

13-
For high-level documentation, you can view the [`dev-guide`](https://github.com/awslabs/aws-sdk-python/tree/main/dev-guide) at the top level of this repo.
13+
For high-level documentation, you can view the [`dev-guide`](https://github.com/awslabs/aws-sdk-python/tree/main/dev-guide) at the top level of this repo.

clients/aws-sdk-bedrock-runtime/uv.lock

Lines changed: 572 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/assets/aws-logo-white.png

33.1 KB
Loading
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
::: aws_sdk_bedrock_runtime
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
--8<-- "clients/aws-sdk-bedrock-runtime/README.md"
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
::: aws_sdk_bedrock_runtime.client

docs/clients/aws-sdk-python.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
--8<-- "clients/aws-sdk-python/README.md"

docs/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
--8<-- "README.md"

docs/overrides/main.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{% extends "base.html" %}
2+
3+
{% block announce %}
4+
<style>
5+
.md-banner__inner {
6+
margin: 0.25rem auto !important;
7+
}
8+
</style>
9+
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0&icon_names=warning" />
10+
<div style="display: flex;align-items: center;">
11+
<span class="material-symbols-outlined">warning</span>This project is in an experimental state and should not be used in production!
12+
</div>
13+
{% endblock %}

docs/requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
mkdocs-material
2+
mkdocstrings-python

0 commit comments

Comments
 (0)