From da2cb5d82a63398bec5f12d37563c8cc016856ba Mon Sep 17 00:00:00 2001 From: Christian Williams Date: Fri, 5 Nov 2010 10:38:22 -0700 Subject: [PATCH] Remove "Jasmine" from individual page titles; it's automatically added to every title on the site. --- async.html.md | 2 +- background.html.md | 2 +- before-and-after.html.md | 2 +- download.html.md | 2 +- matchers.md | 2 +- release-notes.html.md | 2 +- spies.html.md | 2 +- suites-and-specs.html.md | 2 +- user-guide.html.md | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/async.html.md b/async.html.md index ecde94a..5dfc8ca 100644 --- a/async.html.md +++ b/async.html.md @@ -1,6 +1,6 @@ --- layout: default - title: Asynchronous Specs with Jasmine + title: Asynchronous Specs --- ### Asynchronous Specs diff --git a/background.html.md b/background.html.md index 4f621e9..5803cf4 100644 --- a/background.html.md +++ b/background.html.md @@ -1,6 +1,6 @@ --- layout: default - title: Jasmine Background & History + title: Background & History --- # Why Another JavaScript TDD/BDD Framework? diff --git a/before-and-after.html.md b/before-and-after.html.md index 209aa4c..4de7075 100644 --- a/before-and-after.html.md +++ b/before-and-after.html.md @@ -1,6 +1,6 @@ --- layout: default - title: Before and After a Jasmine Spec + title: Before and After a Spec --- #### beforeEach diff --git a/download.html.md b/download.html.md index ae82e61..01436f5 100644 --- a/download.html.md +++ b/download.html.md @@ -1,6 +1,6 @@ --- layout: default - title: Jasmine Downloads + title: Downloads --- ## Downloads diff --git a/matchers.md b/matchers.md index 284350c..86d09a4 100644 --- a/matchers.md +++ b/matchers.md @@ -1,6 +1,6 @@ --- layout: default - title: Jasmine Matchers + title: Matchers --- ### Expectation Matchers diff --git a/release-notes.html.md b/release-notes.html.md index b4f3c7f..ba57b7b 100644 --- a/release-notes.html.md +++ b/release-notes.html.md @@ -1,6 +1,6 @@ --- layout: default -title: Jasmine Release Notes +title: Release Notes --- # Release Notes diff --git a/spies.html.md b/spies.html.md index ca52e18..3ccf615 100644 --- a/spies.html.md +++ b/spies.html.md @@ -1,6 +1,6 @@ --- layout: default - title: Jasmine Spies + title: Spies --- ### Spies diff --git a/suites-and-specs.html.md b/suites-and-specs.html.md index d523f87..cc447c9 100644 --- a/suites-and-specs.html.md +++ b/suites-and-specs.html.md @@ -1,6 +1,6 @@ --- layout: default - title: Jasmine Suites & Specs + title: Suites & Specs --- ## Specs diff --git a/user-guide.html.md b/user-guide.html.md index eeae232..9551729 100644 --- a/user-guide.html.md +++ b/user-guide.html.md @@ -1,6 +1,6 @@ --- layout: default -title: Jasmine User Guide +title: User Guide --- # Quick Start