#115 compatibility fix for Antora 3.0
Merged 2 years ago by siddharthvipul1. Opened 2 years ago by darknao.
darknao/mentored-projects master  into  master

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

  name: mentored-projects

  title: Mentored Projects

- version: master

- start_page: ROOT:gsoc/2021/index

+ version: ~

+ start_page: ROOT:gsoc/2021/index.adoc

  nav:

  - modules/ROOT/nav.adoc

file modified
+3 -3
@@ -1,13 +1,13 @@ 

  site:

    title: Mentored Projects

-   start_page: mentored-projects::outreachy/2021/index

+   start_page: mentored-projects::outreachy/2021/index.adoc

  content:

    sources:

     - url: .

       branches: HEAD

  ui:

    bundle:

-     url: https://asamalik.fedorapeople.org/ui-bundle.zip

+     url: https://releases.pagure.org/fedora-docs/fedora-docs-ui/ui-bundle-1.02.zip

      snapshot: true

    default_layout: with_menu

  output:
@@ -16,5 +16,5 @@ 

    destinations:

    - provider: archive

  runtime:

-   pull: true

+   fetch: true

    cache_dir: ./cache

Required changes for Antora 3.0.0 compatibility.
More information on the upgrade can be found here: https://discussion.fedoraproject.org/t/antora-v3-release-and-impact-on-fedora-docs/35788

This is great!
Thank you @darknao for doing this!

Pull-Request has been merged by siddharthvipul1

2 years ago
Metadata