From e43c8c04384c74221bf27bc235bc6a4e274caef2 Mon Sep 17 00:00:00 2001 From: Puru Vijay Date: Sun, 26 May 2024 18:57:58 +0530 Subject: [PATCH] Fix --- docs/docs/03-unity-advanced/00-part-4.md | 4 +++- docs/docs/06-webassembly-abi/00-overview.md | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) 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].