Last active
November 4, 2019 23:42
-
-
Save vikramrojo/91e10e75a739f00009cdbda8cd6f90d5 to your computer and use it in GitHub Desktop.
Docsite
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Docsite | |
| product -> Product Documentation | |
| integrations -> Integrations | |
| sdk -> SDK | |
| advanced -> Advanced | |
| api -> API | |
| Product Documentation& | |
| Getting Started | |
| Managing Flags | |
| Managing Users | |
| Account Security | |
| Metrics and Insights | |
| Experimentation | |
| Integrations& | |
| Azure | |
| Bitbucket | |
| Datadog | |
| Git code references | |
| Jira | |
| New Relic | |
| OAuth applications | |
| Slack | |
| Terraform | |
| VS Code | |
| Webhooks | |
| Data Export | |
| SDK& | |
| Concepts | |
| Reference Guides | |
| Guides& | |
| Wink | |
| Advanced& | |
| Custom properties | |
| Public IP list | |
| LaunchDarkly Relay Proxy | |
| Evaluation reasons | |
| Reading flags from a file | |
| Using a persistent feature store | |
| API& |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| function render(model){ | |
| let current_state_name = model.active_states[0].name; | |
| return $("h1", | |
| {style: {color: "darkBlue"}}, | |
| `The current state is: ${current_state_name}`); | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment