diff --git a/docs/docs/03-unity-advanced/00-part-4.md b/docs/docs/03-unity-advanced/00-part-4.md index b8af1018a8..48c66a78fa 100644 --- a/docs/docs/03-unity-advanced/00-part-4.md +++ b/docs/docs/03-unity-advanced/00-part-4.md @@ -1,4 +1,6 @@ -# Unity Tutorial - Advanced - Part 4 - Resources and Scheduling +--- +title: Unity Tutorial - Advanced - Part 4 - Resources and Scheduling +--- Need help with the tutorial? [Join our Discord server](https://discord.gg/spacetimedb)! diff --git a/docs/docs/06-webassembly-abi/00-overview.md b/docs/docs/06-webassembly-abi/00-overview.md index 3b54157c0d..c946059a04 100644 --- a/docs/docs/06-webassembly-abi/00-overview.md +++ b/docs/docs/06-webassembly-abi/00-overview.md @@ -1,4 +1,6 @@ -# Module ABI Reference +--- +title: Module ABI Reference +--- This document specifies the _low level details_ of module-host interactions (_"Module ABI"_). _**Most users**_ looking to interact with the host will want to use derived and higher level functionality like [`bindings`], `#[spacetimedb(table)]`, and `#[derive(SpacetimeType)]` rather than this low level ABI. For more on those, read the [Rust module quick start][module_quick_start] guide and the [Rust module reference][module_ref].