#24 Fix preview of the page
Merged 2 years ago by kevin. Opened 2 years ago by zlopez.
cpe/ zlopez/docs fix_preview  into  master

file modified
+1 -1
@@ -9,7 +9,7 @@ 

  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.

- start_page: ROOT:index

+ start_page: ROOT:index.adoc

  

  # This lists all the menu definitions of your component.

  nav:

file modified
+2 -2
@@ -1,6 +1,6 @@ 

  site:

    title: Local Preview

-   start_page: cpe:ROOT:index

+   start_page: cpe:ROOT:index.adoc

  content:

    sources:

     - url: .
@@ -16,5 +16,5 @@ 

    destinations:

    - provider: archive

  runtime:

-   pull: true

+   fetch: true

    cache_dir: ./cache

Preview of the page failed with fatal error when retrieving antora git.
This commit solves this issue.

It also fixes few warnings thrown during the build about start page.

Signed-off-by: Michal Konečný mkonecny@redhat.com

Pull-Request has been merged by kevin

2 years ago
Metadata