diff --git a/firebase.json b/firebase.json index ebc686d4d3..19b7b45879 100644 --- a/firebase.json +++ b/firebase.json @@ -1,6 +1,28 @@ { "firebase": "angular-io", "public": "www", + "rewrites": [ + { + "source": "/docs/dart/latest/testing", + "destination": "/docs/dart/latest/index.html" + }, + { + "source": "/docs/dart/latest/tutorial", + "destination": "/docs/dart/latest/index.html" + }, + { + "source": "/docs/js/latest/testing", + "destination": "/docs/js/latest/index.html" + }, + { + "source": "/docs/js/latest/tutorial", + "destination": "/docs/js/latest/index.html" + }, + { + "source": "/docs/ts/latest/guide/setup.html", + "destination": "/docs/ts/latest/index.html" + } + ], "ignore": [ "firebase.json", "**/.*", diff --git a/package.json b/package.json index 25539af4a2..cfb6a6d2c0 100644 --- a/package.json +++ b/package.json @@ -55,8 +55,5 @@ "q": "^1.4.1", "typescript": "~1.5.3", "yargs": "^3.23.0" - }, - "contributors": [ - "Jay Traband " - ] + } } diff --git a/public/404.jade b/public/404.jade new file mode 100644 index 0000000000..bf7811fd68 --- /dev/null +++ b/public/404.jade @@ -0,0 +1,4 @@ +.l-main-section + h2 404 + p Whoops. Looks like what you're looking for can't be found. + diff --git a/public/404.md b/public/404.md deleted file mode 100644 index 0b7af78897..0000000000 --- a/public/404.md +++ /dev/null @@ -1,2 +0,0 @@ -#404 -###Whoops. Looks like what you're looking for can't be found. diff --git a/public/_includes/_hero-home.jade b/public/_includes/_hero-home.jade index 9fd5644856..99a8f9d3f5 100644 --- a/public/_includes/_hero-home.jade +++ b/public/_includes/_hero-home.jade @@ -1,5 +1,5 @@ header(class="background-sky") - .hero.background-sf-paper.is-large + .hero.background-lon-paper.is-large h1.text-headline.hero-logo #{title} .hero-cta diff --git a/public/docs/ts/latest/guide/transforming-data.jade b/public/docs/ts/latest/guide/transforming-data.jade deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/public/docs/ts/latest/guide/using-forms.jade b/public/docs/ts/latest/guide/using-forms.jade deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/public/resources/css/_theme.scss b/public/resources/css/_theme.scss index 307020158d..72e4290a14 100644 --- a/public/resources/css/_theme.scss +++ b/public/resources/css/_theme.scss @@ -36,8 +36,8 @@ * */ -.background-sf-paper { - background: url('/resources/images/backgrounds/sf-paper.png') bottom center no-repeat; +.background-lon-paper { + background: url('/resources/images/backgrounds/lon-paper.png') bottom center no-repeat; background-size: 100%; background-position: fixed; } diff --git a/public/resources/images/backgrounds/lon-paper.png b/public/resources/images/backgrounds/lon-paper.png new file mode 100644 index 0000000000..852c247207 Binary files /dev/null and b/public/resources/images/backgrounds/lon-paper.png differ