Skip to content

Improve the API reference landing page - #87

Open
jonathan343 wants to merge 4 commits into
developfrom
api-ref-home
Open

Improve the API reference landing page#87
jonathan343 wants to merge 4 commits into
developfrom
api-ref-home

Conversation

@jonathan343

Copy link
Copy Markdown
Contributor

Overview

The API reference currently inherits its landing page from the repository README, which leaves readers without a clear introduction to the SDK or path into the reference documentation.

This PR replaces it with a purpose-built overview and adds a dismissible Developer Preview notice across the docs. The banner ensures that users entering through deep links still see the production-use guidance.

Testing / Preview

  • make docs-install
  • make docs
  • make docs-serve
Screenshot 2026-08-21 at 12 08 01 AM

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@jonathan343
jonathan343 requested a review from a team as a code owner August 21, 2026 04:08

@Alan4506 Alan4506 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @jonathan343! Left some comments. Let me know if you have questions.

Comment thread docs/index.md
from the standard AWS configuration sources. The `region` argument overrides
the configured region for this client.

## Documentation and support

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not blocking:

We can add a link to the developer guide once it gets released in the future.

Comment thread docs/index.md

async def main():
config = await AsyncDynamoDBConfig.resolve(region="us-east-1")
client = AsyncDynamoDBClient(config=config)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's modify this code block to sync up with the new pattern established in smithy-lang/smithy-python#765.

Consider aysnc with to use the context manager.

Comment thread docs/index.md

## List DynamoDB tables

After you [configure AWS credentials](https://docs.aws.amazon.com/sdkref/latest/guide/standardized-credentials.html)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The link points to the sdkref Standardized credential providers page, which lists the full set of providers - but our developer preview only supports a subset. Readers may pick an unsupported method (e.g., SSO) and hit failures.

Should we give users more explicit instructions about how to set up credentials, like #85? Once the developer guide gets released, we can link to one of its sections that lists out supported providers.

Comment thread docs/index.md
## Install a client

The clients require Python 3.12 or later.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we want to introduce virtual environment setup between Python version requirement and client installation?

See Boto3 documentation: https://docs.aws.amazon.com/boto3/latest/guide/quickstart.html.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants