Skip to content

Commit

Permalink
Move documentation from Confluence to Git (#113)
Browse files Browse the repository at this point in the history
initial Antora setup and pages stubs
  • Loading branch information
oliverlietz committed Oct 30, 2024
1 parent b73a486 commit ec8b586
Show file tree
Hide file tree
Showing 19 changed files with 53 additions and 27 deletions.
5 changes: 5 additions & 0 deletions documentation/antora.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name: pax-swissbox
title: Pax Swissbox
version: master
nav:
- modules/ROOT/nav.adoc
1 change: 1 addition & 0 deletions documentation/modules/ROOT/nav.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* xref:index.adoc[]
4 changes: 4 additions & 0 deletions documentation/modules/ROOT/pages/bnd.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
= Pax Swissbox Bnd
:navtitle: Bnd

BND utilities.
4 changes: 4 additions & 0 deletions documentation/modules/ROOT/pages/core.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
= Pax Swissbox Core
:navtitle: Core

Utilities related to OSGi core framework.
4 changes: 4 additions & 0 deletions documentation/modules/ROOT/pages/extender.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
= Pax Swissbox Extender
:navtitle: Extender

Utilities related to extender pattern.
4 changes: 4 additions & 0 deletions documentation/modules/ROOT/pages/framework.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
= Pax Swissbox Framework
:navtitle: Framework

Framework Helpers
4 changes: 4 additions & 0 deletions documentation/modules/ROOT/pages/index.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
= Pax Swissbox
:navtitle: Pax Swissbox

Utilities for OSGi
4 changes: 4 additions & 0 deletions documentation/modules/ROOT/pages/lifecycle.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
= Pax Swissbox Lifecycle
:navtitle: Lifecycle

Utilities related to lifecycle.
4 changes: 4 additions & 0 deletions documentation/modules/ROOT/pages/optional-jcl.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
= Pax Swissbox Optional JCL
:navtitle: Optional JCL

Optional Apache Commons Logging.
4 changes: 4 additions & 0 deletions documentation/modules/ROOT/pages/property.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
= Pax Swissbox Property
:navtitle: Property

Utilities related to properties in OSGi.
4 changes: 4 additions & 0 deletions documentation/modules/ROOT/pages/samples.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
= Pax Swissbox Samples
:navtitle: Samples

Manifest entry extender sample.
4 changes: 4 additions & 0 deletions documentation/modules/ROOT/pages/tracker.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
= Pax Swissbox Tracker
:navtitle: Tracker

Utilities related to service tracking.
4 changes: 1 addition & 3 deletions pax-swissbox-bnd/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@
<packaging>bundle</packaging>

<name>OPS4J Pax Swissbox :: Bnd Utils</name>
<description>
OPS4J Pax Swissbox - BND utilities.
</description>
<description>OPS4J Pax Swissbox - BND utilities.</description>

<properties>
<bundle.symbolicName>org.ops4j.pax.swissbox.bnd</bundle.symbolicName>
Expand Down
5 changes: 1 addition & 4 deletions pax-swissbox-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,7 @@
<packaging>bundle</packaging>

<name>OPS4J Pax Swissbox :: OSGi Core</name>
<description>
OPS4J Pax Swissbox - Utilities related to OSGi core framework.
Detailed information to be found at http://wiki.ops4j.org/confluence/x/MgRN.
</description>
<description>OPS4J Pax Swissbox - Utilities related to OSGi core framework.</description>

<properties>
<bundle.symbolicName>org.ops4j.pax.swissbox.core</bundle.symbolicName>
Expand Down
5 changes: 1 addition & 4 deletions pax-swissbox-extender/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,7 @@
<packaging>bundle</packaging>

<name>OPS4J Pax Swissbox :: Extender</name>
<description>
OPS4J Pax Swissbox - Utilities related to extender pattern.
Detailed information to be found at http://wiki.ops4j.org/confluence/x/NQRN.
</description>
<description>OPS4J Pax Swissbox - Utilities related to extender pattern.</description>

<properties>
<bundle.symbolicName>org.ops4j.pax.swissbox.extender</bundle.symbolicName>
Expand Down
5 changes: 1 addition & 4 deletions pax-swissbox-lifecycle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,7 @@
<packaging>bundle</packaging>

<name>OPS4J Pax Swissbox :: Lifecycle</name>
<description>
OPS4J Pax Swissbox - Utilities related to lifecycle.
Detailed information to be found at http://wiki.ops4j.org/confluence/x/NgRN.
</description>
<description>OPS4J Pax Swissbox - Utilities related to lifecycle.</description>

<properties>
<bundle.symbolicName>org.ops4j.pax.swissbox.lifecycle</bundle.symbolicName>
Expand Down
5 changes: 1 addition & 4 deletions pax-swissbox-optional-jcl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,7 @@
<packaging>bundle</packaging>

<name>OPS4J Pax Swissbox :: Optional JCL</name>
<description>
OPS4J Pax Swissbox - Optional Apache Commons Logging.
Detailed information to be found at http://wiki.ops4j.org/confluence/x/NwRN.
</description>
<description>OPS4J Pax Swissbox - Optional Apache Commons Logging.</description>

<properties>
<bundle.symbolicName>org.ops4j.pax.swissbox.optional.jcl</bundle.symbolicName>
Expand Down
5 changes: 1 addition & 4 deletions pax-swissbox-property/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,7 @@
<packaging>bundle</packaging>

<name>OPS4J Pax Swissbox :: Property</name>
<description>
OPS4J Pax Swissbox - Utilities related to properties in osgi.
Detailed information to be found at http://wiki.ops4j.org/confluence/x/OARN.
</description>
<description>OPS4J Pax Swissbox - Utilities related to properties in OSGi.</description>

<properties>
<bundle.symbolicName>org.ops4j.pax.swissbox.property</bundle.symbolicName>
Expand Down
5 changes: 1 addition & 4 deletions pax-swissbox-tracker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,7 @@
<packaging>bundle</packaging>

<name>OPS4J Pax Swissbox :: Tracker</name>
<description>
OPS4J Pax Swissbox - Utilities related to service tracking.
Detailed information to be found at http://wiki.ops4j.org/confluence/x/OQRN.
</description>
<description>OPS4J Pax Swissbox - Utilities related to service tracking.</description>

<properties>
<bundle.symbolicName>org.ops4j.pax.swissbox.tracker</bundle.symbolicName>
Expand Down

0 comments on commit ec8b586

Please sign in to comment.