feat: New docs setup

This commit is contained in:
sven
2025-04-20 18:34:16 +02:00
parent 033b4f27aa
commit 880552ac0a
6 changed files with 32 additions and 1 deletions
+4 -1
View File
@@ -136,4 +136,7 @@ dist
.pnp.*
# Setup and configuration
.direnv
.direnv
# Antora
build/site/
+17
View File
@@ -0,0 +1,17 @@
site:
title: My Project Docs
start_page: my-component::index.adoc
content:
sources:
- url: .
branches: HEAD
start_path: docs
ui:
bundle:
dir: ./ui
snapshot: true
output:
dir: ./build/site
+5
View File
@@ -0,0 +1,5 @@
name: my-component
title: My Docs
version: latest
nav:
- modules/ROOT/nav.adoc
+1
View File
@@ -0,0 +1 @@
* xref:index.adoc[Home]
+3
View File
@@ -0,0 +1,3 @@
= Welcome to My Docs
This is a sample Antora documentation page.
+2
View File
@@ -0,0 +1,2 @@
name: my-custom-ui
version: 1.0.0