Read full docs article
ReadFullDocsArticle is an AI-powered tool designed to fetch complete articles or method documentation from Wix's official developer resources. It enables developers to access detailed Wix docs content seamlessly after an initial summary is provided, enhancing their coding and integration workflows.
Features
- Fetches full Wix documentation articles or specific method articles from official URLs.
- Requires prior execution of the WixREADME tool to ensure correct context and data flow.
- Supports input of a valid Wix docs article URL to retrieve comprehensive content.
- Optimizes developer productivity by providing complete documentation directly within the workflow.
- Enables deeper understanding of Wix platform functionalities by delivering expanded articles.
Benefits
- Saves time by automating the retrieval of detailed Wix documentation without manual searching.
- Improves developer efficiency with easy access to full method descriptions and examples.
- Ensures up-to-date and accurate documentation is always accessible during development.
- Reduces context switching by integrating documentation fetching inside coding environments.
- Facilitates faster problem-solving and implementation with comprehensive article access.
Description
Fetches the full Wix docs article or method article. Use this tool when you read a summary of a docs article or method article, you have the docs url and want to read the full article. Dependency: Must be used after 'WixREADME' has successfully run.
Parameters
1 parameter
| Name | Type | Description |
|---|---|---|
| articleUrlrequired | string | The URL of the docs article or method article to fetch. Should be something like https://dev.wix.com/docs/.../.../... |