mirror of
https://github.com/Unleash/unleash.git
synced 2024-10-28 19:06:12 +01:00
b2b19e4970
## About the changes Refactor the main nav, with the following goals: * Communicate the value of each section vs the format (ex: “Understanding Unleash” vs “Topic Guides”) * Make space for the Feature Flag tutorials section that we’re starting to build * Scope updates to navigation and pages that need updates based on new URLs & organization * Update URLs to follow the new hierarchy without breaking links (adding redirects & editing internal links between pages as needed) ### Important files sidebar.js docusaurus.config.js ## Discussion points * Redirects can't be tested out of prod, which is a bummer :/ * Some URLs have been preserved untouched while we monitor for potential negative SEO impact of client-side redirects * It's a large PR (sorry). Nav changes and file movements impacted lots of files. --------- Co-authored-by: Thomas Heartman <thomas@getunleash.ai>
54 lines
1.7 KiB
Markdown
54 lines
1.7 KiB
Markdown
---
|
|
id: foundational
|
|
title: Foundational
|
|
---
|
|
import VideoContent from '@site/src/components/VideoContent.jsx'
|
|
|
|
:::info
|
|
**This Unleash Academy course is for all roles working with Unleash - Developers, Product owners, Leaders.**
|
|
:::
|
|
|
|
:::note
|
|
**Estimated time burden:** 75 min
|
|
:::
|
|
|
|
---
|
|
|
|
## Learning Objectives
|
|
|
|
Gain a baseline understanding of why to use Unleash in your development and a general introduction to CI/CD.
|
|
An understanding of Unleash anatomy and architecture and how the different systems connect together.
|
|
|
|
---
|
|
|
|
|
|
**Intro to Feature Flags/Toggles & Unleash**
|
|
- Feature flags - What they are & why to use them
|
|
- What is Unleash?
|
|
|
|
**Anatomy of Unleash**
|
|
- Covering the various components that exist within the Unleash system and how they interact with each other and with external applications. Components that include but not limited to: projects, environments, variants, feature toggles --> strategies, tokens, tags, context
|
|
|
|
**Architecture overview**
|
|
- Unleash API, UI, SDKs, Proxy --> Edge (Proxy 2.0)
|
|
|
|
**How to use Unleash**
|
|
- Projects and Environments
|
|
- Toggle creation and targeting
|
|
- Strategies, constraints, segments
|
|
- Variants (and environments), Strategy Variants
|
|
- Introduction to A/B Testing
|
|
- API tokens (Personal Access Tokens, client, frontend)
|
|
|
|
---
|
|
|
|
## Course Detail
|
|
|
|
<VideoContent videoUrls={["https://www.youtube.com/embed/videoseries?si=YyLiIYQck7fsG5HK&list=PLcVJ5JY19ncU_6cq2QaCuXDBbbitiJEn4"]}/>
|
|
|
|
|
|
:::info Embedded Player
|
|
The full course is shown above.
|
|
Click the icon in the top right corner of the embedded player to view your progress as you work through the videos.
|
|
Options to go full screen, view the playlist on YouTube or share are also enabled.
|
|
::: |