Skip to content

Conversation

@arandito
Copy link
Contributor

@arandito arandito commented Jan 6, 2026

Description

This PR merges the feat/migrate-sphinx-to-mkdocs feature branch into develop, completing the migration from the existing Sphinx documentation system to Material for Mkdocs

Related PRs in feat/migrate-sphinx-to-mkdocs:

In addition to the documentation migration, this PR:

This PR and the related code generator update will be merged simultaneously.

Testing

  • Ran integration tests and confirmed they succeed for Transcribe Streaming and Bedrock Runtime.
  • Confirmed documentation generates for top-level site and for individual clients.

How to Generate Docs

For top-level client docs, execute these commands in the root level of this repo. For individual client documentation, execute these commands in each client's directory.

# Install docs dependencies
make docs-install

# Build static HTML to site/
make docs

# Serve documentation locally to port 8000
make docs-serve

# Clean up artifacts
make docs-clean

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

@arandito arandito force-pushed the feat/migrate-sphinx-to-mkdocs branch from aebeb75 to 9b384de Compare January 6, 2026 16:15
@arandito arandito marked this pull request as ready for review January 6, 2026 16:19
@arandito arandito requested a review from a team as a code owner January 6, 2026 16:19
@arandito arandito requested a review from jonathan343 January 6, 2026 17:10
Copy link
Contributor

@jonathan343 jonathan343 left a comment

Choose a reason for hiding this comment

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

Looks good, just had a couple of comments and suggestions. We should also include related changelog entries to each client so they're included in our next release.

Copy link
Contributor

@jonathan343 jonathan343 left a comment

Choose a reason for hiding this comment

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

LGTM

@arandito arandito merged commit 6db017b into develop Jan 12, 2026
2 checks passed
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