273 Commits

Author SHA1 Message Date
Zhicheng Wang
41d9204727 Merge branch 'master' of github.com:angular/angular.io
# Please enter a commit message to explain why this merge is necessary,
# especially if it merges an updated upstream into a topic branch.
#
# Lines starting with '#' will be ignored, and an empty message aborts
# the commit.
2016-04-21 22:48:35 +08: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
Zhicheng Wang
b007e835db Merge branch 'master' of github.com:angular/angular.io
# Conflicts:
#	public/docs/ts/latest/tutorial/toh-pt5.jade
2016-04-20 20:09:50 +08: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
Zhicheng Wang
2587cf0105 完成了各种公共页面的汉化 2016-04-13 08:53:17 +08:00
Zhicheng Wang
eb7439e17f 移除google CDN,以免被GFW挡住 2016-04-13 08:53:17 +08:00
Kathy Walrath
b1acf37945 chore: remove angulardart.org link from footer
closes #1034
2016-04-01 11:54:10 -07:00
Naomi Black
a9cbba4178 bug(versionpicker): fix missing / in commit ee5096f 2016-03-18 01:57:35 -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
Ward Bell
ed5effa503 docs: only allow 'Next Step' for *nextable* chapters 2016-03-03 17:59:36 -08:00
Naomi Black
aac7b43ba0 banner(angularattack): add homepage promo for angular attack 2016-03-02 14:54:15 -08:00
Ward Bell
95c34d27bc docs: temporary TS-referencing chapters for gaps in JS/Dart
Also displays styleguide at language level
Fragmented glossary for JS & Dart
2016-03-01 11:22:04 -08:00
Naomi Black
d52c72a73a chore(news): update posts and add twitter feed 2016-02-29 22:51:57 -08:00
Ward Bell
d59b05adde docs(quickstart): quickstart revised with verbose mode toggle button 2016-02-28 13:10:15 -08:00
Jay Traband
3926d4202f chore: move jade fragments into separate _fragments subdirs.
closes #842
2016-02-15 13:31:08 -08:00
Naomi Black
6c689671b2 events(new): add an events page to the site 2016-02-01 12:28:23 -08:00
Peter Bacon Darwin
af2e8001e5 feat(app): add and use copy-button and copy-container directives
Closes #728 and issue #720

This change let's users click on a button to automatically copy a code
block to the clipboard to make it easier to follow the guides and tutorials.
2016-01-21 22:38:19 -08:00
Jay Traband
45ac0ee37d docs(tooling): new mixin for sharing jade files
merges #725
2016-01-19 15:43:47 -08:00
Teresa
e50e5e0950 Created News & Support pages, added links to main nav 2016-01-13 11:02:34 -08:00
Teresa
38492b603b Moved feedback script to _scripts-include.jade 2016-01-13 11:02:34 -08:00
Teresa
0ddf63957c Moved feedback script to _scripts-include.jade 2016-01-08 17:51:43 -08:00
Naomi Black
8e59fb41ce chore(routing): host the license file on angular.io 2016-01-08 15:14:20 -08:00
Naomi Black
2e0dcc0bbc chore(download): remove vestigial download link 2015-12-15 20:48:26 -08:00
Naomi Black
1832ca3253 chore(beta): remove 1.x from version dropdown 2015-12-15 20:08:24 -08:00
Naomi Black
a0345c103f chore(seo): fix old site metadata 2015-12-15 20:00:36 -08:00
Robert Messerle
64f63167de adds retina display support for hero background
updates logo to include 2.0 beta text
updates hero background image
2015-12-15 11:40:02 -08:00
Robert Messerle
d52d828bb6 adds ng-cloak across site
switches to minified version of angular
2015-12-15 01:02:41 -08:00
Robert Messerle
c5637fcfde Updates homepage to include plunker demos 2015-12-14 21:09:17 -08:00
Robert Messerle
e8644676ae Corrects the vertical alignment of the Feedback button in main-nav 2015-12-14 21:09:17 -08:00
Peter Bacon Darwin
a6ca213866 fix(app): ensure headings are visible when navigating to in-page anchors
Closes #477
2015-12-14 10:15:19 +00:00
Peter Bacon Darwin
05a272a116 refact(docs-app): move filtered API list into a directive
Each API index page now displays data from an `api-list.json` file found
locally to that page. This lets us have different API lists for TS, JS
and Dart.
2015-12-10 21:35:02 -08:00
Peter Bacon Darwin
b298b9c1af refactor(docs-app): move bold directive out of the app controller file 2015-12-10 21:35:02 -08:00
Naomi Black
ee5da936da feature(feedback): add feedback API call to the site 2015-12-09 13:05:45 -08:00
Naomi Black
fad02f7405 chore(feedback): fixing feedback script 2015-12-09 09:59:07 -08:00
Peter Bacon Darwin
8459a4dd5c chore(doc-gen): allow dart cheatsheet to be generated 2015-12-08 17:31:53 -08:00
Naomi Black
652bf47de4 chore(banner): remove banner until we have new news 2015-12-08 17:28:31 -08:00
Naomi Black
5d3aed2bff chore(quickstart): change learn in 5 mins text 2015-12-08 17:24:23 -08:00
Naomi Black
4d9409672f chore(download): remove download button from homepage 2015-12-08 17:09:35 -08:00
Naomi Black
27d5a3b0a8 chore(social): remove social icons from site 2015-12-08 17:08:06 -08:00
Teresa
377f924ae2 Moved feedback script to _scripts-include.jade 2015-12-08 15:42:07 -08:00
Peter Bacon Darwin
7fb34523ae chore(docs-app): add code directive to prevent unwanted compilation 2015-12-01 09:44:33 -08:00
Jay Traband
46ac6bdaa9 Fix for makeExample styling without linenumbers losing scrollbar + default handling of makeExamples with only one line
closes #427
2015-12-01 00:24:21 -08:00
Cory Bateman
dbb065a7ed refact(app): use recommended controller as syntax
Updated site controllers and directives to use controller as syntax

Closes #84
Closes #135
2015-11-15 20:52:35 +00:00
Peter Bacon Darwin
3b76748cb5 docs(index): update AngularConnect video buttons 2015-10-27 09:42:18 -07:00
Naomi Black
ff53defb4f docs(cheatsheet): updates for the cheatsheet, move to angular min 2015-10-19 00:31:07 +01:00
Naomi Black
00edf613a0 site(chore): nitpicks on top level content 2015-10-17 06:17:23 +01:00
Naomi Black
97b59a11d5 docs(typo): fix bad space in hero-home 2015-10-17 03:17:54 +01:00
Naomi Black
9a377db37a chore(links): fix a few more canonical js links to be ts 2015-10-15 13:16:38 -07:00
Peter Bacon Darwin
48c99206e4 add links to Angular Connect live streams 2015-10-15 07:41:04 -07:00
Naomi Black
0870c7a3ac chore(routing): fix routing for nonexistent pages and update background 2015-10-15 00:41:57 -07:00