Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: fix generator template tutorial broken link #1122

Merged
merged 22 commits into from
Feb 21, 2024
Merged
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
542889e
add asyncapiDocument and asyncapiString documentation
Florence-Njeri Jul 20, 2022
006f2d3
merge from origin master
Florence-Njeri Nov 15, 2022
395db74
delete stale async-api file
Florence-Njeri Nov 15, 2022
d377166
Merge branch 'asyncapi:master' into master
Florence-Njeri Nov 22, 2022
cbe4fd0
Merge branch 'asyncapi:master' into master
Florence-Njeri Nov 24, 2022
b2aa2c7
Merge branch 'asyncapi:master' into master
Florence-Njeri Dec 20, 2022
f0816de
Merge branch 'asyncapi:master' into master
Florence-Njeri Dec 20, 2022
25d69b8
Merge branch 'asyncapi:master' into master
Florence-Njeri Dec 20, 2022
fefb8f9
Merge branch 'asyncapi:master' into master
Florence-Njeri Jan 22, 2023
36ecdfc
Merge branch 'asyncapi:master' into master
Florence-Njeri Feb 6, 2023
75610d5
Merge branch 'asyncapi:master' into master
Florence-Njeri May 16, 2023
a0afe6d
Merge branch 'asyncapi:master' into master
Florence-Njeri Jun 1, 2023
f40eee8
Merge branch 'asyncapi:master' into master
Florence-Njeri Jun 27, 2023
f714a20
Merge branch 'asyncapi:master' into master
Florence-Njeri Aug 1, 2023
e345a15
Merge branch 'asyncapi:master' into master
Florence-Njeri Nov 30, 2023
badaf1b
Merge branch 'asyncapi:master' into master
Florence-Njeri Dec 8, 2023
67d9617
Merge branch 'asyncapi:master' into master
Florence-Njeri Jan 24, 2024
af7605c
Merge branch 'asyncapi:master' into master
Florence-Njeri Feb 15, 2024
b8de382
Merge branch 'asyncapi:master' into master
Florence-Njeri Feb 16, 2024
4912dbc
fix: adapt Parser-API version type according to last version of the P…
smoya Oct 4, 2023
6cf7378
fix breaking link in the generator template tutorial
Florence-Njeri Feb 16, 2024
9baa393
Merge branch 'master' into fix-generator-template-link
derberg Feb 21, 2024
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
2 changes: 1 addition & 1 deletion docs/generator-template.md
Original file line number Diff line number Diff line change
Expand Up @@ -572,4 +572,4 @@ Great job completing this tutorial! You have learnt how to use an AsyncAPI file

If you want to tinker with a completed template and see what it would look like in production, check out the [Paho-MQTT template](https://github.com/derberg/python-mqtt-client-template/tree/v1.0.0). You can also check out the accompanying [article about creating MQTT client code](https://www.brainfart.dev/blog/asyncapi-codegen-python).

You can also check out the [MQTT beginners guide]((https://medium.com/python-point/mqtt-basics-with-python-examples-7c758e605d4)) tutorial to learn more about asynchronous messaging using MQTT.
You can also check out the [MQTT beginners guide](https://medium.com/python-point/mqtt-basics-with-python-examples-7c758e605d4) tutorial to learn more about asynchronous messaging using MQTT.
Loading