Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
703502d
moved copy-page-button folder
codedbychavez Jan 10, 2026
70f37cb
First draft fix
codedbychavez Jan 11, 2026
f1b2cb6
Fix copy page button loading delay
codedbychavez Jan 12, 2026
43c4227
Remove `copy-page-button` plugin.
codedbychavez Jan 12, 2026
e469c2e
Removed unused config
codedbychavez Jan 12, 2026
e793c5b
Updates
codedbychavez Jan 12, 2026
946fb61
Updates
codedbychavez Jan 12, 2026
cf27370
Update CopyPageButton.tsx
codedbychavez Jan 12, 2026
3d6c956
Update CopyPageButton.tsx
codedbychavez Jan 12, 2026
8247cc0
Moved the copy page button above the header so it shows on all page
codedbychavez Jan 13, 2026
ed8185e
Update CopyPageButton.tsx
codedbychavez Jan 13, 2026
251a876
Update copy-page-button.module.scss
codedbychavez Jan 13, 2026
516ea8b
Use synthetic title
codedbychavez Jan 14, 2026
9339290
Update button to sit next to the header.
codedbychavez Jan 14, 2026
542f847
Add copy page button to the API Documentation and across all pages wi…
codedbychavez Jan 15, 2026
fd64c10
Update website/src/theme/Heading/index.tsx
codedbychavez Jan 15, 2026
bf17fb2
Updates
codedbychavez Jan 16, 2026
ae9020f
Merge branch 'fix-copy-button-loading' of github.com:configcat/docs i…
codedbychavez Jan 16, 2026
2902ede
Update website/src/theme/Heading/index.tsx
codedbychavez Jan 16, 2026
f3646cf
Updates
codedbychavez Jan 16, 2026
4c8f4e8
Merge branch 'fix-copy-button-loading' of github.com:configcat/docs i…
codedbychavez Jan 16, 2026
52d44c7
Update website/src/theme/Heading/index.tsx
codedbychavez Jan 16, 2026
547e220
Improvements
codedbychavez Jan 16, 2026
1875296
Update `styles.module.scss`
codedbychavez Jan 16, 2026
453e40b
refactor code
codedbychavez Jan 16, 2026
f269fe8
Improvements 2
codedbychavez Jan 16, 2026
5047d22
Add first subheading check
codedbychavez Jan 16, 2026
f6dbcb5
Fix button alignment with heading
codedbychavez Jan 29, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions website/docs/targeting/feature-flag-evaluation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ title: Feature Flag Evaluation
description: This document offers an in-depth explanation of how the ConfigCat SDK determines the value of a feature flag.
---

# Feature Flag Evaluation

This document offers an in-depth explanation of how the SDK determines the value of a feature flag when executing the `GetValue` function. Understanding this process requires prior knowledge of [targeting concepts](../targeting-overview).

The feature flag's value is determined by:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
---
id: targeting-rule-overview
title: Targeting Rule Overview
title: Targeting Rule
description: Targeting Rules allow you to set different feature flag values for specific users or groups of users in your application.
---

# Targeting Rule

## What is a Targeting Rule?

_Targeting Rules_ allow you to set different feature flag values for specific users or groups of users in your application.
Expand Down
1 change: 0 additions & 1 deletion website/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,6 @@ const config: Config = {
// smartlookKey: '05d0e4ca90c61150955104a9d4b76ab16a0b2380',
// }
// ],
require.resolve('./plugins/copy-page-button'),
],
themeConfig: {
image: '/img/docs-cover.png',
Expand Down
138 changes: 0 additions & 138 deletions website/plugins/copy-page-button/client.js

This file was deleted.

34 changes: 0 additions & 34 deletions website/plugins/copy-page-button/index.js

This file was deleted.

Loading