haystack-website
haystack-website copied to clipboard
Link generation for tutorials and reference pages
- Link generation for tutorials and reference pages
- Change [hardcoded versions](https://github.com/deepset-ai/haystack-website/pull/196) to dynamic implementation
@PiffPaffM said: "We have for every version of the tutorials and references a list (please see here lib/constants.ts). We use this list to generate pages for each tutorial/references (please see pages/reference/[...slug].tsx and pages/tutorials/[...slug].tsx functions getStaticPaths and getStaticProps). The code in getStaticPaths and getStaticProps needs to be optimized."