-
Notifications
You must be signed in to change notification settings - Fork 13
Description
- Make the syntax of the language tour consistent with the new frontend
- cover implicits and basics of existentials
- working with arrays (tips in the current implementation, and the ideal syntax in the future)
You can find the language tour here: https://github.com/hylo-lang/hylo-website/blob/main/src/content/docs/docs/user/language-tour/basic-types.md deployed version: https://hylo.palpista11.workers.dev/docs/user/language-tour/
The sidebar titles and order of items can be customized here: https://github.com/hylo-lang/hylo-website/blob/main/src/content/docs/docs/user/.sidebar.ts
If you need to include code snippets or other fancy visuals, I recommend checking out Editing this Documentation | Hylo, or the full set of available Starlight Components. We can also make new HTML components in a .astro file, if some interactive visualization would be useful. E.g. visualizing scopes/lifetimes, step by step execution of a subscript, etc.. Anyways, during writing don't worry about these, you can have some simple code blocks with comments repeated multiple times.
Images can be included with relative links, I recommend creating an assets folder to keep them organized. Alternatively, you can also make a folder with the name of the page slug, and have an index.mdx inside it, and collect assets besides it.
The readme.md contains instructions on how to set up the development server locally.