https://github.com/defanglabs/workshops
https://github.com/defanglabs/workshops
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/defanglabs/workshops
- Owner: DefangLabs
- Created: 2024-09-27T15:58:06.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-05-26T16:58:38.000Z (about 1 year ago)
- Last Synced: 2026-06-09T22:28:29.749Z (about 2 months ago)
- Language: JavaScript
- Size: 2.34 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Defang Workshop Structures
Just a place to keep track of how we organize workshops.
## List of workshops
* [Entry Level](https://defanglabs.github.io/workshops/?workshop=entry-level)
* [Advanced](https://defanglabs.github.io/workshops/?workshop=advanced)
* [Open Source LLM Hosting](https://defanglabs.github.io/workshops/?workshop=open-source-ai-models)
## How To
Write a workshop as a Markdown file (using format expected by https://revealjs.com/) in the [workshops](./workshops) directory.
Then you can load the workshop at this format of url:
`https://defanglabs.github.io/workshops/?workshop=`
So if your workshop is in `./workshops/my-cool-workshop.md` then you would access it at `https://defanglabs.github.io/workshops/?workshop=my-cool-workshop`