Search build apps documentation
The SearchBuildAppsDocumentation tool is designed to help developers quickly find specific information within the official Wix Build Apps documentation. It streamlines the search process for Wix CLI commands and related topics, enabling efficient implementation of Wix CLI applications.
Features
- Searches the entire official Build Apps documentation for precise information.
- Supports queries on specific Wix CLI commands and ecosystem topics like deployment and extension creation.
- Allows customization of maximum search results, from 1 up to 15 for broader lookup.
- Optimized for detailed and targeted searches in Wix CLI application development.
- Requires prior use of the WixREADME tool to ensure accurate search context.
Benefits
- Saves developers time by providing quick access to relevant documentation snippets.
- Improves accuracy in finding commands and technical details needed for Wix CLI applications.
- Enhances productivity by reducing guesswork in implementation and troubleshooting.
- Offers flexible search result limits to balance detail and conciseness.
- Facilitates better understanding and use of Wix CLI ecosystem, boosting development outcomes.
Description
Searches the official Build Apps documentation. Use this tool when you need to understand or implement Wix CLI applications related code. The search term should be a specific Wix CLI command or specific topic related to Wix CLI applications or its ecosystem (e.g. deployment, creating new extensions etc). If you can't find what you need, try to rephrase your search term or use bigger maxResults value. Dependency: Must be used after 'WixREADME' has successfully run.
Parameters
2 parameters
| Name | Type | Description |
|---|---|---|
| searchTermrequired | string | The search term to search for in the Build Apps Documentation |
| maxResults | number | The maximum number of results to return, default is 5, max is 15 |