njord-rs / njord-rs.github.io

The official website for Njord in SvelteKit.
https://njord.rs
BSD 3-Clause "New" or "Revised" License
7 stars 2 forks source link

Automatically update link in Navbar.svelte based on latest release #2

Closed mjovanc closed 10 months ago

mjovanc commented 10 months ago

I want to update in Navbar.svelte so that it automatically updates the link based on the latest version:

<a href="http://docs.rs/njord/0.1.0/njord">Docs</a>
mjovanc commented 10 months ago

We can just use:

<a href="http://docs.rs/njord/latest/njord">Docs</a>

instead lol. that was easy fix. But can someone do it?

newtoallofthis123 commented 10 months ago

Hey! Check the code! It is already fixed :)

image