Skip to content

Instantly share code, notes, and snippets.

@vikramrojo
Last active November 4, 2019 23:42
Show Gist options
  • Save vikramrojo/91e10e75a739f00009cdbda8cd6f90d5 to your computer and use it in GitHub Desktop.
Save vikramrojo/91e10e75a739f00009cdbda8cd6f90d5 to your computer and use it in GitHub Desktop.
Docsite
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&
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