From b83d84aba7c2bcaf892c041aacdff220fe143c19 Mon Sep 17 00:00:00 2001 From: Mark Thompson <2554588+MarkTechson@users.noreply.github.com> Date: Fri, 28 Apr 2023 15:51:35 -0700 Subject: [PATCH] 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 --- .pullapprove.yml | 1 + aio/content/marketing/docs.md | 15 +++++---------- 2 files changed, 6 insertions(+), 10 deletions(-) diff --git a/.pullapprove.yml b/.pullapprove.yml index 13b4069f1ab..9a13c501fb8 100644 --- a/.pullapprove.yml +++ b/.pullapprove.yml @@ -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/**/{*,.*}', diff --git a/aio/content/marketing/docs.md b/aio/content/marketing/docs.md index 63f5e467373..2d445fe0c63 100644 --- a/aio/content/marketing/docs.md +++ b/aio/content/marketing/docs.md @@ -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.
+ +
Build your first Angular app
+

Work through a full tutorial to create your first application.

+ +
What is Angular

Get a high-level overview of the Angular platform.

- -
Getting started
-

Examine and work with a small ready-made Angular application, without any setup.

- -
Learn and Explore

Learn about the fundamental design concepts and architecture of Angular applications.

@@ -26,11 +26,6 @@ Tutorials and guides include downloadable examples to help you start your projec

Set up your local environment for development with the Angular CLI.

- -
Hello World
-

Work through a full tutorial to create your first application.

- -
## Assumptions