From da1bdf53ee8a52da7e79058d974b27110e83c006 Mon Sep 17 00:00:00 2001 From: kimngoc280105 Date: Tue, 18 Aug 2026 01:13:18 +0700 Subject: [PATCH] fix: remove duplicate admin-settings route Remove src/pages/docs/admin-settings.mdx (stale page) since src/pages/docs/admin-settings/index.mdx already covers this route with more complete content. Astro was warning about two static routes both resolving to /docs/admin-settings. --- src/pages/docs/admin-settings.mdx | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 src/pages/docs/admin-settings.mdx diff --git a/src/pages/docs/admin-settings.mdx b/src/pages/docs/admin-settings.mdx deleted file mode 100644 index 2b5125abc..000000000 --- a/src/pages/docs/admin-settings.mdx +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "Admin Settings: API Keys Setup" -description: "Access and manage your Future AGI API keys and secret keys from the developer dashboard for SDK and API authentication." ---- - -## Accessing API Keys - - - Login/Signup into [Future AGI](https://app.futureagi.com/) - - - Once logged in, go to your [dashboard](https://app.futureagi.com/dashboard/develop) - - - In the left navigation panel, find the "Build" section and click on "Keys". - - - On this page, you will find your: - - `FI_API_KEY`: Used for authenticating your API requests - - `FI_SECRET_KEY`: Used as a secondary authentication factor for sensitive operations - - - ---- - - -For security purposes, you may need to rotate your API keys periodically. You can do this from the same Keys section in your dashboard. - -