Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit e469929

Browse files
chalinfilipesilva
authored andcommitted
docs: remove public/docs/dart (#2956)
* tutorial when back ported * api when backported * guide when backported * quickstart, cheatsheet and glossary when backported * remove Jekyll front matter from each back ported file * backport Dart _util-fns.jade * remove docs/dart * gitignore docs/dart * only include Dart in language menu if it exists * README: remove mention of Dart
1 parent cf97326 commit e469929

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

69 files changed

+6
-3810
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,5 @@ public/docs/*/latest/guide/cheatsheet.json
3232
protractor-results.txt
3333
link-checker-results.txt
3434
*a2docs.css
35-
/dist
35+
/dist
36+
/public/docs/dart

README.md

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -35,19 +35,13 @@ if not install [nvm](https://github.com/creationix/nvm) to get node going on you
3535

3636
- this repo
3737
- [angular/angular source code repo](https://github.com/angular/angular)
38-
- (OPTIONAL) [dart-lang/angular2 source code repo](https://github.com/dart-lang/angular2);
39-
cloning the Angular Dart repo is only necessary if you plan on doing full site builds
4038

41-
to the same parent directory. The **cloned repo directories must be siblings**, with the latter two repo directories named **angular** and **angular-dart**, respectively.
39+
to the same parent directory. The **cloned repo directories must be siblings**, with the latter named **angular**.
4240

4341
1. cd into root directory `angular.io/`
4442

4543
1. Install local npm packages by running `./scripts/install.sh`
4644

47-
1. (OPTIONAL) If you intend on doing **full site builds** then you must have the
48-
Angular Dart repo (see the Clone step above), _and_ Dart tooling available.
49-
Both can be installed by running `./scripts/deploy-install.sh`
50-
5145
1. See [below](#code-sample-development) for code sample development preparation.
5246

5347
## Content Development
@@ -116,8 +110,7 @@ You must check that your example is free of lint errors.
116110

117111
All samples should be covered to some degree by end-to-end tests:
118112
- `gulp run-e2e-tests` to run all TypeScript and JavaScript tests
119-
- `gulp run-e2e-tests --lang=dart` to run all Dart tests
120-
- `gulp run-e2e-tests --lang=all` to run TypeScript, JavaScript, and Dart tests
113+
- `gulp run-e2e-tests --lang=all` to run TypeScript and JavaScript tests
121114
- `gulp run-e2e-tests --filter=quickstart` to filter the examples to run, by name
122115
- `gulp run-e2e-tests --fast` to ignore npm install, webdriver update and boilerplate copy
123116

public/_includes/_version-dropdown.jade

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,5 +72,6 @@ if current.path[4] !== 'change-log'
7272
mixin tree(public.docs.ts, "/docs/ts", "Angular for TypeScript")
7373
mixin tree(public.docs.js, "/docs/js", "Angular for JavaScript")
7474
//- Disable cross-language link for API entry pages (but keep for top API search page):
75-
if ! (current.path[3] === 'api' && public.docs[current.path[1]][current.path[2]][current.path[3]][current.path[4]])
75+
- var isApiEntryPage = current.path[3] === 'api' && public.docs[current.path[1]][current.path[2]][current.path[3]][current.path[4]]
76+
if public.docs.dart && !isApiEntryPage
7677
mixin tree(public.docs.dart, "/docs/dart", "Angular for Dart")

public/docs/dart/latest/_data.json

Lines changed: 0 additions & 83 deletions
This file was deleted.

public/docs/dart/latest/_util-fns.jade

Lines changed: 0 additions & 72 deletions
This file was deleted.

public/docs/dart/latest/api/_data.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

public/docs/dart/latest/api/index.jade

Lines changed: 0 additions & 12 deletions
This file was deleted.

public/docs/dart/latest/cheatsheet.jade

Lines changed: 0 additions & 4 deletions
This file was deleted.

public/docs/dart/latest/cookbook/_data.json

Lines changed: 0 additions & 72 deletions
This file was deleted.

public/docs/dart/latest/cookbook/a1-a2-quick-reference.jade

Lines changed: 0 additions & 1 deletion
This file was deleted.

public/docs/dart/latest/cookbook/aot-compiler.jade

Lines changed: 0 additions & 1 deletion
This file was deleted.

public/docs/dart/latest/cookbook/component-communication.jade

Lines changed: 0 additions & 1 deletion
This file was deleted.

public/docs/dart/latest/cookbook/component-relative-paths.jade

Lines changed: 0 additions & 1 deletion
This file was deleted.

public/docs/dart/latest/cookbook/dependency-injection.jade

Lines changed: 0 additions & 1 deletion
This file was deleted.

public/docs/dart/latest/cookbook/dynamic-form-deprecated.jade

Lines changed: 0 additions & 1 deletion
This file was deleted.

public/docs/dart/latest/cookbook/dynamic-form.jade

Lines changed: 0 additions & 1 deletion
This file was deleted.

public/docs/dart/latest/cookbook/form-validation.jade

Lines changed: 0 additions & 1 deletion
This file was deleted.

public/docs/dart/latest/cookbook/i18n.jade

Lines changed: 0 additions & 1 deletion
This file was deleted.

public/docs/dart/latest/cookbook/index.jade

Lines changed: 0 additions & 1 deletion
This file was deleted.

public/docs/dart/latest/cookbook/ngmodule-faq.jade

Lines changed: 0 additions & 1 deletion
This file was deleted.

public/docs/dart/latest/cookbook/set-document-title.jade

Lines changed: 0 additions & 1 deletion
This file was deleted.

public/docs/dart/latest/cookbook/ts-to-js.jade

Lines changed: 0 additions & 1 deletion
This file was deleted.

public/docs/dart/latest/cookbook/visual-studio-2015.jade

Lines changed: 0 additions & 1 deletion
This file was deleted.

public/docs/dart/latest/glossary.jade

Lines changed: 0 additions & 59 deletions
This file was deleted.

0 commit comments

Comments
 (0)