Skip to content

Commit ceb4d84

Browse files
committed
Add an Antora playbook file
It's come up discussion around the migration to Antora, that the client docs should be able to be built standalone, and not just as a part of the larger documentation set. By adding an Antora Playbook file (site.yml), the client docs can be built both standalone and as part of the larger ownCloud documentation site. See #6785 (comment)
1 parent a9983a7 commit ceb4d84

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

site.yml

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
site:
2+
title: ownCloud Client Documentation
3+
4+
content:
5+
sources:
6+
- url: .
7+
branches: [master-antora]
8+
start_path: docs/
9+
10+
ui:
11+
bundle:
12+
url: https://github.com/owncloud/docs-ui/releases/download/1.0.0/ui-bundle.zip
13+
output_dir: assets
14+
15+
output:
16+
clean: true
17+
dir: public

0 commit comments

Comments
 (0)