Skip to content

Commit

Permalink
CommitChatMessage
Browse files Browse the repository at this point in the history
  • Loading branch information
MrPoncho30 committed Nov 20, 2024
1 parent 03a1340 commit abe19dc
Show file tree
Hide file tree
Showing 5 changed files with 2,770 additions and 0 deletions.
Binary file added markdown/reportCodelabs/img/solly_wave.webp
Binary file not shown.
Binary file added markdown/reportCodelabs/img/soly.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
70 changes: 70 additions & 0 deletions markdown/reportCodelabs/markdown.template
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
author: AUTHOR_NAME
summary:
id: CODELAB_NAME
tags:
categories:
environments: Web
status: Published
feedback link: https://github.com/SolaceDev/solace-dev-codelabs/blob/master/markdown/CODELAB_NAME/CODELAB_NAME.md

# Title of codelab goes here

## What you'll learn: Overview

Duration: 0:05:00

Enter a codelab overview here: what & why and github repo link where you can find related code if applicable

### Info Boxes
Plain Text followed by green & yellow info boxes

> aside negative
> This will appear in a yellow info box.

> aside positive
> This will appear in a green info box.

### Bullets
Plain Text followed by bullets
* Hello
* CodeLab
* World

### Numbered List
1. List
1. Using
1. Numbers

### Add an Image or a GIF

![Soly Image Caption](img/soly.gif)

## What you need: Prerequisites

Duration: 0:07:00

Enter environment setup & prerequisites here

### Add a Link
Add a link!
[Example of a Link](https://www.google.com)

### Embed an iframe

![https://codepen.io/tzoght/embed/yRNZaP](https://en.wikipedia.org/wiki/File:Example.jpg "Try Me Publisher")

## Custom Step 1
## Custom Step 2
## Custom Step 3

## Takeaways

Duration: 0:07:00

✅ < Fill IN TAKEAWAY 1>
✅ < Fill IN TAKEAWAY 2>
✅ < Fill IN TAKEAWAY 3>

![Soly Image Caption](img/soly.gif)

Thanks for participating in this codelab! Let us know what you thought in the [Solace Community Forum](https://solace.community/)! If you found any issues along the way we'd appreciate it if you'd raise them by clicking the Report a mistake button at the bottom left of this codelab.
21 changes: 21 additions & 0 deletions markdown/reportCodelabs/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"name": "codelab-bootstrap",
"version": "1.0.0",
"description": "use nodemon to watch changes on md file, rebuild codelab on saves",
"main": "index.js",
"scripts": {
"watch": "nodemon --watch reportCodelabs.md --exec \"claat export -o temp/ reportCodelabs.md && npx kill-port 9090 && cd temp/reportCodelabs && claat serve\""
}
,
"repository": {
"type": "git",
"url": "https://github.com/SolaceDev/solace-dev-codelabs/tree/master/markdown/reportCodelabs"
},
"keywords": [
"codelab"
],
"dependencies": {
"kill-port": "^1.6.1",
"nodemon": "^2.0.3"
}
}
Loading

0 comments on commit abe19dc

Please sign in to comment.