Update configuration for Antora 3.0
This commit is contained in:
parent
a1f092537f
commit
e739047b65
2 changed files with 3 additions and 3 deletions
|
@ -9,7 +9,7 @@ title: Quick Docs
|
||||||
version: master
|
version: master
|
||||||
|
|
||||||
# We encourage you to name the index page as "index.adoc". If you absolutely have to use a different name, please reflect it here. You can ignore this field otherwise.
|
# We encourage you to name the index page as "index.adoc". If you absolutely have to use a different name, please reflect it here. You can ignore this field otherwise.
|
||||||
start_page: ROOT:index
|
start_page: ROOT:index.adoc
|
||||||
|
|
||||||
# This lists all the menu definitions of your component.
|
# This lists all the menu definitions of your component.
|
||||||
nav:
|
nav:
|
||||||
|
|
4
site.yml
4
site.yml
|
@ -1,6 +1,6 @@
|
||||||
site:
|
site:
|
||||||
title: Local Preview
|
title: Local Preview
|
||||||
start_page: quick-docs::index
|
start_page: quick-docs::index.adoc
|
||||||
content:
|
content:
|
||||||
sources:
|
sources:
|
||||||
- url: .
|
- url: .
|
||||||
|
@ -16,5 +16,5 @@ output:
|
||||||
destinations:
|
destinations:
|
||||||
- provider: archive
|
- provider: archive
|
||||||
runtime:
|
runtime:
|
||||||
pull: true
|
fetch: true
|
||||||
cache_dir: ./cache
|
cache_dir: ./cache
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue