docs(aio): remove fundamentals/techniques intro pages
This commit is contained in:
parent
2ee7662737
commit
7ae0440cca
|
@ -1,3 +0,0 @@
|
|||
# Fundamentals of Angular
|
||||
|
||||
Learn the fundamental features of Angular in this section of the guide.
|
|
@ -1,3 +0,0 @@
|
|||
# Techniques
|
||||
|
||||
Learn important Angular application techniques such as how to setup, secure, and deploy your application.
|
|
@ -21,10 +21,10 @@ Angular is a platform that makes it easy to build applications with the web. Ang
|
|||
<p class="card-footer"><a href="guide/tutorial">Tutorial</a></p>-->
|
||||
</div>
|
||||
|
||||
<a href="guide/fundamentals" class="card" title="Angular Fundamentals">
|
||||
<a href="guide/architecture" class="card" title="Angular Architecture">
|
||||
<section>Fundamentals</section>
|
||||
<p>Get additional information on specific topics in the Fundamentals section.</p>
|
||||
<p class="card-footer">Fundamentals</p>
|
||||
<p>Learn Angular application fundamentals, starting with an architecture overview.</p>
|
||||
<p class="card-footer">Architecture</p>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
|
|
|
@ -90,12 +90,6 @@
|
|||
"tooltip": "The fundamentals of Angular",
|
||||
"children": [
|
||||
|
||||
{
|
||||
"url": "guide/fundamentals",
|
||||
"title": "Introduction",
|
||||
"tooltip": "An introduction to the fundamentals of Angular."
|
||||
},
|
||||
|
||||
{
|
||||
"url": "guide/animations",
|
||||
"title": "Animations",
|
||||
|
@ -267,12 +261,6 @@
|
|||
"tooltip": "Techniques for putting Angular to work in your environment",
|
||||
"children": [
|
||||
|
||||
{
|
||||
"url": "guide/techniques",
|
||||
"title": "Introduction",
|
||||
"tooltip": "An introduction to techniques to use when developing with Angular."
|
||||
},
|
||||
|
||||
{
|
||||
"url": "guide/security",
|
||||
"title": "Security",
|
||||
|
|
Loading…
Reference in New Issue