Skip to content

Commit e07343c

Browse files
authored
add video links (#7321)
1 parent fcdbb2c commit e07343c

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

docs/docs/topics/branching.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,10 @@ This flexibility allows different workflows—from quick data fixes to comprehen
5959

6060
### Branch-aware vs branch-agnostic
6161

62+
<center>
63+
<VideoPlayer url='https://youtu.be/VSVToQ2XtHs?si=MypRDj1P90qhWb7F' light />
64+
</center>
65+
6266
Unlike Git where all content is branch-specific, Infrahub introduces a nuanced approach where some elements of the schema can bypass the branching system and be global to all branches. This design decision allows for more efficient management of system-level configurations while still maintaining isolation for user data.
6367

6468
- **Branch-aware**: Records that are local to branches and follow the standard branching workflow. Changes to branch-aware records in one branch do not affect other branches until explicitly merged. Most user-created infrastructure data falls into this category.

docs/docs/topics/resource-manager.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Resource manager
33
---
4+
import VideoPlayer from '../../src/components/VideoPlayer';
45

56
Resource managers in Infrahub automate the allocation of network resources from predefined pools, eliminating manual assignment and preventing conflicts across your infrastructure. This system ensures consistent resource allocation while maintaining complete visibility and control over your available resources.
67

@@ -24,6 +25,10 @@ This is due the dynamic nature of using resource managers and the idempotence of
2425

2526
### Branch-agnostic allocation
2627

28+
<center>
29+
<VideoPlayer url='https://youtu.be/F7tvLRQULdg?si=S83VyA0xmXHQGQqV' light />
30+
</center>
31+
2732
One of the most powerful features of Infrahub's resource managers is branch-agnostic allocation. When you allocate a resource in any branch, that allocation is immediately reserved across all branches in your system. This prevents conflicts when merging branches and ensures resource uniqueness across your entire infrastructure.
2833

2934
Consider this scenario:

0 commit comments

Comments
 (0)