Commit Graph

35 Commits

Author SHA1 Message Date
Zhicheng Wang fd69ea3270 把部分expose统一译为暴露 2016-05-16 23:15:02 +08:00
Zhicheng Wang 898539d8d5 基础知识-显示数据 一审了一半儿 2016-05-16 13:44:00 +08:00
Zhicheng Wang 8beee32a65 教程-服务 一审完毕 2016-05-12 17:50:30 +08:00
Zhicheng Wang f413edce53 修订了教程-多个组件的一部分
部分“标记(tag)”批量替换为“标签”
2016-05-11 21:04:09 +08:00
Zhicheng Wang 15c927b29f “教程-主从结构”一审完毕
把内置批量替换为内建
2016-05-11 20:34:47 +08:00
Zhicheng Wang f397bf6608 把“Live Example 鲜活范例”统一译成“在线例子” 2016-05-11 14:47:32 +08:00
Zhicheng Wang 583247f0f9 Merge remote-tracking branch 'origin/master'
# Conflicts:
#	public/_data.json
#	public/_includes/_footer.jade
#	public/_includes/_hero-home.jade
#	public/_includes/_main-nav.jade
#	public/docs/_includes/_side-nav.jade
#	public/docs/ts/latest/_data.json
#	public/docs/ts/latest/cookbook/_data.json
#	public/docs/ts/latest/glossary.jade
#	public/docs/ts/latest/guide/_data.json
#	public/docs/ts/latest/guide/architecture.jade
#	public/docs/ts/latest/guide/displaying-data.jade
#	public/docs/ts/latest/guide/forms.jade
#	public/docs/ts/latest/guide/user-input.jade
#	public/docs/ts/latest/index.jade
#	public/docs/ts/latest/quickstart.jade
#	public/docs/ts/latest/tutorial/toh-pt2.jade
#	public/docs/ts/latest/tutorial/toh-pt5.jade
#	public/features.jade
#	public/index.jade
2016-05-03 22:33:20 +08:00
Ward Bell 3d5302adce chore: update to rc.0 2016-05-02 19:57:28 -07:00
Filipe Silva ebc022e475 docs: update prose for the `let` change to ngFor 2016-04-28 18:37:45 -07:00
Zhicheng Wang de46beef2d 翻译完了displaying-data 2016-04-23 14:54:01 +08:00
Zhicheng Wang bc9f46722f 教程第五章翻译了多一半儿,把黑板报批量改为仪表盘,把英雄之旅批量改为英雄指南 2016-04-17 23:31:22 +08:00
Zhicheng Wang 3cf6ca5f7e 第四章翻译了一半儿 2016-04-16 16:43:13 +08:00
Zhicheng Wang e42953db5c 教程第三章译了一点点 2016-04-14 22:35:42 +08:00
Zhicheng Wang 37d5fbcf1c 把display的译法从“展示”批量改为“显示”
译完第二章
2016-04-14 21:45:12 +08:00
Zhicheng Wang 3e89409212 第二节翻译了一部分 2016-04-13 19:34:31 +08:00
Zhicheng Wang 84e96391ca 完成了导航菜单
完成了部分公共页面
完成了部分教程
2016-04-13 08:53:17 +08:00
Foxandxss 5f73911eaf chore(toh): change inputs array for input decorator/hero now a class 2016-03-25 16:51:46 -07:00
Josh Otis 746a6649b2 chore: new flat left navigation panel (all language tracks) 2016-03-03 04:51:52 -08:00
Ward Bell 3d992384c3 chore(devguide/ts): to beta.6 + typings + related doc updates 2016-02-12 00:56:22 -08:00
Ward Bell 79d3d9f0ad docs(samples): convert boot.ts -> main.ts
plus router text fix and missed beta.2 update to QS.js
closes #773
2016-01-28 17:32:38 -08:00
John Papa f4c69b6ad0 docs(tutorial): update css and related fixes
closes #603
2015-12-23 09:36:16 -08:00
Ward Bell 82383bc673 docs(tutorial): part 3 + revisions to intro, 1 & 2
closes #573
2015-12-16 18:08:38 -08:00
Ward Bell 4fda2c7854 docs(*): `npm run go` -> `npm start` (TS only)
closes #559
Convert npm script command from npm run go to npm start ...
because that's the way it should have been for TypeScript files.
2015-12-16 08:18:44 -08:00
John Papa ab5390a51e docs(tutorial): combines all 4 sections + revisions/updates to a.53, hides 3&4
closes #488

