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

docs: remove public/docs/dart #2956

Merged
merged 10 commits into from
Dec 9, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,5 @@ public/docs/*/latest/guide/cheatsheet.json
protractor-results.txt
link-checker-results.txt
*a2docs.css
/dist
/dist
/public/docs/dart
11 changes: 2 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,19 +35,13 @@ if not install [nvm](https://github.com/creationix/nvm) to get node going on you

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

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

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

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

1. (OPTIONAL) If you intend on doing **full site builds** then you must have the
Angular Dart repo (see the Clone step above), _and_ Dart tooling available.
Both can be installed by running `./scripts/deploy-install.sh`

1. See [below](#code-sample-development) for code sample development preparation.

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

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

Expand Down
3 changes: 2 additions & 1 deletion public/_includes/_version-dropdown.jade
Original file line number Diff line number Diff line change
Expand Up @@ -72,5 +72,6 @@ if current.path[4] !== 'change-log'
mixin tree(public.docs.ts, "/docs/ts", "Angular for TypeScript")
mixin tree(public.docs.js, "/docs/js", "Angular for JavaScript")
//- Disable cross-language link for API entry pages (but keep for top API search page):
if ! (current.path[3] === 'api' && public.docs[current.path[1]][current.path[2]][current.path[3]][current.path[4]])
- var isApiEntryPage = current.path[3] === 'api' && public.docs[current.path[1]][current.path[2]][current.path[3]][current.path[4]]
if public.docs.dart && !isApiEntryPage
mixin tree(public.docs.dart, "/docs/dart", "Angular for Dart")
83 changes: 0 additions & 83 deletions public/docs/dart/latest/_data.json

This file was deleted.

72 changes: 0 additions & 72 deletions public/docs/dart/latest/_util-fns.jade

This file was deleted.

5 changes: 0 additions & 5 deletions public/docs/dart/latest/api/_data.json

This file was deleted.

12 changes: 0 additions & 12 deletions public/docs/dart/latest/api/index.jade

This file was deleted.

4 changes: 0 additions & 4 deletions public/docs/dart/latest/cheatsheet.jade

This file was deleted.

72 changes: 0 additions & 72 deletions public/docs/dart/latest/cookbook/_data.json

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion public/docs/dart/latest/cookbook/aot-compiler.jade

This file was deleted.

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion public/docs/dart/latest/cookbook/dependency-injection.jade

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion public/docs/dart/latest/cookbook/dynamic-form.jade

This file was deleted.

1 change: 0 additions & 1 deletion public/docs/dart/latest/cookbook/form-validation.jade

This file was deleted.

1 change: 0 additions & 1 deletion public/docs/dart/latest/cookbook/i18n.jade

This file was deleted.

1 change: 0 additions & 1 deletion public/docs/dart/latest/cookbook/index.jade

This file was deleted.

1 change: 0 additions & 1 deletion public/docs/dart/latest/cookbook/ngmodule-faq.jade

This file was deleted.

1 change: 0 additions & 1 deletion public/docs/dart/latest/cookbook/set-document-title.jade

This file was deleted.

1 change: 0 additions & 1 deletion public/docs/dart/latest/cookbook/ts-to-js.jade

This file was deleted.

1 change: 0 additions & 1 deletion public/docs/dart/latest/cookbook/visual-studio-2015.jade

This file was deleted.

59 changes: 0 additions & 59 deletions public/docs/dart/latest/glossary.jade

This file was deleted.

Loading