Skip to content

add link to enroute Tutorials in the Getting Started page #244

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

Merged
merged 1 commit into from
Feb 16, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
3 changes: 2 additions & 1 deletion _book/100-introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ summary: Is OSGi enRoute for You?
noindex: true
---

The enRoute Classic section is a collection of content helping to get you started into the OSGi mindset.
The enRoute Classic section is a collection of in-depth tutorials and examples, helping you developing OSGi applications with bnd / bndtools.

<div>
<table>
Expand All @@ -16,6 +16,7 @@ The enRoute Classic section is a collection of content helping to get you starte
</table>
</div>

## Why OSGi enRoute exists

We _strongly_ believe that OSGi's Service Oriented Systems is the best paradigm available today for software development. But we are also frustrated when we see how hard it is for people to cross the chasm to reach that new paradigm. Out of this frustration, the OSGi enRoute project was born.

Expand Down
3 changes: 2 additions & 1 deletion installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ To get started with Bnd/Bndtools we recommend:
- the [Concepts](concepts.html) behind bndtools
- our [Video Tour](/workspace.html)
- our [Tutorial](tutorial.html) building a sample application
- and our [Project Templates](/manual/templates.html)
- our [Project Templates](/manual/templates.html)
- and if you feel like more tutorials and examples, check out the [enroute Classic section](/book/100-introduction.html).

## Developers and Contributors: To contribute to Bndtools development

Expand Down
4 changes: 4 additions & 0 deletions tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -400,3 +400,7 @@ g! greet BndTools
Hello BndTools
g!
```

## More tutorials

For more tutorials and examples, have a look at the [enroute Classic section](/book/100-introduction.html).