From d10493f1b1922f639fd7aa274354344b1333790e Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Sun, 19 Nov 2023 16:41:38 -0500 Subject: [PATCH] Updated config_yaml (markdown) --- config_yaml.md | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/config_yaml.md b/config_yaml.md index 20707aa..9fe6caf 100644 --- a/config_yaml.md +++ b/config_yaml.md @@ -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: