docs(aio): remove toc from all marketing pages

This commit is contained in:
Peter Bacon Darwin 2017-05-04 22:11:00 +01:00 committed by Pete Bacon Darwin
parent b7caa3e024
commit a8379a46cf
4 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# Contribute to Angular
<h1 class="no-toc">Contribute to Angular</h1>
Help us build the framework of the future!

View File

@ -1,4 +1,4 @@
# What is Angular?
<h1 class="no-toc">What is Angular?</h1>
Angular is a platform that makes it easy to build applications with the web. Angular combines declarative templates, dependency injection, end to end tooling, and integrated best practices to solve development challenges. Angular empowers developers to build applications that live on the web, mobile, or the desktop

View File

@ -1,4 +1,4 @@
<h1>Press Kit</h1>
<h1 class="no-toc">Press Kit</h1>
<div class="presskit-container l-space-neg-top-8">
<div class="presskit-row">
<div class="presskit-inner">

View File

@ -1,2 +1,2 @@
<h1>Explore Angular Resources</h1>
<h1 class="no-toc">Explore Angular Resources</h1>
<aio-resource-list></aio-resource-list>