From e97cbf2726baf18ed74d052e9e980267573bb897 Mon Sep 17 00:00:00 2001 From: Juju Adams Date: Tue, 2 Nov 2021 22:41:02 +0000 Subject: [PATCH] Adds heading to pages --- docs/_sidebar.md | 2 ++ docs/latest/Functions-(Effect-Chains).md | 2 ++ docs/latest/Functions-(Essentials).md | 2 ++ docs/latest/Functions-(Global-Behaviours).md | 2 ++ docs/latest/Functions-(Loading-Sound-Assets).md | 2 ++ docs/latest/Functions-(Sound-Instances).md | 2 ++ 6 files changed, 12 insertions(+) diff --git a/docs/_sidebar.md b/docs/_sidebar.md index 8b8d6f3..143097b 100644 --- a/docs/_sidebar.md +++ b/docs/_sidebar.md @@ -6,6 +6,8 @@ **API Reference** +- [Essential Functions](Functions-(Essentials)) + - [Loading Sound Assets](Functions-(Loading-Sound-Assets)) - [Sound Instances](Functions-(Sound-Instances)) diff --git a/docs/latest/Functions-(Effect-Chains).md b/docs/latest/Functions-(Effect-Chains).md index ac0895a..df06c70 100644 --- a/docs/latest/Functions-(Effect-Chains).md +++ b/docs/latest/Functions-(Effect-Chains).md @@ -1,3 +1,5 @@ +# Effect Chains + ## `~_EffectChain_Create()` **Returns:** Number, an **effect chain ID** diff --git a/docs/latest/Functions-(Essentials).md b/docs/latest/Functions-(Essentials).md index 434abf0..d71ce37 100644 --- a/docs/latest/Functions-(Essentials).md +++ b/docs/latest/Functions-(Essentials).md @@ -1,3 +1,5 @@ +# Essential Functions + ## `~_Init(spatialDistanceScale, timestep)` **Returns:** N/A (`undefined`) diff --git a/docs/latest/Functions-(Global-Behaviours).md b/docs/latest/Functions-(Global-Behaviours).md index 8e54470..d98140a 100644 --- a/docs/latest/Functions-(Global-Behaviours).md +++ b/docs/latest/Functions-(Global-Behaviours).md @@ -1,3 +1,5 @@ +# Global Behaviours + ## `~_SetListenerPosition(x, y, z)` **Returns:** N/A (`undefined`) diff --git a/docs/latest/Functions-(Loading-Sound-Assets).md b/docs/latest/Functions-(Loading-Sound-Assets).md index ddcbbbc..2778033 100644 --- a/docs/latest/Functions-(Loading-Sound-Assets).md +++ b/docs/latest/Functions-(Loading-Sound-Assets).md @@ -1,3 +1,5 @@ +# Loading Sound Assets + ## `~_StaticSound_LoadWAV(filePath)` **Returns:** Number, a **static sound ID** diff --git a/docs/latest/Functions-(Sound-Instances).md b/docs/latest/Functions-(Sound-Instances).md index 7d6a9d1..41ecf7f 100644 --- a/docs/latest/Functions-(Sound-Instances).md +++ b/docs/latest/Functions-(Sound-Instances).md @@ -1,3 +1,5 @@ +# Sound Instances + ## `~_SoundInstance_Play(soundInstanceID, loop)` **Returns:** N/A (`undefined`)