luc-tielen / eclair-lang

A minimal, fast Datalog implementation in Haskell that compiles to LLVM IR
BSD 3-Clause "New" or "Revised" License
220 stars 12 forks source link

[Docs] FAQ page's next link at the bottom right refers to itself #147

Closed emres closed 1 year ago

emres commented 1 year ago

Frequently Asked Questions documentation page's next link at the bottom right refers to itself, creating a cycle.

I think the next link at the bottom right should read and link to the next item in documentation's menu on the left.

See also the following screenshot:

image

luc-tielen commented 1 year ago

Hey Emre, thanks for pointing this out!

I fixed it in this pull request in the eclair-website repository.

It's due to a silly bug when 2 articles belong to the same section and have the same order (ordering of articles is done manually atm 🤫).

In the future I will add a CI check for it!