Commit Graph

1325 Commits

Author SHA1 Message Date
Patrice Chalin 1e64d9e57a docs(guide/dart): hierarchical-dependency-injection without copying
closes #1207
This uses a simpler way to render Dart prose from TS prose without
making a copy. This will make it _much_ easier to keep the two in sync.
2016-04-28 17:03:28 -07:00
Patrice Chalin 0557c728d7 chore(dart): updating to beta.16
closes #1192

Updated docs and samples to beta.16.

For this first time, among other things, I payed particular attention
to the changes that were made on the `ts` side of things
(https://github.com/angular/angular.io/pull/1178). Since I wrote it up
in my notes, here is the check list of `ts` updates with notes about
how there might be corresponding changes on the Dart side:

- public/docs/_examples/cb-dependency-injection/ts/app/main.ts
- public/docs/_examples/cb-ts-to-js/ts/app/main.ts
  - cb not in Dart docs yet.
- public/docs/_examples/dependency-injection/ts/app/car/car-injector.ts
-
public/docs/_examples/dependency-injection/ts/app/injector.component.ts
  - Updated Dart example code to avoid null argument.
- public/docs/_examples/homepage-hello-world/ts/index.1.html
- public/docs/_examples/homepage-tabs/ts/index.1.html
- public/docs/_examples/homepage-todo/ts/index.1.html
- public/docs/_examples/package.json
  - N/A for Dart.
- public/docs/_examples/pipes/ts/app/app.component.html
- public/docs/_examples/pipes/ts/app/app.component.ts
- public/docs/_examples/pipes/ts/app/exponential-strength.pipe.ts
- public/docs/_examples/pipes/ts/app/fetch-json.pipe.ts
- public/docs/_examples/pipes/ts/app/random-pipe.component.ts
  - Dart version of sample code is incomplete, but did run in beta.15.
  - Example no longer runs, see
https://github.com/angular/angular/issues/8258
- public/docs/_examples/quickstart/js/package.1.json
- public/docs/_examples/quickstart/ts/package.1.json
- public/docs/_examples/router/ts/app/main.2.ts
- public/docs/_examples/testing/ts/app/mock-router.ts
  - N/A for Dart.
- public/docs/js/latest/_data.json
- public/docs/ts/latest/_data.json
  - Dart equivalent updated.
- public/docs/ts/latest/guide/dependency-injection.jade
  - No need to update since it imports the TS version.
- public/docs/ts/latest/guide/pipes.jade
  - Not in Dart prose yet.
- tools/plunker-builder/indexHtmlTranslator.js
  - N/A for Dart.
2016-04-28 15:32:16 -07:00
John Papa d5e909bde0 docs(style-guide): add style-guide - v.4 2016-04-28 00:52:20 -07:00
Eric Jimenez 1ac2a42308 chore(not yet documented): remove placeholder to reduce noise 2016-04-27 12:55:27 -04:00
Naomi Black a9730db70d events(i/o): add google i/o to events page 2016-04-26 23:32:39 -07:00
Ward Bell b5ffe70579 docs(testing): simplify extracting directive 2016-04-26 22:03:07 -07:00
Ward Bell 4bbaac127d docs(testing) adapt sample code to beta.16 breaking changes 2016-04-26 21:38:02 -07:00
Naomi Black 097505b4e8 docs(title): update a parenthetical comment in the title cookbook 2016-04-26 10:55:31 -07:00
Eric Jimenez fbeef5b8ee fix(badge align): fix alignment of badges on all screens. Simplify logic to achieve this 2016-04-26 10:53:53 -07:00
Eric Jimenez d502b1f5aa chore(logo): replace logo on front page, one which removes beta markings. Include more logo assets 2016-04-26 10:53:37 -07:00
Ward Bell 1dd9c6bfc5 docs(samples): add lodash to samples package.json 2016-04-26 09:45:52 -07:00
Filipe Silva 0a606a1b41 chore(ts): updating to beta.16 2016-04-26 00:22:25 -07:00
John Papa 3bc94147a7 docs(style-guide): add style-guide - v.3
closes #1170
2016-04-25 22:24:37 -07:00
Ward Bell 269269a54d chore: revert `sendKeys` change from e1862887
closes #1175
2016-04-25 15:49:38 -07:00
Eric Jimenez 8f158f2241 docs(sidenav reorg): remove glossary and cheatsheet from REFERENCE. Move glossary to BASICS. Rename REFERENCE to API REFERENCE 2016-04-25 14:10:57 -07:00
thso 085e495c07 Merge pull request #1164 from kwalrath/hdi-dds
docs(dart): proposed text for linking to Dart samples
2016-04-25 22:09:31 +01:00
Ward Bell c9efac746c docs(style-guide): add style-guide - v.2 2016-04-25 09:18:23 -07:00
Kathy Walrath 7a0d2f6956 docs(dart): proposed text for linking to Dart samples
This PR uses hierarchical-dependency-injection as the guinea pig. The text is similar to what's used in copyedited TS pages such as https://angular.io/docs/ts/latest/guide/displaying-data.html.
2016-04-25 02:48:08 -07:00
Ben Nadel c9d405062d docs(cb-set-document-title): new "Set Title" cookbook chapter
closes #1069
2016-04-23 14:56:56 -07:00
unexge 634e50aaca docs(architecture): small tweaks
closes #1101
2016-04-23 14:44:38 -07:00
Foxandxss be90e27fc6 docs(dynamic-form): fix link from js to ts
closes #1136
2016-04-23 14:33:50 -07:00
Patrice Chalin 11b6fefa7b docs(guide/ts): hierarchical-dependency-injection copyedits
closes #1146
Copyedits found during creation of Dart version.
2016-04-23 14:26:36 -07:00
Foxandxss 4097c67b59 chore: rename Elvis to safe navigation operator
closes #1139
2016-04-23 14:22:57 -07:00
Ward Bell 0e63b1f39b chore: "Doc" menu retains current language #1060 2016-04-22 19:59:37 -07:00
Patrice Chalin 9ec291d63d docs(guide/dart): hierarchical-dependency-injection
* A full first version of the prose. Makes use of Dart example, of
course.
* Tweaks to Dart example code; manually tested in Dartium under checked
mode.

closes #1142
2016-04-22 16:56:27 -07:00
alexwolfe 165f6933a6 Fixed shifting content on page load
Fixed shifting content when going from page to page in docs.
2016-04-22 15:49:10 -07:00
Eric Jimenez 9787a9ffb8 docs(static methods): fix style of static methods in api doc. anchoring works now 2016-04-22 17:13:05 -04:00
Eric Jimenez baf84a48e8 docs(static methods): fix style of static methods in api doc. anchoring works now 2016-04-22 17:03:34 -04:00
Ward Bell e1862887ae docs(testing): more testing samples and infrastructure setup
added wallaby config; revised karma-test-shim
2016-04-22 13:24:44 -07:00
Eric Jimenez b130056613 docs(sidenav): Restylize sidenav 2016-04-22 14:56:43 -04:00
Eric Jimenez c932eec801 docs(code color fix): restored old color for code in parts that are not the api doc, use the same styling for all links in entire site 2016-04-21 12:03:12 -04:00
Aristeidis Bampakos 8a49b4a41c docs(component-styles): Small typo fixes
Small typo fixes
2016-04-20 13:16:22 -07:00
Aristeidis Bampakos c9b66ea04d docs(upgrade): Small typo fix
Small typo fix
2016-04-20 13:15:50 -07:00
Foxandxss e039c6f718 docs(toh): remove @Input decorator in part 5 2016-04-20 13:15:14 -07:00
Eric Jimenez 3dd114d0df docs(class overview): list instance and static members with in-page hyperlinks. Also link constructor when present. Focus member on click. Badges look better in viewports of 600px or less 2016-04-20 13:14:18 -07:00
Kathy Walrath 9b9e6ddf0f samples(dart): tweak template-syntax sample
closes #1130
2016-04-20 11:28:42 -07:00
Naomi Black 6971269235 news(april): update for new blog post april 16 2016-04-19 22:15:16 -07:00
dfsq a1678e5801 Align initial dropdown styles with .md-button styles.
Closes #963
2016-04-19 21:50:53 -07:00
Eric Jimenez c934fb704f docs(badges): add badges in hero to identify doc type to viewer, and stability. Stylize var.template for new api style docs. Add stable, experimental, docsNotRequired tagdef in dgeni 2016-04-19 20:49:48 -07:00
Kara 258014c9de docs(forms): fix bootstrap typo 2016-04-19 20:48:21 -07:00
Naomi Black 89b49c8bae links(test): fix broken links in the devguide 2016-04-19 19:02:34 -07:00
Naomi Black 6d13db472a chore(links): make links to API docs relative 2016-04-19 17:44:38 -07:00
Eric Jimenez 995229a44c override column layout in extra small screens, fixes issue with overlapping text in api docs with safari mobile. 2016-04-18 17:38:55 -07:00
Eric Jimenez cb0a4a7fe0 remove only the last white space in class export, not all 2016-04-18 15:33:24 -07:00
thso 42ba93d6ec samples(dart): add a `docsync` file to the displaying-data example
closes #1113
2016-04-18 13:48:58 -07:00
thso 2a078d08f4 samples(dart): add a `docsync` file to the user-input example
closes #1114
2016-04-18 13:47:07 -07:00
thso bea2ba7a6d Add a `docsync` file to the forms example. (#1115) 2016-04-18 13:45:32 -07:00
thso 0d362e196b Add a `docsync` file to the dependency-injection example. (#1116) 2016-04-18 13:44:48 -07:00
thso bc7b097291 samples(dart): add a `docsync` file to the architecture example.
closes #1112
2016-04-18 13:32:27 -07:00
Eric Jimenez 5ea7738ad3 change class and directive template. 2016-04-16 03:17:47 -07:00
Kathy Walrath 3547e4cc15 docs(toh/dart): convert toh-4 to Dart
closes #1091
2016-04-14 16:28:28 -07:00
Kathy Walrath e552239148 chore(dart): update docs/samples to beta.15
closes #1085
2016-04-14 09:26:41 -07:00
Ken Dale 205cc28f25 docs(lifecycle-hooks): change ngOnit references to ngOnInit
closes #1084
2016-04-13 19:41:44 -07:00
Ward Bell f2f5d9f9ae docs(ts): update to beta.15
also restore accidentally deleted router sample files
2016-04-13 19:26:48 -07:00
Ward Bell 353abff084 docs(server-communication): fix http after testing chapter discoveries 2016-04-13 14:02:48 -07:00
Ward Bell dd7b5176a8 docs(testing): add tests that involve Angular 2 2016-04-13 14:02:36 -07:00
John Papa bd079369f3 docs(style-guide): add A2 styleguide - v1 2016-04-12 20:08:09 -07:00
Foxandxss 4c286e4f71 chore(glossary): fix broken links
closes #1079
2016-04-12 19:54:16 -07:00
Ward Bell 555ec46be3 docs(e2e): workaround comp-comm interval timer tests
closes #1081
Note how `browser.get('?e2e')` enables app to know it is running under protractor
2016-04-12 18:51:17 -07:00
Kathy Walrath 1cdd1e681c docs(toh/dart): a few small tweaks
closes #1080
2016-04-12 17:37:03 -07:00
Naomi Black b56a97485e chore(jade): fix broken build caused by extra newline 2016-04-11 22:48:41 -07:00
Alberto Jiménez López 8e7c552452 docs: Remove double 'the' & missing dashes in several files
closes #1073
2016-04-11 21:53:28 -07:00
Foxandxss 2b35ddf1c3 chore(bio): add Jesus' bio
closes #992
2016-04-11 21:47:04 -07:00
Ward Bell eae36f1040 chore: resize Deborah K's photo to 240 x 208 2016-04-11 21:19:32 -07:00
Aristeidis Bampakos ead6987d00 docs(router): Fixed typos
closes #1056
Small typo fixes.
2016-04-11 12:51:36 -07:00
Vladimir Zdenek f7ee6b9c1c docs(forms): fix typo
closes #1057
Change "way" to "away" in the following context: "throw it away".
2016-04-11 12:49:17 -07:00
Aristeidis Bampakos 36c98ae4bf docs(cookbook/component-communication): Astronout -> AstronautComponent word typo fix
closes #1067
Changed AstronoutComponent to AstronautComponent.
2016-04-11 12:45:26 -07:00
Tero Parviainen ec4c1edff4 docs(upgrade): add E2E tests, update PhoneCat dependencies
closes #1070
Separates UpgradeAdapter reference guide examples from the PhoneCat tutorial examples
and update dependencies for phonecat upgrade examples
2016-04-11 12:40:09 -07:00
Filipe Silva 1ba1407385 fix(quickref-cookbook): fix date test to work in any timezone
closes #1062
2016-04-11 12:23:30 -07:00
Kathy Walrath adb4093af7 docs(dart): convert toh-3 to Dart
closes #1071
2016-04-11 09:52:52 -07:00
Kathy Walrath cac5c8977f docs(toh/dart): convert toh-2 to dart (#1065) 2016-04-08 15:10:37 -07:00
Kathy Walrath b3d5f2bb65 fix: build breaker (#1064) 2016-04-07 21:41:15 -07:00
Kathy Walrath a678d572ce docs(dart/toh): add intro & toh-1 pages (#1063) 2016-04-07 21:11:13 -07:00
Naomi Black a5be02ebee chore(news): freshen up news and events for april 7 2016-04-07 19:56:01 -07:00
Kathy Walrath 8bc3d2e9e5 chore: update dart to b.14
Downrated server-communication to b6; it stopped working in b.9 (or possibly b.8 or b.7).

Closes #1059
2016-04-07 14:19:31 -07:00
Filipe Silva 0ef63166f8 chore: update to beta.14 2016-04-07 21:31:40 +01:00
Aristeidis Bampakos fdb57381e3 docs(pipes): Fixed "If follows..." typo
closes #1053
Fixed typo in **pipes** section of guide.
2016-04-06 11:56:08 -07:00
Ward Bell 8c7b991e4f docs(component-styles): mark `__moduleName` experimental; use alert instead of callout.
closes #1054
2016-04-06 11:48:43 -07:00
Samuli Ulmanen 9370113b9d docs(todo app): replace remaining tasks reduce func with filter.length
closes #1050
2016-04-06 10:24:29 -07:00
Aristeidis Bampakos 2b714a3945 docs(lifecycle-hooks): Fixed missing ":marked" typo
closes #1051
2016-04-06 10:09:34 -07:00
Tero Parviainen 6f945b7c38 docs(component-styles): add chapter about styling components
closes #1047
2016-04-06 10:02:23 -07:00
Brendan Wyse 9c73527eb5 docs(unit-testing): fix the path to node_modules & steps for adding a new spec
closes #1043
2016-04-05 10:57:50 -07:00
Filipe Silva 803414ae80 docs(testing): update testing to use toh-5
closes #1003
2016-04-05 10:39:19 -07:00
Aristeidis Bampakos 7bfb0fb838 docs(template-syntax): fixed "a id" typo in basics section.
closes #1048
2016-04-05 10:26:29 -07:00
Ward Bell 7fdb40caa3 chore: replace VSCode-specific settings.json with broadly recommended .editorconfig
closes #1022
2016-04-05 10:15:27 -07:00
Torgeir Helgevold c1f2c397ff docs: add DI cookbook 2016-04-05 10:15:18 -07:00
James Laverack 56ed5e345c docs(toh-4): reword the getHeroesSlowly instructions
closes #1011
rewording to: "replace `_heroService.getHeroes` with `_heroService.getHeroesSlowly`"
2016-04-02 15:30:16 -07:00
Filipe Silva 3ec0e7147b fix(e2e): fix race condition 2016-04-02 15:08:48 -07:00
Deborah Kurata 28c5dbdbf4 chore(bio): add Deborah's bio
closes #1024
2016-04-02 14:11:03 -07:00
Foxandxss 3cf4c49504 chore: fix typo in ts-to-js intro
closes #1025
2016-04-02 14:07:42 -07:00
Ward Bell 17765a31ba docs(toh): add missing nav path to diagram per #1041 2016-04-02 13:55:14 -07:00
Kathy Walrath ed4e450497 chore(typo): quide -> guide in cheatsheets
closes #1039
2016-04-01 15:50:09 -07:00
Kathy Walrath b1acf37945 chore: remove angulardart.org link from footer
closes #1034
2016-04-01 11:54:10 -07:00
Kathy Walrath a0a2ee6a93 docs(dart): update to beta.13.1
closes #1032
2016-03-31 16:06:24 -07:00
Kathy Walrath 2e3af5c55a docs(dart/quickstart): merge 2 examples into 1
closes #1031
2016-03-31 15:00:24 -07:00
Ward Bell 082932a210 docs: update to beta.13 2016-03-31 13:22:46 -07:00
Deborah Kurata a6b4c3ffa1 docs(quickstart): fixed "hurray" typo.
closes #1021
2016-03-30 12:43:15 -07:00
Kathy Walrath 24a50a91a6 docs(dart): tweak homepage banner
closes #1016
2016-03-30 10:50:22 -07:00
Kathy Walrath e2c77ad55c docs(dependency-injection): tweak Dart wording
closes #1017
2016-03-30 10:46:54 -07:00
Chris Story 3b768a341c docs(toh-1): remove public access modifiers
closes #1009
Remove public access modifier on AppComponent properties to be
consistent throughout code tutorial
2016-03-29 17:06:34 -07:00
Thibault Sottiaux 6ccc9adac6 samples(dart): add link to documentation chapter
closes #1019
2016-03-29 16:42:22 -07:00
Thibault Sottiaux ac5bc9db92 samples(dart): add info file for dart-doc-syncer to template-syntax
closes #1018
2016-03-29 15:50:13 -07:00
Kathy Walrath 2144b8e5b6 docs(dart): change imports from bootstrap.dart to platform/browser.dart
closes #1013
2016-03-28 14:56:22 -07:00
Tero Parviainen 7f11a6ce05 docs(cb-ts-to-js): add cookbook about applying TypeScript examples to ES5
closes #893
2016-03-27 23:36:51 -07:00
Aysegul Yonet 1184b57740 docs: update to style-guide links
closes #995
Fixed links to John Papa style guide to new repo location.
2016-03-25 18:01:01 -07:00
Kathy Walrath 185f9a7049 docs(dart): update to b12
Also update dart_to_js_script_rewriter dependency to ^1.0.1,
and change most angular2.dart imports to be core.dart instead.

The pipes example broke without the angular2.dart import, so I let it be.

The server-communication sample has never worked for me,
so I changed it but might have broken it further.

closes #1007
2016-03-25 17:40:23 -07:00
Foxandxss 5f73911eaf chore(toh): change inputs array for input decorator/hero now a class 2016-03-25 16:51:46 -07:00
Kathy Walrath 10877bdbfc docs(dependency-injection): add Dart version, tweak TS version
closes #972
2016-03-25 15:21:11 -07:00
Emma e17821492e docs: update link to learning promises
to the chapter in Dr. Axel Rauschmayer's ES6 book from his old post
closes #1005

The old link on the documentation lead to an article on promises that
contained outdated information, so this one leads to newer content.
2016-03-25 15:09:09 -07:00
Ward Bell 041bcb302d docs(template-syntax): mention value accessors in ngModel 2016-03-25 14:57:58 -07:00
Ward Bell 5af06f9f6a docs(template-syntax): clarify [()] de-sugaring
also changed anchors to use id instead of name
2016-03-24 12:52:02 -07:00
Ward Bell a2cb80330a docs: update to beta-12 2016-03-23 21:39:13 -07:00
joeeames 5b27178083 docs(pipes) clarify impure pipes; explain missing filter/orderBy pipes
adds flying-heroes example and its test
adds random-pipe example
2016-03-23 00:02:04 -07:00
Naomi Black 16b3c940dd news(3-21): add some new blog posts to the news page 2016-03-21 22:50:37 -07:00
Kathy Walrath d02d098339 docs(template-syntax): clarify context discussions
closes #996
2016-03-21 14:25:13 -07:00
Ward Bell d57ab436c0 docs(glossary): add definitions for casing: camel, Pascal, dash, kebab 2016-03-20 17:44:33 -07:00
Naomi Black 4e1c1b7775 events(news): Add new confirmed event dates 2016-03-19 14:55:22 -07:00
Mohammed Zama Khan 32fce431f0 chore: fix image width problem on mobile (iPhone) devices w/ CSS - img {max-width:100%}
closes #985, #801
2016-03-19 12:08:09 -07:00
Ward Bell ac7097300a docs(ts/index): warn of beta-11 zone errors 2016-03-19 11:26:48 -07:00
Nursultan Turdaliev da310e3f81 docs(dynamic-form): "ngMode" => "ngModel"
closes #989
2016-03-19 11:24:02 -07:00
Aliaksandr Astashenkau fce3e37530 Stop page flickering on API search page.
Show/hide sections and items instead of filtering and reapplying section/items array, so instead of hiding everything and rerendeing filtered (causes flickering), show/hide items that match/doesn't match.

Closes #965
2016-03-18 19:29:36 -07:00
Ward Bell 639ca37de5 docs: update to beta-11
closes #987
also updated lifecycle-hooks/e2e-spec for changed hook calling sequence (not a bug; just a change)
2016-03-18 19:22:00 -07:00
Naomi Black c325b2b78b chore(links): actually fix that router link for reals 2016-03-18 19:16:46 -07:00
Naomi Black 2d550a81da chore(links): fix broken links in the router doc 2016-03-18 18:32:35 -07:00
Kathy Walrath b2ae14b2e9 docs(dart): b10 -> b11
closes #986
2016-03-18 16:15:46 -07:00
Naomi Black a9cbba4178 bug(versionpicker): fix missing / in commit ee5096f 2016-03-18 01:57:35 -07:00
Foxandxss b2f2fb87ec docs(toh): make a few corrections
closes #967
2016-03-17 21:09:54 -07:00
Filipe Silva 11160f09ab chore(testing): add testing files to examples 2016-03-17 21:00:32 -07:00
Torgeir Helgevold c1ea652bc9 docs(cb-dynamic-form): Fix a few minor grammar errors in dynamic form cookbook
closes #981
2016-03-17 20:51:40 -07:00
Torgeir Helgevold dc00a9fb1a docs(cb-dynamic-form): Converted divs to labels in form 2016-03-17 20:43:39 -07:00
Foxandxss 7a6833ae6a docs: remove broken dup of quickstart repo link
closes #978
2016-03-17 17:56:31 -07:00
Kathy Walrath 051c4603a4 docs(dart): update b9 -> b10 in all samples and quickstart
closes #979
2016-03-17 17:16:24 -07:00
Thibault Sottiaux 8e904f3a7f docs(dart/template-syntax): remove redundant and unused assets from sample
closes #954
2016-03-17 09:24:36 -07:00
Peter Bacon Darwin ee5096f916 fix(version-dropdown): allow deeper paths to API pages
This is a horrible hack but it works (for now).
Really this needs to be made generic to cope with any level of path.

Closes #970
2016-03-17 08:09:43 +00:00
Naomi Black 4bc8ffaf58 chore(image-size): fix the size of topheri and ward's bio images 2016-03-16 21:52:08 -07:00
Naomi Black 8c9bbde3f4 chore(links): a few more bad links 2016-03-16 21:42:55 -07:00
Naomi Black 87a7dfe035 chore(bios): remove inactive team members 2016-03-16 21:23:52 -07:00
Naomi Black baef39a892 chore(news): update news page with recent blog posts 2016-03-16 21:19:44 -07:00
Naomi Black 0e8d7afc08 chore(links): fix broken links in dev guides 2016-03-16 20:05:16 -07:00
Luis Vargas a48b307aed docs(toh/dart): add toh-5 sample files and link to them
closes #971
2016-03-16 19:56:56 -07:00
Foxandxss cb0af7860d docs(toh4): fix anchor
closes #975
2016-03-16 15:53:24 -07:00
Ward Bell b4b0c39f10 docs(router): correct description of router hooks 2016-03-16 12:14:06 -07:00
Torgeir Helgevold db7fba867c docs(cb-dynamic-form): new cookbook on dyn form gen with NgFormModel 2016-03-16 04:14:31 -07:00
Foxandxss b3eb189ec3 docs(quickstart): make a few corrections
closes #956
2016-03-16 02:26:50 -07:00
Filipe Silva b5ea1d8f68 docs(lifecycle-hooks): add hook sections, revise sample, add DoCheck & tests 2016-03-16 01:52:11 -07:00
Ward Bell 2929255bb4 chore: update es6-shim to v.0.35.0 per A2 issue #7618 2016-03-15 11:45:39 -07:00
Ward Bell 2d5eb305a3 docs(quickstart): reference the (newly pop'd) angular/quickstart 2016-03-14 15:02:32 -07:00
Tero Parviainen fb5532510c chore(bio): add Tero's bio
closes #959
2016-03-14 12:49:11 -07:00
Foxandxss 6ca1ac2c45 docs: instrucs for "download-and-go" development with quickstart source repo 2016-03-14 12:44:25 -07:00
Foxandxss b300d7b116 docs: add quickstart repository where needed 2016-03-14 09:11:50 -07:00