Commit Graph

222 Commits

Author SHA1 Message Date
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
Naomi Black 876f2dd6b6 chore(nav): Update nav with new structure, make ts default view 2015-10-14 23:04:58 -07:00
Jay Traband 6f6e83722e squashed commits for PR 222 from jtraband
- add warning when bad example tag is encountered.
- shredding for api docs + refactoring of gulpfile to clarify task names.
- added top level gulp tasks + error handling cleanup
- added test-api-builder gulp task
- added warning messages during build-shred-map processing
- mixin signature change
- updated styleguide ... continued.
- added @exampleTabs inlinetag support + refactoring shared services between @example and @exampleTabs
- added new inline tag @linkDevGuide + cleanup
- added angular source watch logic for serve-and-sync and source for examples changed from test -> examples + cleanup
- promisify del
- styleguide explanation of @example, @exampleTabs and @linkDevGuide
2015-09-23 14:04:58 -07:00
Jay Traband 11ab09c30b Fix for styling bug + additional styleguide examples 2015-09-18 13:18:52 -07:00
Jay Traband a9e96389c0 json shredder/extract handling
style guide docs for makeJson
remove dups in git-changed-examples
support for git-changed-examples --after
file pattern exclusion for git-changed-examples
2015-09-18 13:18:50 -07:00
Jay Traband bdb97ed499 partial refactoring for makeJson 2015-09-18 13:18:48 -07:00
Jay Traband bd2d915248 add trimLeftIndent to all makeExample and makeTabs calls 2015-09-18 13:18:45 -07:00
Jay Traband cb136b1028 reorg util-fns.jade 2015-09-18 13:18:44 -07:00
Jay Traband 50e758ba60 improved infrastructure for devguide and revised getting started (TS) 2015-09-10 13:32:57 -07:00
Brian Ford b155ddfa2c List type info for var and const exports 2015-09-01 14:06:17 -07:00
Jay Traband df077c1dc2 added make-example 2015-08-13 15:39:14 -07:00
Jay Traband d9089f215c shred and watch build tooling - v2 ( dgeni, gulp, jade) 2015-08-07 14:49:35 -07:00
Jay Traband 7e6ff558e3 shred and watch build tooling ( dgeni, gulp, jade) 2015-08-07 14:49:35 -07:00
Naomi Black 9169409c21 harp(update): var changes to allow use with harp 0.17.0 2015-07-28 00:14:34 -07:00
Peter Bacon Darwin afaea60a25 update conference links - add AngularConnect; remove ng-conf 2015-06-29 15:04:41 +01:00
Won Song dc1bafd46d #119
1. Removed X from 1.x titles
2. Replaced links with hover cards
3. Changed Download to Install
2015-05-19 22:37:45 -07:00
Alex Wolfe 4210541f24 use one layout, update logic, add prettify to api code tags 2015-05-03 20:28:21 -07:00
Alex Wolfe a5f3214e97 Code examples, now escape html, full directives 2015-05-03 19:09:25 -07:00
Alex Wolfe b9386de4f3 code tabs, and code example directive 2015-05-02 15:34:16 -07:00
Alex Wolfe 6475fb7e51 bio directive 2015-05-01 07:40:25 -07:00
Alex Wolfe d4086a71bb merge with master 2015-05-01 06:51:21 -07:00
Alex Wolfe feabd268fc restructure directories 2015-05-01 06:48:52 -07:00
Alex Wolfe c11737ff73 Standard case for API pages 2015-05-01 06:04:23 -07:00
Alex Wolfe 2611457df7 small update to nav 2015-04-28 14:57:15 -07:00
Alex Wolfe f6c0840673 update nag 2015-04-28 14:50:58 -07:00
Alex Wolfe b8d2122ad8 script update 2015-04-28 14:45:31 -07:00
Naomi Black c4496c0686 docs(devpreview): Change alpha to developer preview and get rid of .x where feasible
closes #47
2015-04-28 12:33:29 -07:00
Alex Wolfe f062d4aa56 ng-touch 2015-04-28 09:39:16 -07:00
Alex Wolfe 66282981d3 fixed footer links 2015-04-28 08:29:58 -07:00
Alex Wolfe 58e607e873 banner for dart and image fix 2015-04-23 08:58:53 -07:00
Alex Wolfe 116df89300 Merge branch 'master' into api-branch 2015-04-23 08:38:36 -07:00
Alex Wolfe 8e0e727f7d fixes 2015-04-22 10:12:55 -07:00
Alex Wolfe cf220fed48 fix for nav 2015-04-22 09:51:13 -07:00
Alex Wolfe fa09eb4a81 side nag update 2015-04-22 08:48:20 -07:00
Alex Wolfe 22d1e8a9c3 dart updates 2015-04-22 07:49:21 -07:00
Alex Wolfe 459ea70464 intro styles update 2015-04-22 07:06:59 -07:00
Alex Wolfe 45587fa0a9 merge fix 2015-04-22 07:00:53 -07:00
Alex Wolfe 9b074c0aed code switchers 2015-04-22 06:59:02 -07:00
David East 15e7997819 Intro layout 2015-04-22 05:42:50 -07:00
Alex Wolfe f9f51a93b5 more fixes 2015-04-22 05:33:17 -07:00
Alex Wolfe b084b3a434 removed index items from nag 2015-04-21 23:13:46 -07:00
Alex Wolfe d69eed18ee guide and api homepage update 2015-04-21 23:09:13 -07:00
Alex Wolfe 6acdbb7597 fixed numbering 2015-04-21 08:49:15 -07:00
Alex Wolfe 01a0745dfd Update to guide icons and landing page 2015-04-21 08:44:56 -07:00
Alex Wolfe 79d0a5022e added updated api content 2015-04-20 13:57:43 -07:00
Alex Wolfe 95e60ce204 update to sidenav and ngbindable 2015-04-19 15:21:21 -07:00
Alex Wolfe 94cc8e9005 First round of api docs 2015-04-19 13:53:18 -07:00
Alex Wolfe 2f95c0d68d next step now auto generated 2015-04-18 09:30:29 -07:00
Alex Wolfe 9eef5a660a scaffolding for guide 2015-04-18 09:12:05 -07:00
Alex Wolfe 5be4e6fbea ordered guide 2015-04-16 07:24:28 -07:00
Alex Wolfe 90d4c0f015 bug fix 2015-04-15 08:15:51 -07:00
Kathy Walrath 8e849b2693 Merge pull request #26 from icaliman/patch-1
Fixed github urls
2015-04-14 09:02:20 -07:00