To improve the oboarding process for new users, via making the crash course clearer and more focused.
What are the changes implemented in this PR?
Crash course is now divided into "setup" and "pathways".
There are three pathways tailored to a user's previous experience: new users, relational users, and graph users.
Content in "new user" pathway is designed to start with database fundamentals and use conceptual modelling.
Content in "relational user" and "graph user" pathways are designed to use data structures and output formats that will be familiar, showing how to use them in TypeDB.
An unindexed page for a "document user" pathway has also been added.
All pathways user the same bookstore database as Academy as the data domain, with some modelling differences per pathway.
What is the goal of this PR?
To improve the oboarding process for new users, via making the crash course clearer and more focused.
What are the changes implemented in this PR?