Skip to content

Commit 46a3212

Browse files
authored
Add analytics section to settings files (#63)
Signed-off-by: Sergio Castaño Arteaga <[email protected]>
1 parent 179af5f commit 46a3212

File tree

14 files changed

+141
-15
lines changed

14 files changed

+141
-15
lines changed

aswf/settings.yml

+10-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ foundation: ASWF
1313

1414
# Images (required)
1515
#
16-
# Urls some images used in the landscape UI.
16+
# Urls of some images used in the landscape UI.
1717
#
1818
# images:
1919
# favicon: <FAVICON_URL>
@@ -27,6 +27,15 @@ images:
2727
footer_logo: "https://artwork.aswf.io/other/aswf/logo/white/aswf-logo-white.svg"
2828
open_graph: "https://raw.githubusercontent.com/AcademySoftwareFoundation/artwork/main/other/aswf/logo/aqua/aswf-logo-aqua.png"
2929

30+
# Analytics (optional)
31+
#
32+
# Analytics providers configuration. When an analytics provider is set up, some
33+
# additional code from the provider will be injected into the web application.
34+
#
35+
# analytics:
36+
# gtm: # Google Tag Manager configuration
37+
# container_id: <CONTAINER_ID> # Landscape web application container ID
38+
3039
# Categories (optional)
3140
#
3241
# Categories information is read from the `landscape.yml` data file. The way

cdf/settings.yml

+10-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ foundation: CDF
1313

1414
# Images (required)
1515
#
16-
# Urls some images used in the landscape UI.
16+
# Urls of some images used in the landscape UI.
1717
#
1818
# images:
1919
# favicon: <FAVICON_URL>
@@ -27,6 +27,15 @@ images:
2727
footer_logo: "https://raw.githubusercontent.com/cdfoundation/artwork/main/cdf/horizontal/white/cdf-horizontal-white.svg"
2828
open_graph: "https://github.com/cdfoundation/cdf-landscape/blob/main/images/social.png?raw=true"
2929

30+
# Analytics (optional)
31+
#
32+
# Analytics providers configuration. When an analytics provider is set up, some
33+
# additional code from the provider will be injected into the web application.
34+
#
35+
# analytics:
36+
# gtm: # Google Tag Manager configuration
37+
# container_id: <CONTAINER_ID> # Landscape web application container ID
38+
3039
# Categories (optional)
3140
#
3241
# Categories information is read from the `landscape.yml` data file. The way

cncf/settings.yml

+11-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ foundation: CNCF
1313

1414
# Images (required)
1515
#
16-
# Urls some images used in the landscape UI.
16+
# Urls of some images used in the landscape UI.
1717
#
1818
# images:
1919
# favicon: <FAVICON_URL>
@@ -27,6 +27,15 @@ images:
2727
header_logo: "https://raw.githubusercontent.com/cncf/artwork/master/other/cncf-landscape/horizontal/color/cncf-landscape-horizontal-color.svg"
2828
open_graph: "https://landscape.cncf.io/images/social.jpg"
2929

30+
# Analytics (optional)
31+
#
32+
# Analytics providers configuration. When an analytics provider is set up, some
33+
# additional code from the provider will be injected into the web application.
34+
#
35+
# analytics:
36+
# gtm: # Google Tag Manager configuration
37+
# container_id: <CONTAINER_ID> # Landscape web application container ID
38+
3039
# Categories (optional)
3140
#
3241
# Categories information is read from the `landscape.yml` data file. The way
@@ -187,7 +196,7 @@ members_category: CNCF Members
187196
# url: <URL>
188197
#
189198
qr_code:
190-
url: https://cncf.landscape2.io
199+
url: https://landscape.cncf.io
191200

192201
# Screenshot width (optional)
193202
#

dlt/settings.yml

+10-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ foundation: Hyperledger DLT
1313

1414
# Images (required)
1515
#
16-
# Urls some images used in the landscape UI.
16+
# Urls of some images used in the landscape UI.
1717
#
1818
# images:
1919
# favicon: <FAVICON_URL>
@@ -26,6 +26,15 @@ images:
2626
header_logo: "https://dltlandscape.hyperledger.org/images/left-logo.svg"
2727
open_graph: "https://www.hyperledger.org/hubfs/Hyperledger%20Foundation%20new%20look.jpeg#keepProtocol"
2828

29+
# Analytics (optional)
30+
#
31+
# Analytics providers configuration. When an analytics provider is set up, some
32+
# additional code from the provider will be injected into the web application.
33+
#
34+
# analytics:
35+
# gtm: # Google Tag Manager configuration
36+
# container_id: <CONTAINER_ID> # Landscape web application container ID
37+
2938
# Categories (optional)
3039
#
3140
# Categories information is read from the `landscape.yml` data file. The way

graphql/settings.yml

+10-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ foundation: GraphQL
1313

1414
# Images (required)
1515
#
16-
# Urls some images used in the landscape UI.
16+
# Urls of some images used in the landscape UI.
1717
#
1818
# images:
1919
# favicon: <FAVICON_URL>
@@ -26,6 +26,15 @@ images:
2626
header_logo: "https://raw.githubusercontent.com/graphql/graphql-landscape/main/images/left-logo.svg"
2727
open_graph: "https://graphql.org/img/og-image.png"
2828

29+
# Analytics (optional)
30+
#
31+
# Analytics providers configuration. When an analytics provider is set up, some
32+
# additional code from the provider will be injected into the web application.
33+
#
34+
# analytics:
35+
# gtm: # Google Tag Manager configuration
36+
# container_id: <CONTAINER_ID> # Landscape web application container ID
37+
2938
# Categories (optional)
3039
#
3140
# Categories information is read from the `landscape.yml` data file. The way

lfai/settings.yml

+10-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ foundation: LF AI & Data
1313

1414
# Images (required)
1515
#
16-
# Urls some images used in the landscape UI.
16+
# Urls of some images used in the landscape UI.
1717
#
1818
# images:
1919
# favicon: <FAVICON_URL>
@@ -27,6 +27,15 @@ images:
2727
header_logo: "https://raw.githubusercontent.com/lfai/artwork/main/lfaidata-assets/lfaidata-landscape/horizontal/color/lfaidata-landscape-horizontal-color.svg"
2828
open_graph: "https://landscape.lfai.foundation/favicon.png"
2929

30+
# Analytics (optional)
31+
#
32+
# Analytics providers configuration. When an analytics provider is set up, some
33+
# additional code from the provider will be injected into the web application.
34+
#
35+
# analytics:
36+
# gtm: # Google Tag Manager configuration
37+
# container_id: <CONTAINER_ID> # Landscape web application container ID
38+
3039
# Categories (optional)
3140
#
3241
# Categories information is read from the `landscape.yml` data file. The way

lfenergy/settings.yml

+10-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ foundation: LFEnergy
1313

1414
# Images (required)
1515
#
16-
# Urls some images used in the landscape UI.
16+
# Urls of some images used in the landscape UI.
1717
#
1818
# images:
1919
# favicon: <FAVICON_URL>
@@ -27,6 +27,15 @@ images:
2727
header_logo: "https://raw.githubusercontent.com/lf-energy/lfenergy-landscape/main/images/left-logo.svg"
2828
open_graph: "https://raw.githubusercontent.com/lf-energy/lfenergy-landscape/main/images/favicon.png"
2929

30+
# Analytics (optional)
31+
#
32+
# Analytics providers configuration. When an analytics provider is set up, some
33+
# additional code from the provider will be injected into the web application.
34+
#
35+
# analytics:
36+
# gtm: # Google Tag Manager configuration
37+
# container_id: <CONTAINER_ID> # Landscape web application container ID
38+
3039
# Categories (optional)
3140
#
3241
# Categories information is read from the `landscape.yml` data file. The way

lfnetworking/settings.yml

+10-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ foundation: LF Networking
1313

1414
# Images (required)
1515
#
16-
# Urls some images used in the landscape UI.
16+
# Urls of some images used in the landscape UI.
1717
#
1818
# images:
1919
# favicon: <FAVICON_URL>
@@ -27,6 +27,15 @@ images:
2727
header_logo: "https://raw.githubusercontent.com/lfnetworking/member_landscape/bf96c81586ce855fa325bc9a7d6550a48df9906e/images/left-logo.svg"
2828
open_graph: "https://raw.githubusercontent.com/lfnetworking/member_landscape/main/images/favicon.png"
2929

30+
# Analytics (optional)
31+
#
32+
# Analytics providers configuration. When an analytics provider is set up, some
33+
# additional code from the provider will be injected into the web application.
34+
#
35+
# analytics:
36+
# gtm: # Google Tag Manager configuration
37+
# container_id: <CONTAINER_ID> # Landscape web application container ID
38+
3039
# Categories (optional)
3140
#
3241
# Categories information is read from the `landscape.yml` data file. The way

omp/settings.yml

+10-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ foundation: OMP
1313

1414
# Images (required)
1515
#
16-
# Urls some images used in the landscape UI.
16+
# Urls of some images used in the landscape UI.
1717
#
1818
# images:
1919
# favicon: <FAVICON_URL>
@@ -27,6 +27,15 @@ images:
2727
header_logo: "https://raw.githubusercontent.com/openmainframeproject/omp-landscape/main/images/left-logo.svg"
2828
open_graph: "https://raw.githubusercontent.com/openmainframeproject/artwork/main/other/open-mainframe-project/horizontal/color/open-mainframe-project-horizontal-color.png"
2929

30+
# Analytics (optional)
31+
#
32+
# Analytics providers configuration. When an analytics provider is set up, some
33+
# additional code from the provider will be injected into the web application.
34+
#
35+
# analytics:
36+
# gtm: # Google Tag Manager configuration
37+
# container_id: <CONTAINER_ID> # Landscape web application container ID
38+
3039
# Categories (optional)
3140
#
3241
# Categories information is read from the `landscape.yml` data file. The way

openssf/settings.yml

+10-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ foundation: OpenSSF
1313

1414
# Images (required)
1515
#
16-
# Urls some images used in the landscape UI.
16+
# Urls of some images used in the landscape UI.
1717
#
1818
# images:
1919
# favicon: <FAVICON_URL>
@@ -27,6 +27,15 @@ images:
2727
footer_logo: "https://openssf.org/wp-content/uploads/sites/132/2021/09/openssf_white.svg"
2828
open_graph: "https://openssf.org/wp-content/uploads/sites/132/2021/09/cropped-favicon-150x150.png"
2929

30+
# Analytics (optional)
31+
#
32+
# Analytics providers configuration. When an analytics provider is set up, some
33+
# additional code from the provider will be injected into the web application.
34+
#
35+
# analytics:
36+
# gtm: # Google Tag Manager configuration
37+
# container_id: <CONTAINER_ID> # Landscape web application container ID
38+
3039
# Categories (optional)
3140
#
3241
# Categories information is read from the `landscape.yml` data file. The way

ospo/settings.yml

+10-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ foundation: OSPO
1313

1414
# Images (required)
1515
#
16-
# Urls some images used in the landscape UI.
16+
# Urls of some images used in the landscape UI.
1717
#
1818
# images:
1919
# favicon: <FAVICON_URL>
@@ -27,6 +27,15 @@ images:
2727
footer_logo: "https://raw.githubusercontent.com/todogroup/artwork/main/OSPO/OSPO-white.svg"
2828
open_graph: "https://raw.githubusercontent.com/todogroup/ospolandscape/master/images/favicon.png"
2929

30+
# Analytics (optional)
31+
#
32+
# Analytics providers configuration. When an analytics provider is set up, some
33+
# additional code from the provider will be injected into the web application.
34+
#
35+
# analytics:
36+
# gtm: # Google Tag Manager configuration
37+
# container_id: <CONTAINER_ID> # Landscape web application container ID
38+
3039
# Categories (optional)
3140
#
3241
# Categories information is read from the `landscape.yml` data file. The way

presto/settings.yml

+10-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ foundation: Presto
1313

1414
# Images (required)
1515
#
16-
# Urls some images used in the landscape UI.
16+
# Urls of some images used in the landscape UI.
1717
#
1818
# images:
1919
# favicon: <FAVICON_URL>
@@ -27,6 +27,15 @@ images:
2727
footer_logo: "https://raw.githubusercontent.com/prestodb/artwork/master/Presto_Foundation/horizontal/white/presto-logo-white.svg"
2828
open_graph: "https://prestodb.io/static/presto-og.png"
2929

30+
# Analytics (optional)
31+
#
32+
# Analytics providers configuration. When an analytics provider is set up, some
33+
# additional code from the provider will be injected into the web application.
34+
#
35+
# analytics:
36+
# gtm: # Google Tag Manager configuration
37+
# container_id: <CONTAINER_ID> # Landscape web application container ID
38+
3039
# Categories (optional)
3140
#
3241
# Categories information is read from the `landscape.yml` data file. The way

riscv/settings.yml

+10-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ foundation: RISCV
1313

1414
# Images (required)
1515
#
16-
# Urls some images used in the landscape UI.
16+
# Urls of some images used in the landscape UI.
1717
#
1818
# images:
1919
# favicon: <FAVICON_URL>
@@ -26,6 +26,15 @@ images:
2626
header_logo: "https://raw.githubusercontent.com/riscv-admin/riscv-landscape/main/images/left-logo.svg"
2727
open_graph: "https://raw.githubusercontent.com/riscv-admin/riscv-landscape/main/images/social.png"
2828

29+
# Analytics (optional)
30+
#
31+
# Analytics providers configuration. When an analytics provider is set up, some
32+
# additional code from the provider will be injected into the web application.
33+
#
34+
# analytics:
35+
# gtm: # Google Tag Manager configuration
36+
# container_id: <CONTAINER_ID> # Landscape web application container ID
37+
2938
# Categories (optional)
3039
#
3140
# Categories information is read from the `landscape.yml` data file. The way

spdx/settings.yml

+10-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ foundation: SPDX
1313

1414
# Images (required)
1515
#
16-
# Urls some images used in the landscape UI.
16+
# Urls of some images used in the landscape UI.
1717
#
1818
# images:
1919
# favicon: <FAVICON_URL>
@@ -27,6 +27,15 @@ images:
2727
header_logo: "https://raw.githubusercontent.com/spdx/sbom-landscape/1f5537571ee3acf6a17fe339cab3615073f1bf39/images/left-logo.svg"
2828
open_graph: "https://spdx.dev/wp-content/uploads/sites/31/2023/08/favicon.png"
2929

30+
# Analytics (optional)
31+
#
32+
# Analytics providers configuration. When an analytics provider is set up, some
33+
# additional code from the provider will be injected into the web application.
34+
#
35+
# analytics:
36+
# gtm: # Google Tag Manager configuration
37+
# container_id: <CONTAINER_ID> # Landscape web application container ID
38+
3039
# Categories (optional)
3140
#
3241
# Categories information is read from the `landscape.yml` data file. The way

0 commit comments

Comments
 (0)