|
423 | 423 | "mini-apps/quickstart/existing-apps/add-minikit", |
424 | 424 | "mini-apps/quickstart/existing-apps/configure-environment", |
425 | 425 | "mini-apps/quickstart/existing-apps/manifest-cli", |
426 | | - "mini-apps/quickstart/existing-apps/create-farcaster-json", |
| 426 | + "mini-apps/quickstart/existing-apps/create-manifest", |
427 | 427 | "mini-apps/quickstart/existing-apps/add-frame-metadata", |
428 | 428 | "mini-apps/quickstart/existing-apps/test-and-deploy" |
429 | 429 | ] |
|
2325 | 2325 | { |
2326 | 2326 | "source": "/wallet-app/:slug*", |
2327 | 2327 | "destination": "/base-app/:slug*" |
| 2328 | + }, |
| 2329 | + { |
| 2330 | + "source": "/base-app/introduction/what-are-mini-apps", |
| 2331 | + "destination": "/mini-apps/overview" |
| 2332 | + }, |
| 2333 | + { |
| 2334 | + "source": "/base-app/introduction/why-mini-apps", |
| 2335 | + "destination": "/mini-apps/overview" |
| 2336 | + }, |
| 2337 | + { |
| 2338 | + "source": "/base-app/miniapps/overview", |
| 2339 | + "destination": "/mini-apps/technical-reference/minikit/overview" |
| 2340 | + }, |
| 2341 | + { |
| 2342 | + "source": "/base-app/build-with-minikit/overview", |
| 2343 | + "destination": "/mini-apps/technical-reference/minikit/overview" |
| 2344 | + }, |
| 2345 | + { |
| 2346 | + "source": "/base-app/miniapps/existing-app-integration", |
| 2347 | + "destination": "/mini-apps/quickstart/existing-apps/install" |
| 2348 | + }, |
| 2349 | + { |
| 2350 | + "source": "/base-app/build-with-minikit/existing-app-integration", |
| 2351 | + "destination": "/mini-apps/quickstart/existing-apps/install" |
| 2352 | + }, |
| 2353 | + { |
| 2354 | + "source": "/base-app/miniapps/quickstart", |
| 2355 | + "destination": "/mini-apps/quickstart/new-apps/install" |
| 2356 | + }, |
| 2357 | + { |
| 2358 | + "source": "/base-app/build-with-minikit/quickstart", |
| 2359 | + "destination": "/mini-apps/quickstart/new-apps/install" |
| 2360 | + }, |
| 2361 | + { |
| 2362 | + "source": "/base-app/miniapps/mini-apps", |
| 2363 | + "destination": "/mini-apps/overview" |
| 2364 | + }, |
| 2365 | + { |
| 2366 | + "source": "/base-app/build-with-minikit/mini-apps", |
| 2367 | + "destination": "/mini-apps/overview" |
| 2368 | + }, |
| 2369 | + { |
| 2370 | + "source": "/base-app/miniapps/search-and-discovery", |
| 2371 | + "destination": "/mini-apps/features/search-and-discovery" |
| 2372 | + }, |
| 2373 | + { |
| 2374 | + "source": "/base-app/build-with-minikit/search-and-discovery", |
| 2375 | + "destination": "/mini-apps/features/search-and-discovery" |
| 2376 | + }, |
| 2377 | + { |
| 2378 | + "source": "/base-app/miniapps/sharing-your-miniapp", |
| 2379 | + "destination": "/mini-apps/features/sharing-and-social-graph" |
| 2380 | + }, |
| 2381 | + { |
| 2382 | + "source": "/base-app/build-with-minikit/sharing-your-miniapp", |
| 2383 | + "destination": "/mini-apps/features/sharing-and-social-graph" |
| 2384 | + }, |
| 2385 | + { |
| 2386 | + "source": "/base-app/miniapps/how-manifest-work", |
| 2387 | + "destination": "/mini-apps/features/manifest" |
| 2388 | + }, |
| 2389 | + { |
| 2390 | + "source": "/base-app/build-with-minikit/how-manifest-work", |
| 2391 | + "destination": "/mini-apps/features/manifest" |
| 2392 | + }, |
| 2393 | + { |
| 2394 | + "source": "/base-app/miniapps/thinking-social", |
| 2395 | + "destination": "/mini-apps/growth/build-viral-mini-apps" |
| 2396 | + }, |
| 2397 | + { |
| 2398 | + "source": "/base-app/build-with-minikit/thinking-social", |
| 2399 | + "destination": "/mini-apps/growth/build-viral-mini-apps" |
| 2400 | + }, |
| 2401 | + { |
| 2402 | + "source": "/base-app/miniapps/debugging", |
| 2403 | + "destination": "/mini-apps/troubleshooting/common-issues" |
| 2404 | + }, |
| 2405 | + { |
| 2406 | + "source": "/base-app/build-with-minikit/debugging", |
| 2407 | + "destination": "/mini-apps/troubleshooting/common-issues" |
2328 | 2408 | } |
2329 | 2409 | ], |
2330 | 2410 | "integrations": { |
|
0 commit comments