Skip to content

Commit d5ecff6

Browse files
committed
#1 Move documentation from Confluence to Git
add page for Pax
1 parent a4538e6 commit d5ecff6

File tree

3 files changed

+13
-0
lines changed

3 files changed

+13
-0
lines changed

documentation/antora.yml

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
name: ops4j
22
title: OPS4J
33
version: main
4+
nav:
5+
- modules/ROOT/nav.adoc

documentation/modules/ROOT/nav.adoc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* xref:pax.adoc[]
+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
= Pax
2+
3+
Pax is the umbrella for all https://www.osgi.org[OSGi] projects at https://github.com/ops4j[OPS4J].
4+
OSGi is a runtime platform that allows for a much higher degree of dynamicity and modularity than any other container architecture and is well suited for both client and server applications.
5+
6+
https://www.eclipse.org[Eclipse] is the most visible OSGi ecosystem on the market, housing many UI driven OSGi projects including a runtime framework. https://knopflerfish.org[Knopflerfish] as well as https://felix.apache.org/[Apache Felix] are other runtime platforms, with their respective standard services.
7+
8+
Pax intends to be complimentary to all these efforts and main focus are on good practices and technology integration.
9+
10+
Feel free to start or suggest additional subprojects.

0 commit comments

Comments
 (0)