-
Notifications
You must be signed in to change notification settings - Fork 752
Description
We should remove 'learn by doing' resources that are made redundant by the new getting started.
-
src/content/tutorials/server/get-started.md
This page is almost entirely redundant now. Covers installing the SDK, creating a console app, and running it. All of this is covered in greater detail and with more modern context inget-started/hello-world.md. -
src/content/tutorials/server/fetch-data.md
This page is also almost entirely redundant now, and all the concepts are fully covered inget-started/http.mdandget-started/data-and-json.md. -
src/content/tutorials/server/cmdline.md
This one is a bit more debatable. The difference is that it teaches 'raw' APIs for I/O and building CLIs, where the new Get Started is a little more high-level. That said, raw APIs don't really need "learn by doing" tutorials.