docs: update the intro page (#49980)

Update the introduction page to include a link to the new tutorial and to remove links to the other tutorials to give learners a clearer path forward. Also, add files to pull approve.

PR Close #49980
This commit is contained in:
Mark Thompson 2023-04-28 15:51:35 -07:00 committed by Alex Rickabaugh
parent e074e5386e
commit b83d84aba7
2 changed files with 6 additions and 10 deletions

View file

@ -858,6 +858,7 @@ groups:
'aio/content/images/guide/toh/**/{*,.*}',
'aio/content/demos/first-app/**/{*,.*}',
'aio/content/examples/first-app-*/**/{*,.*}',
'aio/content/images/guide/faa/**/{*,.*}',
'aio/content/examples/toh-pt0/**/{*,.*}',
'aio/content/examples/toh-pt1/**/{*,.*}',
'aio/content/examples/toh-pt2/**/{*,.*}',

View file

@ -6,16 +6,16 @@ These Angular docs help you learn and use the Angular framework and development
Tutorials and guides include downloadable examples to help you start your projects.
<div class="card-container">
<a href="tutorial/first-app" class="docs-card" title="Work through a full tutorial">
<section>Build your first Angular app</section>
<p>Work through a full tutorial to create your first application.</p>
<p class="card-footer">Homes App Tutorial</p>
</a>
<a href="guide/what-is-angular" class="docs-card" title="Angular Platform Overview">
<section>What is Angular</section>
<p>Get a high-level overview of the Angular platform.</p>
<p class="card-footer">Platform overview</p>
</a>
<a href="start" class="docs-card" title="Getting started">
<section>Getting started</section>
<p>Examine and work with a small ready-made Angular application, without any setup.</p>
<p class="card-footer">Try it now</p>
</a>
<a href="guide/architecture" class="docs-card" title="Angular Concepts">
<section>Learn and Explore</section>
<p>Learn about the fundamental design concepts and architecture of Angular applications.</p>
@ -26,11 +26,6 @@ Tutorials and guides include downloadable examples to help you start your projec
<p>Set up your local environment for development with the Angular CLI.</p>
<p class="card-footer">Local setup</p>
</a>
<a href="tutorial" class="docs-card" title="Work through a full tutorial">
<section>Hello World</section>
<p>Work through a full tutorial to create your first application.</p>
<p class="card-footer">Tour of Heroes tutorial</p>
</a>
</div>
## Assumptions