docs: Rename 'QuickStart' into 'Getting Started' (#25762)

Delete symlink

docs: Undo unwanted changes

docs: Rename 'QuickStart' into 'Getting Started'

Revert symlink commit
PR Close #25762
This commit is contained in:
Frederik Schlemmer 2018-09-05 07:45:00 +02:00 committed by Jason Aden
parent c9cfcfa728
commit 6c6bc95ac0
6 changed files with 8 additions and 8 deletions

View File

@ -15,7 +15,7 @@ There are three kinds of directives in Angular:
1. Attribute directives—change the appearance or behavior of an element, component, or another directive.
*Components* are the most common of the three directives.
You saw a component for the first time in the [QuickStart](guide/quickstart) guide.
You saw a component for the first time in the [Getting Started](guide/quickstart).
*Structural Directives* change the structure of the view.
Two examples are [NgFor](guide/template-syntax#ngFor) and [NgIf](guide/template-syntax#ngIf).

View File

@ -31,7 +31,7 @@ The easiest way to display a component property
is to bind the property name through interpolation.
With interpolation, you put the property name in the view template, enclosed in double curly braces: `{{myHero}}`.
Follow the [quickstart](guide/quickstart) instructions for creating a new project
Follow the [Getting Started](guide/quickstart) instructions for creating a new project
named <code>displaying-data</code>.
Delete the <code>app.component.html</code> file. It is not needed for this example.

View File

@ -132,7 +132,7 @@ A [decorator](guide/glossary#decorator) statement immediately before a field in
The [Angular CLI](https://cli.angular.io/) is a command-line tool for managing the Angular development cycle. Use it to create the initial filesystem scaffolding for a [workspace](guide/glossary#workspace) or [project](guide/glossary#project), and to run [schematics](guide/glossary#schematic) that add and modify code for initial generic versions of various elements. The CLI supports all stages of the development cycle, including building, testing, bundling, and deployment.
* To begin using the CLI for a new project, see [QuickStart](guide/quickstart).
* To begin using the CLI for a new project, see [Getting Started](guide/quickstart).
* To learn more about the full capabilities of the CLI, see the [Angular CLI documentation](https://github.com/angular/angular-cli/wiki).
{@a component}

View File

@ -1,4 +1,4 @@
# QuickStart
# Getting Started
Good tools make application development quicker and easier to maintain than
if you did everything by hand.
@ -147,7 +147,7 @@ Open `src/app/app.component.css` and give the component some style.
<figure>
<img src='generated/images/guide/cli-quickstart/my-first-app.png' alt="Output of QuickStart app">
<img src='generated/images/guide/cli-quickstart/my-first-app.png' alt="Output of Getting Started app">
</figure>

View File

@ -330,7 +330,7 @@ You may need [nvm](https://github.com/creationix/nvm) if you already have projec
Links on almost every documentation page open completed samples in the browser.
You can play with the sample code, share your changes with friends, and download and run the code on your own machine.
The [QuickStart](guide/quickstart "Angular QuickStart Playground") shows just the `AppComponent` file.
The [Getting Started](guide/quickstart "Angular QuickStart Playground") shows just the `AppComponent` file.
It creates the equivalent of `app.module.ts` and `main.ts` internally _for the playground only_.
so the reader can discover Angular without distraction.
The other samples are based on the QuickStart seed.

View File

@ -10,9 +10,9 @@ Angular is a platform that makes it easy to build applications with the web. Ang
<p class="card-footer">Angular in Action</p>
</a>
<a href="guide/quickstart" class="docs-card" title="Angular Quickstart">
<a href="guide/quickstart" class="docs-card" title="Angular Getting Started">
<section>Get Going with Angular</section>
<p>Get going on your own environment with the Quickstart.</p>
<p>Get going on your own environment with the Getting Started.</p>
<p class="card-footer">Quickstart</p>
</a>