This is an automated email from the ASF dual-hosted git repository. djencks pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/felix-antora-site.git
commit 50f54d546aaa88b26458972c081dadda8da22e10 Author: David Jencks <[email protected]> AuthorDate: Wed Jul 21 16:09:35 2021 -0700 fix framework page --- modules/ROOT/pages/subprojects/apache-felix-framework.adoc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/modules/ROOT/pages/subprojects/apache-felix-framework.adoc b/modules/ROOT/pages/subprojects/apache-felix-framework.adoc index 62c7527..a5ba2f3 100644 --- a/modules/ROOT/pages/subprojects/apache-felix-framework.adoc +++ b/modules/ROOT/pages/subprojects/apache-felix-framework.adoc @@ -1,7 +1,8 @@ = Apache Felix Framework +:framework-version: R8 -The Felix Framework subproject is an implementation of the OSGi R6 core framework specification. +The Felix Framework subproject is an implementation of the OSGi {framework-version} core framework specification. == Framework documentation -{% for label, page in children %}* link:{{ page.path }}[{{ page.headers.title }}] {% endfor %} +indexList::[relative=subprojects/apache-felix-framework/*.adoc]
