292 Commits

Author SHA1 Message Date
Zhicheng Wang
cfcd532b2f fix: a back to top link 2017-08-04 09:10:22 +08:00
Zhicheng Wang
96f0fcaf49 fix: missed quick start in navigation 2017-08-04 09:09:01 +08:00
Zhicheng Wang
cc33798597 fix: same examples 2017-08-04 08:58:13 +08:00
Zhicheng Wang
19088b76f8 fix: translate more 2017-08-04 08:47:51 +08:00
Zhicheng Wang
75ac1cd5ce fix: add line break before <code-example... 2017-08-04 07:39:15 +08:00
Zhicheng Wang
ed873203b5 fix: missing links 2017-08-03 15:53:45 +08:00
Zhicheng Wang
9f7ff05165 fix: merge the cli-quickstart from history 2017-08-03 15:47:54 +08:00
Zhicheng Wang
8f950c26f2 fix: change v2's link to v2.angular.cn 2017-08-03 15:30:35 +08:00
Zhicheng Wang
b17f64b14d fix: a missing anchor link 2017-07-31 08:48:00 +08:00
Zhicheng Wang
6d88fa2342 fix: all "back to top" links 2017-07-30 22:18:19 +08:00
Zhicheng Wang
1ec5c6a82f fix: minor improvements 2017-07-30 17:40:53 +08:00
Zhicheng Wang
4a4b009662 fix: typo 2017-07-30 17:13:46 +08:00
Zhicheng Wang
02b79f900f fix: minor improvement 2017-07-30 17:04:14 +08:00
Zhicheng Wang
f2a9db82c0 fix: translate more content 2017-07-30 16:52:20 +08:00
Zhicheng Wang
2c9e783817 fix: translate homepage. 2017-07-30 14:29:26 +08:00
Zhicheng Wang
3fe722490a fix: don't hide translation-origin if there is not translation-result
fix: translate more.
2017-07-30 14:10:08 +08:00
Zhicheng Wang
747ea2a287 fix: retranslate navigation 2017-07-30 13:35:27 +08:00
Zhicheng Wang
828528dade fix: "覆盖" -> "涵盖" 2017-07-30 12:43:20 +08:00
Zhicheng Wang
c002fddabe fix: many of broken links 2017-07-30 12:32:56 +08:00
Zhicheng Wang
f2059b445c Merge remote-tracking branch 'en/master' into aio
# Conflicts:
#	aio/content/guide/ajs-quick-reference.md
#	aio/content/guide/animations.md
#	aio/content/guide/aot-compiler.md
#	aio/content/guide/architecture.md
#	aio/content/guide/attribute-directives.md
#	aio/content/guide/bootstrapping.md
#	aio/content/guide/browser-support.md
#	aio/content/guide/cb-index.md
#	aio/content/guide/change-log.md
#	aio/content/guide/cheatsheet.md
#	aio/content/guide/cli-quickstart.md
#	aio/content/guide/component-interaction.md
#	aio/content/guide/component-styles.md
#	aio/content/guide/dependency-injection-in-action.md
#	aio/content/guide/dependency-injection.md
#	aio/content/guide/deployment.md
#	aio/content/guide/displaying-data.md
#	aio/content/guide/dynamic-component-loader.md
#	aio/content/guide/dynamic-form.md
#	aio/content/guide/form-validation.md
#	aio/content/guide/forms.md
#	aio/content/guide/glossary.md
#	aio/content/guide/hierarchical-dependency-injection.md
#	aio/content/guide/i18n.md
#	aio/content/guide/index.md
#	aio/content/guide/learning-angular.md
#	aio/content/guide/lifecycle-hooks.md
#	aio/content/guide/ngmodule-faq.md
#	aio/content/guide/ngmodule.md
#	aio/content/guide/npm-packages.md
#	aio/content/guide/pipes.md
#	aio/content/guide/quickstart.md
#	aio/content/guide/reactive-forms.md
#	aio/content/guide/router.md
#	aio/content/guide/security.md
#	aio/content/guide/server-communication.md
#	aio/content/guide/set-document-title.md
#	aio/content/guide/setup-systemjs-anatomy.md
#	aio/content/guide/setup.md
#	aio/content/guide/structural-directives.md
#	aio/content/guide/styleguide.md
#	aio/content/guide/template-syntax.md
#	aio/content/guide/testing.md
#	aio/content/guide/ts-to-js.md
#	aio/content/guide/typescript-configuration.md
#	aio/content/guide/upgrade.md
#	aio/content/guide/user-input.md
#	aio/content/guide/visual-studio-2015.md
#	aio/content/guide/webpack.md
#	aio/content/navigation.json
#	aio/content/tutorial/index.md
#	aio/content/tutorial/toh-pt1.md
#	aio/content/tutorial/toh-pt2.md
#	aio/content/tutorial/toh-pt3.md
#	aio/content/tutorial/toh-pt4.md
#	aio/content/tutorial/toh-pt5.md
#	aio/content/tutorial/toh-pt6.md
#	aio/package.json
#	aio/src/styles/main.scss
#	aio/transforms/angular.io-package/index.js
2017-07-30 00:09:50 +08:00
Zhicheng Wang
9db14beb5d feat: add documents of "About Chinese version" 2017-07-29 13:42:14 +08:00
Zhicheng Wang
d8b6bdfdb5 fix: minor improvements 2017-07-29 12:59:50 +08:00
Zhicheng Wang
7a43296e99 fix: a broken link 2017-07-29 07:58:01 +08:00
Zhicheng Wang
a5fc2f430c feat: add translator 2017-07-29 07:56:17 +08:00
Peter Bacon Darwin
71eb7437b6 docs(aio): delay ngUpgrade e2e test to avoid flakes 2017-07-28 15:28:28 -07:00
Peter Bacon Darwin
0f79223008 docs(aio): fix deprecated protractor API usage
`browser.getLocationAbsUrl()` is deprecated.
We should use `browser.getCurrentUrl()` instead.
2017-07-28 15:28:28 -07:00
Peter Bacon Darwin
c383048259 build(aio): ignore generated aot files
Assets such as images and data which are generated
by the aot build were not being ignored.
2017-07-28 15:28:28 -07:00
Peter Bacon Darwin
b18eb04b46 docs(aio): remove generated styles.css file
This file should have been ignored as it is created
during the build of the example
2017-07-28 15:28:28 -07:00
Antoine Mary
416ed691e5 docs(aio): fix URLSearchParams interface link to MDN
Fixes #18367
2017-07-28 15:26:04 -07:00
Georgios Kalpakas
0fb7484d51 refactor(aio): move content-specific images to content/images/
Fixes #17053
2017-07-28 15:06:49 -07:00
Georgios Kalpakas
c3fbe87012 fix(aio): fix link to logo in example 2017-07-28 15:06:49 -07:00
Georgios Kalpakas
24117d7a49 refactor(aio): move unused images to unused directories
This prevents the ServiceWorker from prefetching unnecessary files.
2017-07-28 15:06:49 -07:00
Gerard Sans
5152abb037 docs(aio): add my details as a contributor (#18315)
PR Close #18315
2017-07-26 17:11:07 -05:00
Georgios Kalpakas
67f7032321 fix(aio): correctly process markdown link in "Browser Support" (#18349)
The markdown processor expects an empty line between an opening tag and the
markdown content. (If there is no empty line, the content is interpreted as
plain HTML.)
Previously, the line between the opening `<td>` and the content contained
whitespace, which caused the content to be interpreted as HTML and not markdown.

Fixes #18312

PR Close #18349
2017-07-26 16:07:26 -05:00
Zhicheng Wang
a529ec5a81 feat: translated the nav menu 2017-07-26 10:33:52 +08:00
Gabriel Nicolas Avellaneda
91ab39cc55 docs(aio) - Fixed link to the glossary dash-case term (#18311)
PR Close #18311
2017-07-25 15:59:28 -05:00
Zhicheng Wang
4c57f76ce6 feat: (WIP) translate some nav menus 2017-07-25 17:25:12 +08:00
Zhicheng Wang
20a55c54ed docs(aio): merge latest chinese translations 2017-07-23 11:51:25 +08:00
Jeremy Elbourn
1bfc77bf8c docs(aio): pngcrush all pngs (#18243)
PR Close #18243
2017-07-20 17:47:06 -05:00
Kevin Cooper
8d2819121b fix(aio): invalid formatting in architecure.md (#18159)
Introduced in e110a80caf (diff-9ac9c6a9277eea9856d75249a7c0a40aL127)
2017-07-20 09:48:02 -07:00
daydr3am
073e8ba2f2 docs(aio): replace old blog link (#18252)
Fixes #18233
* Docs(aio): Replaced old blog link Now with the Link to the new Angular.io Blog
* Removed double braces
2017-07-20 09:45:14 -07:00
matt24ray
c6cf678a07 docs(aio): Fixed typo with closing div 2017-07-20 09:38:28 -07:00
Stepan Suvorov
31cb418370 docs(aio): Fix http guide 2017-07-20 09:35:27 -07:00
Thanesh Rajandran
410f21c75c docs(aio): fix typo in NgModule FAQs (#18211)
Fix #18133. Fix typo 'added' to 'add' in the 'Why does lazy loading create a child injector' section.
2017-07-20 09:07:30 -07:00
Nicola Sanitate
9208f0beea docs(aio): fix typo in Router documentation
Fix title and link to RouteConfigLoadEnd documentation
2017-07-19 15:01:50 +01:00
Scotty Waggoner
256bc8acdd docs(http): Make name of injected HttpTestingController consistent 2017-07-18 10:35:56 -07:00
Jesse Palmer
3b588fe2b0 docs: fix typo 2017-07-18 10:11:55 -07:00
Alexey Toksarov
2a2fe11e8d docs(aio): fix HttpClient setting new header sample 2017-07-18 10:02:27 -07:00
Peter Bacon Darwin
cdb069ab0e docs(aio): fix cheatsheet layout for narrow screens
* Tell the app that this will have no Table of Contents, since we have no
h2 headings anyway.
* Remove all the `nbsp;` from the code since that doesn't help with layout
* Remove side padding from sidenav-content when screen is narrow
* Restyle the cheatsheet table when the screen is narrow
2017-07-18 17:32:43 +01:00
Peter Bacon Darwin
9d97163c64 docs(aio): fix broken image sources 2017-07-18 11:45:05 +01:00