website(docs): revamp website docs to use new SDK and document new features - #36
website(docs): revamp website docs to use new SDK and document new features#36AryanSharma48 wants to merge 5 commits into
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
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:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
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.