Skip to content

Commit 4173780

Browse files
committed
add new oomph setup links
add Getting Started links to install page and restructure / rename sidebar slightly Signed-off-by: Christoph Rueger <chrisrueger@gmail.com>
1 parent 4a15026 commit 4173780

File tree

2 files changed

+30
-23
lines changed

2 files changed

+30
-23
lines changed

_data/sidebar.yml

+20-19
Original file line numberDiff line numberDiff line change
@@ -8,33 +8,34 @@ nav:
88
- divider: true
99
- title: Documentation
1010
links:
11-
- name: Installation
11+
- name: Getting Started
1212
url: "/installation.html"
13-
- name: Tutorial
14-
url: "/tutorial.html"
15-
- name: Video Tour
16-
url: "/workspace.html"
1713
- name: Concepts
1814
url: "/concepts.html"
15+
- name: Video Tour
16+
url: "/workspace.html"
17+
- name: Tutorial
18+
url: "/tutorial.html"
1919
- name: OSGi with bndtools
2020
url: "/workspace/osgi-starter.html"
2121
- name: FAQ
2222
url: "/faq.html"
23-
- name: The UI
23+
- title: User Interface
24+
links:
25+
- name: Introduction
2426
url: "/manual/about.html"
25-
sublinks:
26-
- name: Bndtools Explorer
27-
url: "/manual/packageexplorer.html"
28-
- name: Repositories View
29-
url: "/manual/repositories-view.html"
30-
- name: Resolution View
31-
url: "/manual/resolution-view.html"
32-
- name: The bnd Editor
33-
url: "/manual/bndeditor.html"
34-
- name: The JAR Viewer
35-
url: "/manual/jareditor.html"
36-
- name: Project Templates
37-
url: "/manual/templates.html"
27+
- name: Bndtools Explorer
28+
url: "/manual/packageexplorer.html"
29+
- name: Repositories View
30+
url: "/manual/repositories-view.html"
31+
- name: Resolution View
32+
url: "/manual/resolution-view.html"
33+
- name: The bnd Editor
34+
url: "/manual/bndeditor.html"
35+
- name: The JAR Viewer
36+
url: "/manual/jareditor.html"
37+
- name: Project Templates
38+
url: "/manual/templates.html"
3839
- title: null
3940
links:
4041
- name: bnd manual

installation.md

+10-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
---
2-
title: Install Bndtools 7.0.0
2+
title: Installation & Getting Started with Bndtools 7.0.0
33
---
44

5-
6-
# Install Bndtools 7.0.0
7-
85
There are different flavors you can install Bndtools.
96

107
## Users: If you just want to use Bndtools for your own projects
@@ -43,6 +40,15 @@ The recommended way to install Bndtools via the [Eclipse Marketplace](https://ma
4340

4441
* Press `Next` and then `Finish`, acknowledging the licenses
4542

43+
44+
## Getting Started
45+
46+
To get started with Bnd/Bndtools we recommend:
47+
- the [Concepts](concepts.html) behind bndtools
48+
- our [Video Tour](/workspace.html)
49+
- our [Tutorial](tutorial.html) building a sample application
50+
- and our [Project Templates](/manual/templates.html)
51+
4652
## Release Notes
4753

4854
For more complete information on the changes in the Bndtools release, see <https://github.com/bndtools/bnd/wiki#release-notes>.

0 commit comments

Comments
 (0)