fix(docs-infra): do not create an anchor for the `file-not-found` header (#27250)

PR Close #27250
This commit is contained in:
George Kalpakas 2018-11-23 21:39:05 +02:00 committed by Igor Minar
parent 33977a2ad5
commit b2f73ddb64
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
<div class="nf-container l-flex-wrap flex-center">
<img src="assets/images/support/angular-404.svg" width="300" height="300"/>
<div class="nf-response l-flex-wrap">
<h1 class="no-toc">Page Not Found</h1>
<h1 class="no-anchor no-toc">Page Not Found</h1>
<p>We're sorry. The page you are looking for cannot be found.</p>
</div>
</div>