Skip to content
1 change: 1 addition & 0 deletions .github/workflows/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
- name: Generate index.md from README.md
run: |
cp README.md docs/index.md
sed -i 's|docs/guide.md|guide/|g' docs/index.md
mkdir docs/media
cp media/logo.png docs/media/logo.png

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# efsa_tools <img src="media/logo.png" height="140" align="right">
# efsa_tools <img src="https://raw.githubusercontent.com/openefsa/efsa_tools/main/media/logo.png" height="140" align="right">

[![Lifecycle: stable](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://lifecycle.r-lib.org/articles/stages.html#stable) [![codecov](https://codecov.io/gh/openefsa/efsa_tools/branch/main/graph/badge.svg?token=0YQIJKISMA)](https://codecov.io/gh/openefsa/efsa_tools)

Expand Down
4 changes: 2 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ theme:
name: mkdocs

nav:
Home: 'index.md'
'Get started': 'guide.md'
- Home: 'index.md'
- 'Get started': 'guide.md'
Loading