-
Notifications
You must be signed in to change notification settings - Fork 1.2k
[docs-11806] New "Getting Started" Guide for Feature Flags #31297
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
base: master
Are you sure you want to change the base?
Conversation
Preview links (active after the
|
Convert to Hugo shortcodes
testing if file names are case-sensitive
also remove some empty space in image, for readability
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks so much for preparing this content! I already pushed a few commits with image fixes, line edits, etc., and added some comments in this review. Ping me when you're ready for another round of review and approval!
- link: 'https://github.com/DataDog/openfeature-js-client/blob/main/README.md' | ||
tag: 'Source Code' | ||
text: 'OpenFeature JavaScript client documentation' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This repo is currently internal, so customers and anyone else outside of Datadog will get a 404 with this link. Same as in-line links to the page.
|
||
{{< partial name="whats-next/whats-next.html" >}} | ||
|
||
[1]: https://github.com/DataDog/openfeature-js-client/blob/main/README.md |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As mentioned above, this repo is internal so links to the page will return a 404 for customers.
|
||
* **Built for experimentation:** Target specific audiences for A/B tests, roll out features gradually with canary releases, and automatically roll back when regressions are detected. | ||
|
||
* **Integration with Datadog:** Out-of-the-box integration with Datadog metrics, change tracking events, and more—no additional instrumentation needed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like a holdover from Eppo docs, but I don't know if we'd want to omit this, or revise to something more updated. @A-Rindone any thoughts?
- name: Feature Flags | ||
identifier: getting_started_feature_flags | ||
url: getting_started/feature_flags/ | ||
parent: getting_started | ||
weight: 11 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What does this PR do? What is the motivation?
Creating the initial "Getting Started" guide for our upcoming Feature Flags product, as well as adding a new link in the sidebar under "Getting Started".
Note that this only impacts the "Getting Started" section.
Merge instructions
Please validate that images (screenshots) are handled correctly, and/or recommend any needed changes.
Merge readiness:
For Datadog employees:
Your branch name MUST follow the
<name>/<description>
convention and include the forward slash (/
). Without this format, your pull request will not pass CI, the GitLab pipeline will not run, and you won't get a branch preview. Getting a branch preview makes it easier for us to check any issues with your PR, such as broken links.If your branch doesn't follow this format, rename it or create a new branch and PR.
[6/5/2025] Merge queue has been disabled on the documentation repo. If you have write access to the repo, the PR has been reviewed by a Documentation team member, and all of the required checks have passed, you can use the Squash and Merge button to merge the PR. If you don't have write access, or you need help, reach out in the #documentation channel in Slack.
Additional notes