Skip to content

Commit

Permalink
Add enduser setting (#90)
Browse files Browse the repository at this point in the history
Signed-off-by: Sergio Castaño Arteaga <[email protected]>
  • Loading branch information
tegioz authored Jun 5, 2024
1 parent a6f88e7 commit 11d1a00
Show file tree
Hide file tree
Showing 16 changed files with 212 additions and 0 deletions.
13 changes: 13 additions & 0 deletions aousd/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,19 @@ colors:
color6: rgba(52, 198, 243, 0.85)
color7: rgba(232, 244, 250, 1)

# End user (optional)
#
# This section allows defining what items should be marked as `end user` based
# on the category and subcategory they belong to. If the `enduser` field has
# been set on a given item, that value will take precedence.
#
# enduser:
# - category: <CATEGORY1> (required)
# subcategories: (optional)
# - <SUBCATEGORY1>
# - category: <CATEGORY2>
#

# Featured items (optional)
#
# This section allows highlighting items that match certain criteria. You can
Expand Down
13 changes: 13 additions & 0 deletions aswf/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,19 @@ colors:
color6: "rgba(148, 125, 74, 0.7)"
color7: "rgba(223, 235, 236, 1)"

# End user (optional)
#
# This section allows defining what items should be marked as `end user` based
# on the category and subcategory they belong to. If the `enduser` field has
# been set on a given item, that value will take precedence.
#
# enduser:
# - category: <CATEGORY1> (required)
# subcategories: (optional)
# - <SUBCATEGORY1>
# - category: <CATEGORY2>
#

# Featured items (optional)
#
# This section allows highlighting items that match certain criteria. You can
Expand Down
13 changes: 13 additions & 0 deletions camara/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,19 @@ colors:
color6: "rgba(1, 196, 249, 0.9)"
color7: "rgba(224, 241, 253, 1)"

# End user (optional)
#
# This section allows defining what items should be marked as `end user` based
# on the category and subcategory they belong to. If the `enduser` field has
# been set on a given item, that value will take precedence.
#
# enduser:
# - category: <CATEGORY1> (required)
# subcategories: (optional)
# - <SUBCATEGORY1>
# - category: <CATEGORY2>
#

# Featured items (optional)
#
# This section allows highlighting items that match certain criteria. You can
Expand Down
13 changes: 13 additions & 0 deletions cdf/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,19 @@ colors:
color6: "rgba(238, 39, 35, 0.7)"
color7: "rgba(243, 236, 236, 1)"

# End user (optional)
#
# This section allows defining what items should be marked as `end user` based
# on the category and subcategory they belong to. If the `enduser` field has
# been set on a given item, that value will take precedence.
#
# enduser:
# - category: <CATEGORY1> (required)
# subcategories: (optional)
# - <SUBCATEGORY1>
# - category: <CATEGORY2>
#

# Featured items (optional)
#
# This section allows highlighting items that match certain criteria. You can
Expand Down
17 changes: 17 additions & 0 deletions cncf/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,23 @@ colors:
color6: "rgba(0, 42, 81, 0.7)"
color7: "rgba(180, 219, 255, 1)"

# End user (optional)
#
# This section allows defining what items should be marked as `end user` based
# on the category and subcategory they belong to. If the `enduser` field has
# been set on a given item, that value will take precedence.
#
# enduser:
# - category: <CATEGORY1> (required)
# subcategories: (optional)
# - <SUBCATEGORY1>
# - category: <CATEGORY2>
#
enduser:
- category: CNCF Members
subcategories:
- End User Supporter

# Featured items (optional)
#
# This section allows highlighting items that match certain criteria. You can
Expand Down
13 changes: 13 additions & 0 deletions dlt/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,19 @@ colors:
color6: "rgba(1, 58, 68, 0.7)"
color7: "rgba(229, 235, 236, 1)"

# End user (optional)
#
# This section allows defining what items should be marked as `end user` based
# on the category and subcategory they belong to. If the `enduser` field has
# been set on a given item, that value will take precedence.
#
# enduser:
# - category: <CATEGORY1> (required)
# subcategories: (optional)
# - <SUBCATEGORY1>
# - category: <CATEGORY2>
#

# Featured items (optional)
#
# This section allows highlighting items that match certain criteria. You can
Expand Down
13 changes: 13 additions & 0 deletions graphql/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,19 @@ colors:
color6: "rgba(255, 0, 170, 0.7)"
color7: "rgba(218, 211, 219, 1)"

# End user (optional)
#
# This section allows defining what items should be marked as `end user` based
# on the category and subcategory they belong to. If the `enduser` field has
# been set on a given item, that value will take precedence.
#
# enduser:
# - category: <CATEGORY1> (required)
# subcategories: (optional)
# - <SUBCATEGORY1>
# - category: <CATEGORY2>
#

# Featured items (optional)
#
# This section allows highlighting items that match certain criteria. You can
Expand Down
13 changes: 13 additions & 0 deletions lfai/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,19 @@ colors:
color6: "rgba(103, 44, 226, 0.7)"
color7: "rgba(229, 227, 235, 1)"

# End user (optional)
#
# This section allows defining what items should be marked as `end user` based
# on the category and subcategory they belong to. If the `enduser` field has
# been set on a given item, that value will take precedence.
#
# enduser:
# - category: <CATEGORY1> (required)
# subcategories: (optional)
# - <SUBCATEGORY1>
# - category: <CATEGORY2>
#

# Featured items (optional)
#
# This section allows highlighting items that match certain criteria. You can
Expand Down
13 changes: 13 additions & 0 deletions lfenergy/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,19 @@ colors:
color6: "rgba(0, 55, 100, 0.9)"
color7: "rgba(204, 215, 224, 1)"

# End user (optional)
#
# This section allows defining what items should be marked as `end user` based
# on the category and subcategory they belong to. If the `enduser` field has
# been set on a given item, that value will take precedence.
#
# enduser:
# - category: <CATEGORY1> (required)
# subcategories: (optional)
# - <SUBCATEGORY1>
# - category: <CATEGORY2>
#

# Featured items (optional)
#
# This section allows highlighting items that match certain criteria. You can
Expand Down
13 changes: 13 additions & 0 deletions lfnetworking/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,19 @@ colors:
color6: "rgba(33, 58, 118, 0.7)"
color7: "rgba(226, 236, 242, 1)"

# End user (optional)
#
# This section allows defining what items should be marked as `end user` based
# on the category and subcategory they belong to. If the `enduser` field has
# been set on a given item, that value will take precedence.
#
# enduser:
# - category: <CATEGORY1> (required)
# subcategories: (optional)
# - <SUBCATEGORY1>
# - category: <CATEGORY2>
#

# Featured items (optional)
#
# This section allows highlighting items that match certain criteria. You can
Expand Down
13 changes: 13 additions & 0 deletions omp/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,19 @@ colors:
color6: "rgba(0, 51, 161, 0.6)"
color7: "rgba(229, 234, 245, 1)"

# End user (optional)
#
# This section allows defining what items should be marked as `end user` based
# on the category and subcategory they belong to. If the `enduser` field has
# been set on a given item, that value will take precedence.
#
# enduser:
# - category: <CATEGORY1> (required)
# subcategories: (optional)
# - <SUBCATEGORY1>
# - category: <CATEGORY2>
#

# Featured items (optional)
#
# This section allows highlighting items that match certain criteria. You can
Expand Down
13 changes: 13 additions & 0 deletions openssf/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,19 @@ colors:
color6: "rgba(255, 0, 170, 0.7)"
color7: "rgba(234, 232, 240, 1)"

# End user (optional)
#
# This section allows defining what items should be marked as `end user` based
# on the category and subcategory they belong to. If the `enduser` field has
# been set on a given item, that value will take precedence.
#
# enduser:
# - category: <CATEGORY1> (required)
# subcategories: (optional)
# - <SUBCATEGORY1>
# - category: <CATEGORY2>
#

# Featured items (optional)
#
# This section allows highlighting items that match certain criteria. You can
Expand Down
13 changes: 13 additions & 0 deletions ospo/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,19 @@ colors:
color6: "rgba(1, 101, 84, 0.7)"
color7: "rgba(190, 227, 221, 1)"

# End user (optional)
#
# This section allows defining what items should be marked as `end user` based
# on the category and subcategory they belong to. If the `enduser` field has
# been set on a given item, that value will take precedence.
#
# enduser:
# - category: <CATEGORY1> (required)
# subcategories: (optional)
# - <SUBCATEGORY1>
# - category: <CATEGORY2>
#

# Featured items (optional)
#
# This section allows highlighting items that match certain criteria. You can
Expand Down
13 changes: 13 additions & 0 deletions presto/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,19 @@ colors:
color6: "rgba(93, 136, 214, 0.7)"
color7: "rgba(222, 231, 246, 1)"

# End user (optional)
#
# This section allows defining what items should be marked as `end user` based
# on the category and subcategory they belong to. If the `enduser` field has
# been set on a given item, that value will take precedence.
#
# enduser:
# - category: <CATEGORY1> (required)
# subcategories: (optional)
# - <SUBCATEGORY1>
# - category: <CATEGORY2>
#

# Featured items (optional)
#
# This section allows highlighting items that match certain criteria. You can
Expand Down
13 changes: 13 additions & 0 deletions riscv/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,19 @@ colors:
color6: "rgba(35, 58, 150, 0.7)"
color7: "rgba(213, 214, 226, 1)"

# End user (optional)
#
# This section allows defining what items should be marked as `end user` based
# on the category and subcategory they belong to. If the `enduser` field has
# been set on a given item, that value will take precedence.
#
# enduser:
# - category: <CATEGORY1> (required)
# subcategories: (optional)
# - <SUBCATEGORY1>
# - category: <CATEGORY2>
#

# Featured items (optional)
#
# This section allows highlighting items that match certain criteria. You can
Expand Down
13 changes: 13 additions & 0 deletions spdx/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,19 @@ colors:
color6: "rgba(69, 73, 143, 0.7)"
color7: "rgba(230, 238, 247, 1)"

# End user (optional)
#
# This section allows defining what items should be marked as `end user` based
# on the category and subcategory they belong to. If the `enduser` field has
# been set on a given item, that value will take precedence.
#
# enduser:
# - category: <CATEGORY1> (required)
# subcategories: (optional)
# - <SUBCATEGORY1>
# - category: <CATEGORY2>
#

# Featured items (optional)
#
# This section allows highlighting items that match certain criteria. You can
Expand Down

0 comments on commit 11d1a00

Please sign in to comment.