Updated config_yaml (markdown)

Chris Caron 2023-11-19 16:41:38 -05:00
parent 45ea5dbe94
commit d10493f1b1

@ -119,7 +119,7 @@ New in v1.6.0 is Tag Grouping! This allows you to assign a group to previous ta
# Define your Groups
groups:
friends: user1, user2
- friends: user1, user2
# Define your URLs
urls:
@ -137,8 +137,8 @@ Another great thing about groups is you can assign groups to groups to recursive
# Define your Groups
groups:
finance: user1, user2
devteam: user3, user4
- finance: user1, user2
- devteam: user3, user4
# Here we create another group and assign it groups
# We also can mix and max tags in line with group assignments too
@ -170,8 +170,8 @@ You can also assign tags to multiple groups:
groups:
# Multiple Group Assignments; reuse of a tag causes existing assignment
# to stack on the previous value.
TeamA, Friends: user1, user3
TeamB, Friends: user2, user4
- TeamA, Friends: user1, user3
- TeamB, Friends: user2, user4
# Define your URLs
urls:
@ -197,18 +197,18 @@ groups:
# Another way you can define your groups
# This defines a group called 'friends' and allows you to place comments
# That you can place to make your configuration file easier to read:
friends:
- user1: Place an optional comment here; this is ignored and only tagX is retrieved
- user2: Another spot to place an optional comment
- user3: Another spot to place an optional comment
- user4: Another spot to place an optional comment
- friends:
- user1: Place an optional comment here; this is ignored and only tagX is retrieved
- user2: Another spot to place an optional comment
- user3: Another spot to place an optional comment
- user4: Another spot to place an optional comment
# You can define it the same way as above as a list too):
buddies:
- user1
- user2
- user3
- user4
- buddies:
- user1
- user2
- user3
- user4
# Define your URLs
urls: