Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Resolve latest SDK versions at build time #4767

Merged
merged 12 commits into from
Oct 31, 2024
5 changes: 2 additions & 3 deletions docs/docs/clients/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Read more about our Client-side SDKs for your language/platform:

## Server-side SDKs

[Server-side SDKs](/clients/server-side.md) run within _trusted environments_ - typically the server infrastructure that
[Server-side SDKs](/clients/server-side) run within _trusted environments_ - typically the server infrastructure that
you have control over. Because of this, you should not share your Server-side Environment keys publicly; they should be
treated as secret.

Expand Down Expand Up @@ -82,8 +82,7 @@ the Flag Engine, and the engine runs within your server environment within the F
![Local Evaluation Diagram](/img/sdk-local-evaluation.svg)

You have to configure the SDK to run in Local Evaluation mode. See the
[SDK configuration options](server-side.md#configuring-the-sdk) for details on how to do that in your particular
language.
[SDK configuration options](server-side#configuring-the-sdk) for details on how to do that in your particular language.

When the SDK is initialised in Local Evaluation mode, it grabs the entire set of details about the Environment from the
Flagsmith API. For a given Environment, this includes:
Expand Down
Loading