Skip to content

Commit e4f6684

Browse files
author
Carles Milà
committed
Testing alisases and small fixes
1 parent 9c89269 commit e4f6684

File tree

5 files changed

+8
-5
lines changed

5 files changed

+8
-5
lines changed

_quarto.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ website:
88
favicon: "figures/bsc-logo.png"
99
navbar:
1010
title: "GHRtools"
11-
navigation-container: narrow
1211
background: "#f5fcf6"
1312
foreground: "#3d3d3d"
1413
left:
@@ -17,7 +16,7 @@ website:
1716
- text: "data4health"
1817
menu:
1918
- text: Overview
20-
href: docs/data4health/data4health.qmd
19+
href: docs/data4health/data4health
2120
- text: "clim4health"
2221
menu:
2322
- text: Overview
@@ -60,3 +59,5 @@ format:
6059
page-layout: full
6160
theme: simplex
6261
css: styles.css
62+
html-metadata:
63+
pretty_urls: true

docs/GHRexplore/GHRexplore-news.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "GHRexplore changelog"
33
format: html
4-
toc: false
4+
toc: true
55
---
66

77
<!-- badges: start -->

docs/GHRmodel/GHRmodel-index.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ toc: false
66

77
<!-- badges: start -->
88
[![License](http://img.shields.io/badge/license-GPL%20%28%3E=%202%29-brightgreen.svg?style=flat)](http://www.gnu.org/licenses/gpl-2.0.html)
9-
[![CRAN status](https://img.shields.io/cran/v/GHRexplore)](https://cran.r-project.org/package=GHRmodel)
9+
[![CRAN status](https://img.shields.io/cran/v/GHRmodel)](https://cran.r-project.org/package=GHRmodel)
1010
<!-- badges: end -->
1111

1212
```{=html}

docs/GHRmodel/GHRmodel-news.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ toc: true
66

77
<!-- badges: start -->
88
[![License](http://img.shields.io/badge/license-GPL%20%28%3E=%202%29-brightgreen.svg?style=flat)](http://www.gnu.org/licenses/gpl-2.0.html)
9-
[![CRAN status](https://img.shields.io/cran/v/GHRexplore)](https://cran.r-project.org/package=GHRexplore)
9+
[![CRAN status](https://img.shields.io/cran/v/GHRmodel)](https://cran.r-project.org/package=GHRmodel)
1010
<!-- badges: end -->
1111

1212
```{=html}

docs/data4health/data4health.qmd

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: "data4health"
3+
aliases:
4+
- /docs/data4health/data4health
35
---
46

57
Under construction.

0 commit comments

Comments
 (0)