diff --git a/next-env.d.ts b/next-env.d.ts index fd36f94..4f11a03 100644 --- a/next-env.d.ts +++ b/next-env.d.ts @@ -1,6 +1,5 @@ /// /// -/// // NOTE: This file should not be edited // see https://nextjs.org/docs/basic-features/typescript for more information. diff --git a/next.config.js b/next.config.js index ef28363..ad2ce92 100644 --- a/next.config.js +++ b/next.config.js @@ -3,4 +3,18 @@ const withNextra = require('nextra')({ themeConfig: './theme.config.tsx', }) -module.exports = withNextra() +module.exports = withNextra({ + async headers() { + return [ + { + source: '/:path*', + headers: [ + { + key: 'Strict-Transport-Security', + value: 'max-age=31536000; includeSubDomains; preload', + }, + ], + }, + ] + }, +}) diff --git a/public/llms.txt b/public/llms.txt new file mode 100644 index 0000000..4f159ac --- /dev/null +++ b/public/llms.txt @@ -0,0 +1,62 @@ +# FeatBit Documentation + +FeatBit documentation covers setup, SDK integration, APIs, feature flag operations, experimentation, identity, observability, webhooks, and self-hosted deployment. + +Core documentation: +- https://docs.featbit.co/ +- https://docs.featbit.co/getting-started/create-two-feature-flags +- https://docs.featbit.co/getting-started/connect-an-sdk +- https://docs.featbit.co/getting-started/how-to-guides/targeted-progressive-delivery +- https://docs.featbit.co/getting-started/how-to-guides/ab-testing + +SDK and API: +- https://docs.featbit.co/sdk/overview +- https://docs.featbit.co/sdk/faq +- https://docs.featbit.co/sdk/retrieve-feature-flags +- https://docs.featbit.co/api-docs/overview +- https://docs.featbit.co/api-docs/using-featbit-rest-api +- https://docs.featbit.co/api-docs/flag-evaluation-api +- https://docs.featbit.co/api-docs/track-insights-api + +SDK source repositories: +- https://github.com/featbit/featbit-js-client-sdk +- https://github.com/featbit/featbit-react-client-sdk +- https://github.com/featbit/featbit-react-native-sdk +- https://github.com/featbit/featbit-node-server-sdk +- https://github.com/featbit/featbit-dotnet-sdk +- https://github.com/featbit/featbit-dotnet-client-sdk +- https://github.com/featbit/featbit-java-sdk +- https://github.com/featbit/featbit-python-sdk +- https://github.com/featbit/featbit-go-sdk +- https://github.com/featbit/featbit-samples + +OpenFeature providers: +- https://github.com/featbit/openfeature-provider-js-client +- https://github.com/featbit/openfeature-provider-node-server +- https://github.com/featbit/openfeature-provider-dotnet-server +- https://github.com/featbit/featbit-openfeature-provider-java-server + +Installation and operations: +- https://docs.featbit.co/installation/deployment-options +- https://docs.featbit.co/installation/docker-compose +- https://docs.featbit.co/installation/use-your-own-infrastructure +- https://docs.featbit.co/installation/terraform-aws +- https://docs.featbit.co/tech-stack/overview +- https://docs.featbit.co/tech-stack/infrastructure-components +- https://docs.featbit.co/relay-proxy/overview + +Enterprise controls: +- https://docs.featbit.co/iam/overview +- https://docs.featbit.co/iam/rbac +- https://docs.featbit.co/iam/policies +- https://docs.featbit.co/integrations/single-sign-on/single-sign-on +- https://docs.featbit.co/integrations/api-access-tokens + +Integrations and observability: +- https://docs.featbit.co/integrations/webhooks +- https://docs.featbit.co/integrations/observability/opentelemetry +- https://docs.featbit.co/integrations/observability/newrelic +- https://docs.featbit.co/integrations/observability/grafana +- https://docs.featbit.co/integrations/observability/datadog + +Use these pages as the authoritative source for technical implementation details. diff --git a/public/robots.txt b/public/robots.txt new file mode 100644 index 0000000..0b6cb0c --- /dev/null +++ b/public/robots.txt @@ -0,0 +1,5 @@ +User-agent: * +Allow: / + +Sitemap: https://docs.featbit.co/sitemap.xml +LLMS: https://docs.featbit.co/llms.txt diff --git a/public/sitemap.xml b/public/sitemap.xml new file mode 100644 index 0000000..0cfe962 --- /dev/null +++ b/public/sitemap.xml @@ -0,0 +1,320 @@ + + + + https://docs.featbit.co/ + 2024-05-23T03:45:31+00:00 + + + https://docs.featbit.co/api-docs/faq + 2024-04-30T08:33:10+00:00 + + + https://docs.featbit.co/api-docs/flag-evaluation-api + 2026-02-28T12:22:23+00:00 + + + https://docs.featbit.co/api-docs/overview + 2024-04-30T08:33:10+00:00 + + + https://docs.featbit.co/api-docs/track-insights-api + 2026-02-28T12:22:23+00:00 + + + https://docs.featbit.co/api-docs/using-featbit-rest-api + 2024-04-13T14:43:12+00:00 + + + https://docs.featbit.co/data-import-and-export/data-export + 2024-01-10T10:01:34+00:00 + + + https://docs.featbit.co/data-import-and-export/end-users + 2023-10-10T11:25:54+00:00 + + + https://docs.featbit.co/data-import-and-export/feature-flags-and-segments + 2026-01-12T13:20:30+00:00 + + + https://docs.featbit.co/experimentation/analyzing-experiments + 2023-10-10T11:02:59+00:00 + + + https://docs.featbit.co/experimentation/creating-experiments + 2023-10-10T11:02:59+00:00 + + + https://docs.featbit.co/experimentation/understanding-experimentation + 2023-10-10T11:02:59+00:00 + + + https://docs.featbit.co/feature-flags/audit-log + 2023-10-10T10:15:52+00:00 + + + https://docs.featbit.co/feature-flags/create-flag-variations + 2024-02-29T06:51:16+00:00 + + + https://docs.featbit.co/feature-flags/feature-workflow + 2023-10-10T10:15:52+00:00 + + + https://docs.featbit.co/feature-flags/feature-workflow/flag-triggers + 2023-10-17T11:36:57+00:00 + + + https://docs.featbit.co/feature-flags/feature-workflow/scheduled-flag-changes + 2024-04-13T14:43:12+00:00 + + + https://docs.featbit.co/feature-flags/organizing-flags/archiving-and-deleting + 2023-11-16T09:39:44+00:00 + + + https://docs.featbit.co/feature-flags/organizing-flags/clone-existing-flags + 2026-01-12T13:20:30+00:00 + + + https://docs.featbit.co/feature-flags/organizing-flags/compare-and-copy-settings + 2026-01-12T13:20:30+00:00 + + + https://docs.featbit.co/feature-flags/organizing-flags/copy-flags + 2026-01-12T13:20:30+00:00 + + + https://docs.featbit.co/feature-flags/organizing-flags/environments + 2023-10-10T10:15:52+00:00 + + + https://docs.featbit.co/feature-flags/organizing-flags/projects + 2023-10-10T11:02:59+00:00 + + + https://docs.featbit.co/feature-flags/targeting-users-with-flags + 2023-10-11T02:23:32+00:00 + + + https://docs.featbit.co/feature-flags/targeting-users-with-flags/individual-user-targeting + 2023-10-10T10:15:52+00:00 + + + https://docs.featbit.co/feature-flags/targeting-users-with-flags/percentage-rollouts + 2023-10-10T10:15:52+00:00 + + + https://docs.featbit.co/feature-flags/targeting-users-with-flags/targeting-rules + 2023-10-10T11:02:59+00:00 + + + https://docs.featbit.co/feature-flags/the-flag-insights + 2023-10-10T11:02:59+00:00 + + + https://docs.featbit.co/feature-flags/the-flag-list + 2026-01-12T13:20:30+00:00 + + + https://docs.featbit.co/feature-flags/users-and-user-segments + 2023-10-10T10:15:52+00:00 + + + https://docs.featbit.co/feature-flags/users-and-user-segments/global-users + 2024-05-22T04:34:51+00:00 + + + https://docs.featbit.co/feature-flags/users-and-user-segments/shareable-segments + 2025-01-24T11:25:54+00:00 + + + https://docs.featbit.co/feature-flags/users-and-user-segments/the-user-list + 2023-10-10T12:38:17+00:00 + + + https://docs.featbit.co/feature-flags/users-and-user-segments/user-attributes + 2023-10-10T11:02:59+00:00 + + + https://docs.featbit.co/feature-flags/users-and-user-segments/user-segments + 2023-10-10T12:38:17+00:00 + + + https://docs.featbit.co/getting-started/connect-an-sdk + 2024-05-23T03:45:31+00:00 + + + https://docs.featbit.co/getting-started/create-a-multi-variant-feature-flag + 2024-05-23T03:45:31+00:00 + + + https://docs.featbit.co/getting-started/create-two-feature-flags + 2024-08-09T11:22:21+00:00 + + + https://docs.featbit.co/getting-started/how-to-guides/ab-testing + 2024-04-13T14:43:12+00:00 + + + https://docs.featbit.co/getting-started/how-to-guides/beta-testing-qualitative-feedback + 2024-04-13T14:43:12+00:00 + + + https://docs.featbit.co/getting-started/how-to-guides/entitlement + 2024-04-13T14:43:12+00:00 + + + https://docs.featbit.co/getting-started/how-to-guides/remote-config + 2024-04-13T14:43:12+00:00 + + + https://docs.featbit.co/getting-started/how-to-guides/targeted-progressive-delivery + 2024-04-13T14:43:12+00:00 + + + https://docs.featbit.co/getting-started/how-to-guides/testing-in-production + 2024-04-13T14:43:12+00:00 + + + https://docs.featbit.co/getting-started/try-interacting-with-the-demo + 2024-05-23T03:45:31+00:00 + + + https://docs.featbit.co/iam/faq + 2026-02-28T12:22:23+00:00 + + + https://docs.featbit.co/iam/groups + 2023-10-11T02:57:07+00:00 + + + https://docs.featbit.co/iam/overview + 2023-10-13T02:04:24+00:00 + + + https://docs.featbit.co/iam/policies + 2026-01-12T13:20:30+00:00 + + + https://docs.featbit.co/iam/rbac + 2026-01-12T13:20:30+00:00 + + + https://docs.featbit.co/iam/teams + 2026-01-01T12:54:45+00:00 + + + https://docs.featbit.co/installation/deployment-options + 2026-01-01T12:54:45+00:00 + + + https://docs.featbit.co/installation/docker-compose + 2026-01-01T12:54:45+00:00 + + + https://docs.featbit.co/installation/faq + 2026-01-01T12:54:45+00:00 + + + https://docs.featbit.co/installation/terraform-aws + 2026-01-01T12:54:45+00:00 + + + https://docs.featbit.co/installation/use-your-own-infrastructure + 2026-01-01T12:54:45+00:00 + + + https://docs.featbit.co/integrations/api-access-tokens + 2023-10-10T12:04:06+00:00 + + + https://docs.featbit.co/integrations/chat-apps/slack + 2024-01-10T10:01:34+00:00 + + + https://docs.featbit.co/integrations/data-analytic/growthbook + 2024-01-10T10:01:34+00:00 + + + https://docs.featbit.co/integrations/observability/datadog + 2024-01-10T10:01:34+00:00 + + + https://docs.featbit.co/integrations/observability/grafana + 2024-02-29T05:33:25+00:00 + + + https://docs.featbit.co/integrations/observability/newrelic + 2024-01-10T10:01:34+00:00 + + + https://docs.featbit.co/integrations/observability/opentelemetry + 2024-02-29T05:33:25+00:00 + + + https://docs.featbit.co/integrations/single-sign-on/auth0 + 2025-01-24T11:25:54+00:00 + + + https://docs.featbit.co/integrations/single-sign-on/keycloak + 2025-01-24T11:25:54+00:00 + + + https://docs.featbit.co/integrations/single-sign-on/okta + 2025-01-24T11:25:54+00:00 + + + https://docs.featbit.co/integrations/single-sign-on/single-sign-on + 2025-01-24T11:25:54+00:00 + + + https://docs.featbit.co/integrations/webhooks + 2024-01-10T10:01:34+00:00 + + + https://docs.featbit.co/licenses/overview + 2026-01-12T13:20:30+00:00 + + + https://docs.featbit.co/licenses/setup-license-key + 2026-01-01T12:54:45+00:00 + + + https://docs.featbit.co/relay-proxy/overview + 2026-01-01T12:54:45+00:00 + + + https://docs.featbit.co/sdk/faq + 2026-01-01T12:54:45+00:00 + + + https://docs.featbit.co/sdk/overview + 2026-02-28T12:22:23+00:00 + + + https://docs.featbit.co/sdk/retrieve-feature-flags + 2026-02-28T12:22:23+00:00 + + + https://docs.featbit.co/tech-stack/application-services + 2026-01-01T12:54:45+00:00 + + + https://docs.featbit.co/tech-stack/benchmark + 2023-10-10T11:02:59+00:00 + + + https://docs.featbit.co/tech-stack/data-flows + 2026-01-01T12:54:45+00:00 + + + https://docs.featbit.co/tech-stack/infrastructure-components + 2026-01-01T12:54:45+00:00 + + + https://docs.featbit.co/tech-stack/overview + 2026-01-01T12:54:45+00:00 + + +