website(docs): revamp website docs to use new SDK and document new features - #36
Draft
AryanSharma48 wants to merge 7 commits into
Draft
website(docs): revamp website docs to use new SDK and document new features#36AryanSharma48 wants to merge 7 commits into
AryanSharma48 wants to merge 7 commits into
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub. 1 Skipped Deployment
|
|
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Comment |
AryanSharma48
marked this pull request as ready for review
August 19, 2026 22:26
AryanSharma48
marked this pull request as draft
August 19, 2026 22:27
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR revamps the website documentation (
website/src/app/page.tsx) to align with the new SmoothAPI SDK naming conventions and major features.Specifically, this update:
createResilientFetch,resilient_api,ResilientConfig) with their modern equivalents (createSmoothFetch,smooth_api,SmoothConfig).timeoutMs,timeout_ms, anddeduplication.Fixes # (Leave blank or add issue number if you created one)
Type of Change
Please check the option that applies:
Checklist
Design & Parity
README.mdor general documentation where necessary.examplesorwebsiteto reflect these changes.Quality & Testing
cd sandbox && npm install && npm start) in a separate terminal before running the tests.npm install && npm run build && npm testinsidepackages/smooth-api-ts) and all tests passed.pip install -e ".[dev]" && pytestinsidepackages/smooth-api-py) and all tests passed.