Skip to content

Commit b131997

Browse files
committed
Initialize site framework
1 parent cae7e4e commit b131997

File tree

3 files changed

+18
-0
lines changed

3 files changed

+18
-0
lines changed

antora.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: starlight-for-jms
2+
title: Starlight For JMS Documentation
3+
version: 3.0.0
4+
start_page: starlight-for-jms::index.adoc
5+
6+
asciidoc:
7+
attributes:
8+
9+
nav:
10+
- modules/ROOT/nav.adoc

modules/ROOT/nav.adoc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
* xref:index.adoc[Overview]
2+
3+
* JMS Migration
4+
5+
* Reference
6+
7+
* Examples

modules/ROOT/pages/index.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Welcome to the S4J site

0 commit comments

Comments
 (0)