Skip to content

Commit

Permalink
fix(docs/application): 🐛 Add missing reference to Backend Tutorials o…
Browse files Browse the repository at this point in the history
…verview page
  • Loading branch information
pklaschka committed Nov 21, 2021
1 parent f54a162 commit dfc7694
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/application/tutorials/000-index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ import { Grid, Reference } from '/components';
<Reference to="starting-a-new-project">Starting a new project</Reference>
<Reference to="writing-a-verticle">Writing a Verticle</Reference>
<Reference to="using-jsonmessage">Using <code>JsonMessage</code> for event bus messages</Reference>
<Reference to="adding-configuration-options">Adding configuration options</Reference>
</Grid>
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ wouldn't be possible to test our default values if we instantiated a "full"

And that's already it. While you may, of course, need to know how to use other
Java functionalities, this is all the Telestion-specific knowledge you need to
write verticles and even whole extensions for the Telestion projects.
write verticles and even whole extensions for the Telestion projects.u

<!-- Links to next steps/related articles -->

Expand Down

0 comments on commit dfc7694

Please sign in to comment.