Updated directions. Removed the GoT examples since IIRC dev was unhappy with them. Whackier example for parent hell.
This commit is contained in:
parent
f16ba5fd67
commit
e135b746aa
|
@ -44,7 +44,7 @@ graph TB
|
|||
|
||||
Some franchises are bananas:
|
||||
|
||||
![](images/azur_hell.png)
|
||||
![](images/poke_hell.png)
|
||||
|
||||
Also, unlike siblings, which as we previously saw are `n->1`, some tags have more than one implication (`n->n`):
|
||||
|
||||
|
@ -89,7 +89,7 @@ Tags can have multiple parents, and multiple tags have the same parent. Loops ar
|
|||
|
||||
## how you do it { id="how_to_do_it" }
|
||||
|
||||
Go to _services->manage tag parents_:
|
||||
Go to _tags->manage tag parents_:
|
||||
|
||||
![](images/tag_parents_dialog.png)
|
||||
|
||||
|
@ -101,9 +101,6 @@ Once you have some relationships added, the parents and grandparents will show i
|
|||
|
||||
![](images/tag_parents_ac_1.png)
|
||||
|
||||
Hitting enter on cersei will try to add _house lannister_ and _series:game of thrones_ as well.
|
||||
|
||||
![](images/tag_parents_ac_2.png)
|
||||
|
||||
## remote parents { id="remote_parents" }
|
||||
|
||||
|
|
|
@ -78,7 +78,7 @@ Note that if you say `A->B`, you cannot also say `A->C`. This is an `n->1` relat
|
|||
|
||||
## how you do it { id="how_to_do_it" }
|
||||
|
||||
Just open _services->manage tag siblings_, and add a few.
|
||||
Just open _tags->manage tag siblings_, and add a few.
|
||||
|
||||
![](images/tag_siblings_dialog.png)
|
||||
|
||||
|
|
Loading…
Reference in New Issue