ToH History (oldest-to-latest):
----------------------------
created code example/snippets files for use with +makeExample, replace usage of  "pre.prettyprint.lang-bash" with this:  code-example(format="." language="bash").
fixed spelling errors in examples file path used by +makeExample
changed usage of "code-example" to "+makeExample"
adding code example/snippets files used in toh 1
fixed example file paths, replaced "pre.prettyprint.lang-bash" with "code-example. "
(docs) toh-pt3 initial state
created code examples for display in jade, starting conversion of Google doc and trying +makeExample rendering
all text copied from doc to jade, still some styling and formatting to perform
completed conversion and styling, moved toh3 example files to "tutorial" folder under _examples
created specific code example files for chapter toh 3 and re-pathed references in +makeExample
minor edit
docs) toh combined - initial combined commit
updated ToH for a.52
tons of changes, including de-kebab-ing, removed src folder, updated tsconfig too
fixing snippets using incorrect ending input tag
using inline html and css for the app.component.
ToH Part 1 Code: updated the imports, removed obsolete directive delcarations
ToH Code Part 1: updated to use imports, interface. will hit others soon
toh part 1: ngModel fix
toh part1: removed obsolete story that referred to how we used to have to import and declare all directives we used. yay!
ToH Part 1: updated to use `boot.ts` and `app.component.ts`. this affected the partials, snippets, and the story.
toh part 1: using `npm run go`
toh parts 1 -4: modified all places to use `npm run go`
toh part 1: refactor for jade
toh part 1: fixing the code samples
toh part 2: seeping through the story
toh part 2: fixing snippets.
toh part 2: replaced ngClass with class.selected
toh part 2: removed whitespace
toh part 2: added final state to the code
toh: fixing paths
toh part 4: fixing src/app path to app
toh part 3: fixing folder path
toh part 2: fixed typo
toh part 2: typo on ngModel
toh part 2: added ngif
toh part 2: removed old hero property. moved the details lower, where we need it
toh index: updated hero list image to show consistent styling as the other images here
QS spelling error (targes -> targets)
tweeks: space and ngIF
2015-12-14 19:57:55 -08:00
Ward Bell a3042849c0 (docs) Tour of Heroes - part 1 & 2. Fix links and make them uniform.
closes #375 and #376
2015-11-14 00:28:59 -08:00
Peter Bacon Darwin e86fde8dc9 chore(jade): upgrade to use `marked` filter
The `Transformers.markdown` (`:markdown`) filter is deprecated. This commit updates
the entire docs project to use the `jstransformer-marked` (`:marked') filter.
2015-11-10 18:37:53 +00:00
Scott Hatcher 7165886a87 Remove unnecessary closing anchor tag. 2015-10-31 19:34:02 -07:00
Scott Hatcher c1b6e3e335 Update sentence verbiage. 2015-10-31 19:34:02 -07:00
John Papa 202ecb1a54 removed </a> mistake 2015-10-31 19:14:46 -07:00
Ward Bell 93a646d63f (docs) testing and toh formatting improvements 2015-10-16 09:42:50 -07:00
John Papa 1a5f9f36ec minor grammar fixes 2015-10-15 22:32:47 -04:00
John Papa 4bea418356 spacing for code 2015-10-15 22:08:55 -04:00
Ward Bell a3b8fa964d Cosmetics and link fixes 2015-10-15 13:08:35 -07:00
Naomi Black c64c3d045e bug(links): fix broken links to toh chapters 2015-10-15 11:33:43 -07:00
Ward Bell c25314a2c4 (docs) Move ToH-pt2 to Jade and break toh-pt1 out of the tutorial index 2015-10-15 07:41:03 -07:00