Zhicheng Wang
b86aa26da9
Merge remote-tracking branch 'origin/master'
...
# Conflicts:
# public/_includes/_main-nav.jade
# public/_includes/_version-dropdown.jade
# public/docs/_includes/_side-nav.jade
2016-04-23 15:13:58 +08: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
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
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
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
Zhicheng Wang
c8041a0bf2
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-19 23:15:18 +08: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
Zhicheng Wang
b1b4d1f2ce
merge from origin
2016-04-16 21:47:30 +08:00
Eric Jimenez
5ea7738ad3
change class and directive template.
2016-04-16 03:17:47 -07:00
Zhicheng Wang
84e96391ca
完成了导航菜单
...
完成了部分公共页面
完成了部分教程
2016-04-13 08:53:17 +08: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
Naomi Black
3f89c79a57
api(css): fix the three-column wrap
2016-03-09 13:49:41 -08:00
Josh Otis
746a6649b2
chore: new flat left navigation panel (all language tracks)
2016-03-03 04:51:52 -08:00
Naomi Black
aac7b43ba0
banner(angularattack): add homepage promo for angular attack
2016-03-02 14:54:15 -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
Novak Istvan
daae4f1429
docs(cookbook/component-communication): first of the cookbook series
...
closes #824
2016-02-21 23:19:40 -08:00
Kathy Walrath
4d9daf3493
docs(dependency-injection): copy edit the TypeScript version
...
Also fix print style
closes #826
2016-02-18 14:59:30 -08:00
Robert Messerle
73dad5d53d
fixes spacing on Angular logo
2016-02-01 12:28:23 -08:00
Naomi Black
bcd6463dc0
chore(css): trim the banner and hero height
2016-02-01 12:28:23 -08:00
Robert Messerle
67ffe7948b
fixes positioning on main nav buttons
2016-01-28 08:29:37 -08:00
Maxim Salnikov
ed08504fd4
Mobile view fixed
...
Fixed bottom margin for news card and abstract/author collision in mobile view
2016-01-22 18:57:22 -08:00
Nathan Walker
6be9523c2a
docs(landing): media query for mobile to fix formatting with flex style
2016-01-22 18:49:50 -08:00
Peter Bacon Darwin
cd78ee0223
docs(_code.scss): ensure code wraps correctly
...
Closes #726
2016-01-22 10:46:55 +00:00
Kathy Walrath
cca9d5a1c5
docs(user-guide): update Dart text to match new TS text
...
also update the Dart sample a bit
closes #677
2016-01-19 10:20:17 -08:00
Kathy Walrath
1fc7df82b5
docs: Fix print styles
...
closes #665
2016-01-17 21:09:55 -08:00
Teresa
7441f16f85
Added placeholder content to News page
2016-01-13 11:02:34 -08:00
Teresa
752465c57d
Added content to Support page
2016-01-13 11:02:34 -08:00
Naomi Black
d22706b202
chore(doc-gen): use @ for symbol on annotations
2016-01-10 21:25:59 -08:00
Peter Bacon Darwin
c94ad87dd4
chore(doc-gen): add createDecoratorDocs processor
...
The createDecoratorDocs processor identifies docs of exports that actually
represent decorators and get useful information for them.
This commit also set up the rest of the generation to display these new
decorator docs with their own template and updates the API list so that
we can filter the docs by decorator docType.
2016-01-10 21:16:47 -08:00
Nadi
9f80a27bad
#610 : style: fix border radius for code snippets without a header
2016-01-10 21:15:49 -08:00
Teresa
9895595869
Added print styles, hide sidebar in print view
2016-01-08 17:51:43 -08:00
Robert Messerle
1c301160d0
fixes filetree styles to support directories as the last item
2015-12-15 11:47:31 -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
f93bc28b62
adds non-ascii file tree view
2015-12-15 02:10:02 -08:00
Robert Messerle
c84febaa7a
adds max-width to content areas
2015-12-15 01:02:41 -08:00
Robert Messerle
f95ab4707c
adds contrast to code highlighting colors
2015-12-15 01:02:41 -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
068771228a
removes first demo
...
changes text from `how we roll` to `up next`
changes font size for code blocks from `15px` to `13px`
changes links from `edit on plunker` to `try in plunker`
re-orders tabs in code samples
2015-12-14 22:57:53 -08:00
Robert Messerle
cc6f9ee33f
Adds more contrast to code block headers
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
Teresa
57be3718b4
Fixing one last code block style
2015-12-14 17:41:08 -08:00
Teresa
1c43276562
Updated code block styles
2015-12-14 17:41:08 -08:00