Skip to content

Commit 5d3bfc9

Browse files
authored
Merge branch 'master' into master
2 parents cb13ac6 + 50bac38 commit 5d3bfc9

76 files changed

Lines changed: 18965 additions & 295 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/netlify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
folder="$(basename $file .md)"
5757
google-tools/claat/claat export -o codelabs-site/site/solace-dev-codelabs/codelabs main/$file
5858
done
59-
cd codelabs-site/site && npm i && npm run dist
59+
cd codelabs-site/site && npm ci && npm run dist
6060
6161
- name: Netlify Deploy
6262
uses: nwtgck/actions-netlify@v1.1.7

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
.DS_Store
22
node_modules
3-
*lock*
43
temp/
54
.project
65
.vscode
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"environment": "web",
3+
"format": "html",
4+
"prefix": "https://storage.googleapis.com",
5+
"mainga": "UA-49880327-14",
6+
"updated": "2025-12-09T22:08:30Z",
7+
"id": "sierra-digital-workshop",
8+
"duration": 130,
9+
"title": "Solace Agent Mesh Workshop",
10+
"summary": "Solace Agent Mesh workshop created for Sierra Digital",
11+
"source": "main/markdown/sierra-digital-workshop/sierra-digital-workshop.md",
12+
"theme": "",
13+
"status": [
14+
"hidden"
15+
],
16+
"category": null,
17+
"tags": [
18+
"sam",
19+
"solace",
20+
"web"
21+
],
22+
"feedback": "https://github.com/SolaceDev/solace-dev-codelabs/blob/master/markdown/sierra-digital-workshop",
23+
"url": "sierra-digital-workshop"
24+
}
45.7 KB
Loading
186 KB
Loading
227 KB
Loading
141 KB
Loading
214 KB
Loading
200 KB
Loading
218 KB
Loading

0 commit comments

Comments
 (0)