Skip to content

Commit 69e4456

Browse files
authored
chore: add docs link (#86)
Add link to docs. Signed-off-by: Todd Baert <[email protected]>
1 parent 80c2e1e commit 69e4456

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ var evaluationContext = EvaluationContext.Builder()
3535
var isEnabled = await client.GetBooleanValue("my-conditional", false, evaluationContext);
3636
```
3737

38+
For complete documentation, visit: https://docs.openfeature.dev/docs/category/concepts
39+
3840
### Provider
3941

4042
To develop a provider, you need to create a new project and include the OpenFeature SDK as a dependency. This can be a new repository or included in an existing contrib repository available under the OpenFeature organization. Finally, you’ll then need to write the provider itself. In most languages, this can be accomplished by implementing the provider interface exported by the OpenFeature SDK.

0 commit comments

Comments
 (0)