valkey-io / valkey-doc

Other
19 stars 25 forks source link

Malformed markdown in docs #87

Closed stockholmux closed 2 months ago

stockholmux commented 2 months ago

The following files have malformed markdown that prevent SSGs from rendering the site.

These are all related to links with missing URLs. This causes Zola to stop the world with an error: Error: Reason: Failed to render markdown filter: There is a link that is missing a URL. It appears this is a regression introduced in #61 which just ate some URLs.

zuiderkwast commented 2 months ago

OK, thanks! I'll fix these and open a PR.

These links were previously pointing to files that were missing. I suspect they were broken already before we forked. (#61 checked that the files exist, but it wasn't supposed to be able to return empty links.)

I see that in admin.md, the link is supposed to be to quickstart.md, but this file was renamed and lost in history. Now, that content is in a file called data-store.md. Do you mind if I rename data-store.md back to its original name quickstart.md?

get-started.md is linking to get-started.md and not much more. It's a dummy page basically. (It used to link to some redis labs stuff but we deleted it.) Do you mind that I delete get-started.md?

The others are easy fixes: