Add EW AI Integration documentation#2767
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 2 potential issues.
Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, have a team admin enable autofix in the Cursor dashboard.
bgravenorst
left a comment
There was a problem hiding this comment.
Some feedback attached
embedded-wallets/build-with-ai.mdx
Outdated
| ::: | ||
|
|
||
| <Tabs> | ||
| <TabItem value="cursor-skill" label="Cursor" default> |
There was a problem hiding this comment.
Our tab styling is not really suitable for adding content. It's best for code examples. Content is a bit hard to follow in the tab.
Also, the npm2yarn formatting is off (and we're essentially nesting tabs).
Noticed a bug where the "Copy button" doesn't display the tabbed content (we have a new implementation of this as a seperate PR, which may fix this)
Could we have this as seperate topics?
There was a problem hiding this comment.
I have separated them out as requested
Co-authored-by: Byron Gravenorst <50852695+bgravenorst@users.noreply.github.com>
Co-authored-by: Byron Gravenorst <50852695+bgravenorst@users.noreply.github.com>
Co-authored-by: Byron Gravenorst <50852695+bgravenorst@users.noreply.github.com>
Co-authored-by: Byron Gravenorst <50852695+bgravenorst@users.noreply.github.com>
Co-authored-by: Byron Gravenorst <50852695+bgravenorst@users.noreply.github.com>
Co-authored-by: Byron Gravenorst <50852695+bgravenorst@users.noreply.github.com>
alexandratran
left a comment
There was a problem hiding this comment.
I separated out the tabbed sections into subheadings as @bgravenorst suggested, + minor edits. LGTM.
1e25a99

Adds the docs related to EW MCP Server and Skills. Also has fixes related to CSS issues of codeblocks. This fetches the Skill file dynamically from the repository.
Note
Medium Risk
Mostly documentation and styling, but it changes the virtual-files Docusaurus plugin to expose selected remote content via global data, which could affect build/runtime behavior and page payload if misconfigured.
Overview
Adds a new Embedded Wallets
build-with-ai.mdxpage describing how to use AI assistants with the Embedded Wallets Skill + MCP server, and links it intoew-sidebar.js.Introduces
SkillContentwhich renders theSKILL.mdfetched bydocusaurus-plugin-virtual-files; the plugin is extended with aglobalDataKeysallowlist andsetGlobalDatasupport, andqs-file-links.jsongains the newEW_AI_SKILL_MDmapping (wired indocusaurus.config.js).Updates codeblock/tab styling to rely on stable
[class*='…']selectors (and tweaks Tabs card styling), and addsremark-gfmto dependencies.Written by Cursor Bugbot for commit 14ba5f3. This will update automatically on new commits. Configure here.