Skip to content
This repository has been archived by the owner on Jul 1, 2024. It is now read-only.

[workshops] Adding/Updating the tags for workshops #4093

Merged
merged 6 commits into from
Apr 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ main:
# case-sensitive
tags:
level: Beginner # Beginner, Intermediate, Advanced
topics: ["GitHub Actions", "AWS"]
topics: ["GitHub Actions", "AWS", "DevOps", "CI/CD"]
languages: []

# The right hand side form section.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ main:
# case-sensitive
tags:
level: Beginner # Beginner, Intermediate, Advanced
topics: ["LangChain", "AWS"]
languages: []
topics: ["AI", "LangChain", "AWS"]
languages: ["TypeScript"]

# The right hand side form section.
form:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,12 @@ main:
# case-sensitive
tags:
level: # Beginner, Intermediate, Advanced
topics: ["GitLab"]
languages: []
topics: ["AWS", "CI/CD", "DevOps", "GitLab"]
languages: ["TypeScript"]

# The right hand side form section.
form:
# HubSpot form id.
hubspot_form_id: 66338b61-db6c-472a-b4b6-f8ad4b1c9ebe
salesforce_campaign_id: 701PQ0000080HCPYA2
---
---
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,12 @@ main:
# case-sensitive
tags:
level: Beginner # Beginner, Intermediate, Advanced
topics: ["Azure", "AKS", "Spot"]
topics: ["Azure", "AKS", "Platform Engineering", "Spot by NetApp"]
languages: []

# The right hand side form section.
form:
# HubSpot form id.
hubspot_form_id: 99bdfd5c-c36c-4be7-b45a-75b1cf490c45
salesforce_campaign_id: 701PQ000008YkQlYAK
---
---
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ main:
# case-sensitive
tags:
level: Beginner # Beginner, Intermediate, Advanced
topics: ["AI"]
topics: ["AI", "AWS", "Pinecone"]
languages:

# The right hand side form section.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,4 @@ go 1.21

toolchain go1.22.1

require (
github.com/pulumi/pulumi-aws/sdk/v6 v6.24.0
github.com/pulumi/pulumi/sdk/v3 v3.108.1
)
require github.com/pulumi/pulumi/sdk/v3 v3.108.1
Loading