Skip to content

Commit a174818

Browse files
committed
Add to homepage and prev/next links
Signed-off-by: Christoph Rueger <chrisrueger@gmail.com>
1 parent 7bc6cfb commit a174818

File tree

10 files changed

+21
-0
lines changed

10 files changed

+21
-0
lines changed

_manual/about.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Introduction
33
description: An overview of the Bndtools manual
4+
layout: prev-next-collection
45
---
56

67
Bndtools is an Eclipse Plugin based on [bnd][1] with the goal to make programming for OSGi easier than in

_manual/bndeditor.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Bnd Editor
33
description: The Bnd properties editor for bnd files
4+
layout: prev-next-collection
45
---
56

67
The bnd editor provides a number of tabs with graphic editors. The following tabs are available:

_manual/bundlegraph.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Bundle Graph
33
description: Visualises the dependency graph of OSGi bundles
4+
layout: prev-next-collection
45
since: 7.3.0
56
---
67

_manual/jareditor.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: JAR Viewer
33
description: Shows the content of a JAR file with extra attention for OSGi information
4+
layout: prev-next-collection
45
---
56

67
Double clicking a JAR or ZIP file wil open the Bndtools JAR Editor. It will display the JAR file's content with the following tabs:

_manual/packageexplorer.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Bndtools Explorer
33
description: An overview of the Bndtools Explorer
4+
layout: prev-next-collection
45
---
56

67
The Bndtools Package Explorer is an extension of the [Eclipse Package Explorer][1]. The explorer provides an overview of the projects and their contents. It is extended with a search bar for projects and some extra filters. You an make simple searches or use the [bnd globbing](https://bnd.bndtools.org/chapters/820-instructions.html#glob). That is, you can wildcards (`example*bar`) but also multiple searches in one, for example, `foo|bar` to find multiple projects.

_manual/repositories-view.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: Repositories View
33
description: Shows the repositories and their contents
44
author: Neil Bartlett
5+
layout: prev-next-collection
56
---
67

78
<img src="/images/repositories-view.png" style="width:461px" class="view">

_manual/resolution-view.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: Resolution View
33
description: Provides insight into the requirements and capabilities of the selected bundle
44
since: 7.1.0
5+
layout: prev-next-collection
56
---
67

78
![](/images/resolution-view.png)

_manual/templates-osgi-service.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: Java OSGi Service
33
description: Bndtools Template to create an OSGi service consisting of bundles for api, impl, consumer
44
since: 7.1.0
5+
layout: prev-next-collection
56
---
67

78
## Java OSGi Service (api, impl, consumer)

_manual/templates.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Project Templates
33
description: Get started faster with Bnd Project templates.
4+
layout: prev-next-collection
45
---
56

67
The Bndtools supports wizard-based creation of various elements required for OSGi development. There are templates for Bnd-Workspaces, Projects , Components, .bnd and .bndrun files and even for creating services consisting of multiple bundles.

index.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,18 @@
116116
</div>
117117
<hr/>
118118

119+
<div class="row">
120+
<div class="large-7 medium-6 small-6 columns">
121+
<h2>Bundle Graph</h2>
122+
<p>The <a href="/manual/bundlegraph.html">Bundle Graph view</a> gives you an interactive, visual picture of how OSGi bundles depend on each other based on their MANIFEST's Imports and Exports. This helps with understanding dependency chains or
123+
debugging a failed resolution.</p>
124+
</div>
125+
<div class="large-5 medium-6 small-6 columns">
126+
<img src="/images/bundle-graph.png" align="right"/>
127+
</div>
128+
</div>
129+
<hr/>
130+
119131
<div class="row">
120132
<div class="large-7 medium-6 small-6 columns">
121133
<h2>Dynamic Debugging</h2>

0 commit comments

Comments
 (0)