From b76622542ba6ebfdc710bd819626ca14a11d3a52 Mon Sep 17 00:00:00 2001 From: Thomas Denney Date: Fri, 15 Jul 2016 15:50:26 +0100 Subject: [PATCH] Ensure title shows correctly for doc pages --- docs/blocks/variables.md | 2 +- docs/js/sequence.md | 2 +- docs/reference/types/string-functions.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/blocks/variables.md b/docs/blocks/variables.md index e4b5c0ed..8009c744 100644 --- a/docs/blocks/variables.md +++ b/docs/blocks/variables.md @@ -1,4 +1,4 @@ -## Variables +# Variables [Assign](/blocks/variables/assign) (set) a variable's value diff --git a/docs/js/sequence.md b/docs/js/sequence.md index 349dd466..e8a77af6 100644 --- a/docs/js/sequence.md +++ b/docs/js/sequence.md @@ -1,4 +1,4 @@ -## Sequencing commands +# Sequencing commands By calling one function after another, you can create an animation: diff --git a/docs/reference/types/string-functions.md b/docs/reference/types/string-functions.md index a4909c2e..f546ce1c 100644 --- a/docs/reference/types/string-functions.md +++ b/docs/reference/types/string-functions.md @@ -1,3 +1,3 @@ -## String functions +# String functions TBD \ No newline at end of file