remix-nlux
Version:
Remix IDE NLUX integration. Remix IDE is the leading IDE for building and deploying smart contracts on Ethereum. NLUX is a JavaScript and React library for building conversational AI experiences.
25 lines (24 loc) • 1.95 kB
JSON
{
"outputDirectory": "dist",
"cleanUrls": true,
"trailingSlash": false,
"redirects": [
{ "source": "/nlux/examples/react-js-ai-chatbot", "destination": "/nlux/examples/react-js-ai-assistant", "permanent": true },
{ "source": "/nlux/examples/bot-persona", "destination": "/nlux/examples/assistant-persona", "permanent": true },
{ "source": "/nlux/examples/intro", "destination": "/nlux/examples/react-js-ai-assistant", "permanent": true },
{ "source": "/nlux/examples/customized-theme", "destination": "/nlux/examples/theme-customization", "permanent": true },
{ "source": "/nlux/examples", "destination": "/nlux/examples/react-js-ai-assistant", "permanent": true },
{ "source": "/nlux/api/user-interface/conversation", "destination": "/nlux/reference/ui/ai-chat", "permanent": true },
{ "source": "/nlux/api/adapters/custom-adapter", "destination": "/nlux/reference/adapters/custom-adapters", "permanent": true },
{ "source": "/nlux/api/user-interface/ai-chatbot", "destination": "/nlux/reference/ui/ai-chat", "permanent": true },
{ "source": "/nlux/api/user-interface/config", "destination": "/nlux/reference/ui/ai-chat", "permanent": true },
{ "source": "/nlux/api/user-interface/event-listeners", "destination": "/nlux/reference/ui/events", "permanent": true },
{ "source": "/nlux/api/user-interface", "destination": "/nlux/reference/ui", "permanent": true },
{ "source": "/nlux/api/:path*", "destination": "/nlux/reference/:path*", "permanent": true },
{ "source": "/api/ui/:path*", "destination": "/nlux/reference/ui/:path*", "permanent": true },
{ "source": "/examples/:path*", "destination": "/nlux/examples/:path*", "permanent": true },
{ "source": "/learn/:path*", "destination": "/nlux/learn/:path*", "permanent": true },
{ "source": "/nlux\\?:path*", "destination": "/nlux/?:path*" },
{ "source": "/nlux:path((?!)(?!/).*)", "destination": "/nlux/:path*" }
]
}