Skip to content

Commit b83d84a

Browse files
MarkTechsonalxhub
authored andcommitted
docs: update the intro page (angular#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 angular#49980
1 parent e074e53 commit b83d84a

2 files changed

Lines changed: 6 additions & 10 deletions

File tree

.pullapprove.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -858,6 +858,7 @@ groups:
858858
'aio/content/images/guide/toh/**/{*,.*}',
859859
'aio/content/demos/first-app/**/{*,.*}',
860860
'aio/content/examples/first-app-*/**/{*,.*}',
861+
'aio/content/images/guide/faa/**/{*,.*}',
861862
'aio/content/examples/toh-pt0/**/{*,.*}',
862863
'aio/content/examples/toh-pt1/**/{*,.*}',
863864
'aio/content/examples/toh-pt2/**/{*,.*}',

aio/content/marketing/docs.md

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@ These Angular docs help you learn and use the Angular framework and development
66
Tutorials and guides include downloadable examples to help you start your projects.
77

88
<div class="card-container">
9+
<a href="tutorial/first-app" class="docs-card" title="Work through a full tutorial">
10+
<section>Build your first Angular app</section>
11+
<p>Work through a full tutorial to create your first application.</p>
12+
<p class="card-footer">Homes App Tutorial</p>
13+
</a>
914
<a href="guide/what-is-angular" class="docs-card" title="Angular Platform Overview">
1015
<section>What is Angular</section>
1116
<p>Get a high-level overview of the Angular platform.</p>
1217
<p class="card-footer">Platform overview</p>
1318
</a>
14-
<a href="start" class="docs-card" title="Getting started">
15-
<section>Getting started</section>
16-
<p>Examine and work with a small ready-made Angular application, without any setup.</p>
17-
<p class="card-footer">Try it now</p>
18-
</a>
1919
<a href="guide/architecture" class="docs-card" title="Angular Concepts">
2020
<section>Learn and Explore</section>
2121
<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
2626
<p>Set up your local environment for development with the Angular CLI.</p>
2727
<p class="card-footer">Local setup</p>
2828
</a>
29-
<a href="tutorial" class="docs-card" title="Work through a full tutorial">
30-
<section>Hello World</section>
31-
<p>Work through a full tutorial to create your first application.</p>
32-
<p class="card-footer">Tour of Heroes tutorial</p>
33-
</a>
3429
</div>
3530

3631
## Assumptions

0 commit comments

Comments
 (0)