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