@bilgeyucel here is the branch for 'walk throughs'
In this branch (which I call 'option 1') - walk throughs are inside tutorials.
If I had time, my other option would have been to create a branch where 'walk throughs' have their own drop down and page under 'learn'. Which now that we have cookbooks separately is actually a better option :) Maybe you could move them out into their own page?
To use it, you must have a file in tutorials that has the following frontmatter:
---
layout: tutorial
featured_image: /images/tutorials.png
images: ["/images/tutorials.png"]
toc: True
title: "Full Walkthrough: Agents"
description: A guided walkthrough to learn everything about function calling, agents and agend support in Haystack
guide: True
haystack_2: True
---
@bilgeyucel here is the branch for 'walk throughs' In this branch (which I call 'option 1') - walk throughs are inside tutorials.
If I had time, my other option would have been to create a branch where 'walk throughs' have their own drop down and page under 'learn'. Which now that we have cookbooks separately is actually a better option :) Maybe you could move them out into their own page?
To use it, you must have a file in tutorials that has the following frontmatter:
The corresponding tutorials branch can be found here: https://github.com/deepset-ai/haystack-tutorials/pull/330