diff --git a/CREATESPLIT.md b/CREATESPLIT.md new file mode 100644 index 0000000..6c63240 --- /dev/null +++ b/CREATESPLIT.md @@ -0,0 +1,17 @@ +## High Level Steps to Create a Split +1- Create a new Split + +Go to the Splits Section by clicking 'Split' in the upper left section of the header and click the blue button 'New Split' in the upper right of the main content. +![New Split](/images/new_split.png?raw=true "New Split") + +2- Specify a Name, select a traffic type, description (optional) and Save + +![Create Split](/images/create_split.png?raw=true "Create Split") + +3- Add the split to an environment + +![Add to Environment](/images/add_to_env.png?raw=true "Add to Environment") + +4- Finish the configuration and save + +![Configure Split](/images/configure_in_env.png?raw=true "Configure Split") \ No newline at end of file diff --git a/README.md b/README.md index 1ef0c43..4e9f1e1 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ ## Example Demo Page to show Split JS SDK This is a single page that shows how to set up the JS SDK. Follow the instructions below to make the changes -needed using the information extrated from Split UI. +needed using the information obtained from Split UI. ### Get started - * Log in to Split console, go to admin tab and copy an API token of type "Browser" - * Create a Split and copy the name in the `index.html` under the variable `featureName` + * Log in to Split console, go to the "Admin Tab" and copy an API token of type "Browser" + * [Create a Split](CREATESPLIT.md) and assign its name to the variable `featureName` in the `index.html` * Open `index.html` in your browser diff --git a/images/add_to_env.png b/images/add_to_env.png new file mode 100644 index 0000000..843e8c6 Binary files /dev/null and b/images/add_to_env.png differ diff --git a/images/configure_in_env.png b/images/configure_in_env.png new file mode 100644 index 0000000..a0b1bf0 Binary files /dev/null and b/images/configure_in_env.png differ diff --git a/images/create_split.png b/images/create_split.png new file mode 100644 index 0000000..86b063b Binary files /dev/null and b/images/create_split.png differ diff --git a/images/new_split.png b/images/new_split.png new file mode 100644 index 0000000..3c03821 Binary files /dev/null and b/images/new_split.png differ diff --git a/index.html b/index.html index 7ba24b3..e6da286 100644 --- a/index.html +++ b/index.html @@ -9,9 +9,9 @@