Skip to content

Commit 4a4cfb0

Browse files
alan-agius4alexeagle
authored andcommitted
docs: add links to aio pages
1 parent 41eee21 commit 4a4cfb0

40 files changed

+562
-3
lines changed

docs/documentation/add.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<!-- Links in /docs/documentation should NOT have \`.md\` at the end, because they end up in our wiki at release. -->
22

3+
**Documentation below is for CLI version 6. For version 7 see [here](https://angular.io/cli/add).**
4+
35
# ng add
46

57
## Overview

docs/documentation/build.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
<!-- Links in /docs/documentation should NOT have `.md` at the end, because they end up in our wiki at release. -->
2+
**Documentation below is for CLI version 6. For version 7 see [here](https://angular.io/cli/build)**.
3+
24

35
# ng build
46

docs/documentation/config.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<!-- Links in /docs/documentation should NOT have `.md` at the end, because they end up in our wiki at release. -->
2+
**Documentation below is for CLI version 6. For version 7 see [here](https://angular.io/cli/config)**.
23

34
# ng config
45

docs/documentation/doc.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<!-- Links in /docs/documentation should NOT have `.md` at the end, because they end up in our wiki at release. -->
2+
**Documentation below is for CLI version 6. For version 7 see [here](https://angular.io/cli/doc)**.
23

34
# ng doc
45

docs/documentation/e2e.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<!-- Links in /docs/documentation should NOT have `.md` at the end, because they end up in our wiki at release. -->
2+
**Documentation below is for CLI version 6. For version 7 see [here](https://angular.io/cli/e2e)**.
23

34
# ng e2e
45

docs/documentation/eject.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<!-- Links in /docs/documentation should NOT have \`.md\` at the end, because they end up in our wiki at release. -->
2+
**Documentation below is for CLI version 6.**.
23

34
# ng eject
45

docs/documentation/generate.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<!-- Links in /docs/documentation should NOT have `.md` at the end, because they end up in our wiki at release. -->
22

3+
**Documentation below is for CLI version 6. For version 7 see [here](https://angular.io/cli/generate)**.
4+
35
# ng generate
46

57
## Overview

docs/documentation/generate/app-shell.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<!-- Links in /docs/documentation should NOT have \`.md\` at the end, because they end up in our wiki at release. -->
22

3+
**Documentation below is for CLI version 6. For version 7 see [here](https://angular.io/cli/generate)**.
4+
35
# ng generate app-shell
46

57
## Overview

docs/documentation/generate/application.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<!-- Links in /docs/documentation should NOT have \`.md\` at the end, because they end up in our wiki at release. -->
22

3+
**Documentation below is for CLI version 6. For version 7 see [here](https://angular.io/cli/generate)**.
4+
35
# ng generate application
46

57
## Overview

docs/documentation/generate/class.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!-- Links in /docs/documentation should NOT have `.md` at the end, because they end up in our wiki at release. -->
2-
2+
**Documentation below is for CLI version 6. For version 7 see [here](https://angular.io/cli/generate)**.
33
# ng generate class
44

55
## Overview

docs/documentation/generate/component.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<!-- Links in /docs/documentation should NOT have `.md` at the end, because they end up in our wiki at release. -->
22

3+
**Documentation below is for CLI version 6. For version 7 see [here](https://angular.io/cli/generate)**.
4+
35
# ng generate component
46

57
## Overview

docs/documentation/generate/directive.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<!-- Links in /docs/documentation should NOT have `.md` at the end, because they end up in our wiki at release. -->
2+
**Documentation below is for CLI version 6. For version 7 see [here](https://angular.io/cli/generate)**.
23

34
# ng generate directive
45

docs/documentation/generate/enum.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!-- Links in /docs/documentation should NOT have `.md` at the end, because they end up in our wiki at release. -->
2-
2+
**Documentation below is for CLI version 6. For version 7 see [here](https://angular.io/cli/generate)**.
33
# ng generate enum
44

55
## Overview

docs/documentation/generate/guard.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
**Documentation below is for CLI version 6. For version 7 see [here](https://angular.io/cli/generate)**.
2+
13
# ng generate guard
24

35
## Overview

docs/documentation/generate/interface.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<!-- Links in /docs/documentation should NOT have `.md` at the end, because they end up in our wiki at release. -->
2+
**Documentation below is for CLI version 6. For version 7 see [here](https://angular.io/cli/generate)**.
23

34
# ng generate interface
45

docs/documentation/generate/library.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
<!-- Links in /docs/documentation should NOT have \`.md\` at the end, because they end up in our wiki at release. -->
2+
**Documentation below is for CLI version 6. For version 7 see [here](https://angular.io/cli/generate)**.
3+
24

35
# ng generate library
46

docs/documentation/generate/module.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<!-- Links in /docs/documentation should NOT have `.md` at the end, because they end up in our wiki at release. -->
2+
**Documentation below is for CLI version 6. For version 7 see [here](https://angular.io/cli/generate)**.
23

34
# ng generate module
45

docs/documentation/generate/pipe.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<!-- Links in /docs/documentation should NOT have `.md` at the end, because they end up in our wiki at release. -->
2+
**Documentation below is for CLI version 6. For version 7 see [here](https://angular.io/cli/generate)**.
23

34
# ng generate pipe
45

docs/documentation/generate/service.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<!-- Links in /docs/documentation should NOT have `.md` at the end, because they end up in our wiki at release. -->
2+
**Documentation below is for CLI version 6. For version 7 see [here](https://angular.io/cli/generate)**.
23

34
# ng generate service
45

docs/documentation/generate/universal.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<!-- Links in /docs/documentation should NOT have \`.md\` at the end, because they end up in our wiki at release. -->
2+
**Documentation below is for CLI version 6. For version 7 see [here](https://angular.io/cli/generate)**.
23

34
# ng generate universal
45

docs/documentation/help.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
<!-- Links in /docs/documentation should NOT have \`.md\` at the end, because they end up in our wiki at release. -->
2+
**Documentation below is for CLI version 6. For version 7 see [here](https://angular.io/cli/help)**.
3+
24

35
# ng help
46

docs/documentation/home.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Angular CLI
44

5-
NOTE: this documentation is for Angular CLI 6. For Angular CLI 1.x go [here](1-x-home) instead.
5+
**NOTE: this documentation is for Angular CLI 6. For Angular CLI Version 7 go [here](https://angular.io/cli) and 1.x go [here](1-x-home) instead.**
66

77
### Overview
88
The Angular CLI is a tool to initialize, develop, scaffold and maintain [Angular](https://angular.io) applications

docs/documentation/lint.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<!-- Links in /docs/documentation should NOT have `.md` at the end, because they end up in our wiki at release. -->
2+
**Documentation below is for CLI version 6. For version 7 see [here](https://angular.io/cli/lint)**.
23

34
# ng lint
45

docs/documentation/new.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<!-- Links in /docs/documentation should NOT have `.md` at the end, because they end up in our wiki at release. -->
22

3+
**Documentation below is for CLI version 6. For version 7 see [here](https://angular.io/cli/new)**.
4+
35
# ng new
46

57
## Overview

docs/documentation/run.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<!-- Links in /docs/documentation should NOT have \`.md\` at the end, because they end up in our wiki at release. -->
2+
**Documentation below is for CLI version 6. For version 7 see [here](https://angular.io/cli/run)**.
23

34
# ng run
45

docs/documentation/serve.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<!-- Links in /docs/documentation should NOT have `.md` at the end, because they end up in our wiki at release. -->
2+
**Documentation below is for CLI version 6. For version 7 see [here](https://angular.io/cli/serve)**.
23

34
# ng serve
45

0 commit comments

Comments
 (0)