Skip to content

Commit 06b833a

Browse files
committed
Update page order in Math Manuals and fix Antora build configuration
Enhance Documentation with Modern Page Card Support Fixes #297
1 parent a2a2a1c commit 06b833a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/math/modules/ROOT/pages/index.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
:page-cards-title: Mathematics Manuals
88
:page-illustration: fa-solid fa-infinity
99
:parent-catalogs: home
10-
:page-cards-order: 3
10+
:page-cards-order: 4
1111

1212
//In this documentation, you will learn about the mathematics behind {feelpp}.
1313
//

netlify-build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/usr/bin/env bash
22

3-
antora --html-url-extension-style=indexify site-dev.yml
3+
antora --html-url-extension-style=indexify site.yml

site.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ content:
8787
# start_path: docs/mor/
8888
ui:
8989
bundle:
90-
url: https://github.com/feelpp/antora-ui/releases/download/v0.45-rc.4/ui-bundle.zip
90+
url: https://github.com/feelpp/antora-ui/releases/download/v0.45-rc.5/ui-bundle.zip
9191
# url: https://github.com/feelpp/antora-ui/releases/latest/download/ui-bundle.zip # https://gitlab.com/feelpp/antora-ui-default/-/jobs/artifacts/feelpp/raw/build/ui-bundle.zip?job=bundle-stable
9292
snapshot: true
9393
# supplemental_files: supplemental-ui

0 commit comments

Comments
 (0)