Commit Graph

25 Commits

Author SHA1 Message Date
Peter Bacon Darwin fb0577d742 style(code-example): remove unwanted comment
Thanks to @chliebel for pointing this out.

Closes #906
2016-03-09 09:01:33 +00:00
Ward Bell 2cfa6f3eef chore: fix copy-button / aside overlap #744 2016-03-08 19:38:55 -08:00
Kevin Kelly 81770aee6b fix(directives): set copy directive z-index 1
closes #769
2016-03-08 15:20:22 -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
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
Robert Messerle 93adcbdf67 adds `all` button to api preview filter 2015-12-15 14:43:33 -08:00
Peter Bacon Darwin 452e7e7729 chore(doc-gen): automatically update environment and version on the cheatsheet
Closes #515
2015-12-15 09:51:52 -08:00
Peter Bacon Darwin 445e17a4a7 feat(api-list): sync filters with URL query
This allows us to recover the filtering state when navigating back and
forth between the API list and individual API pages.

Closes #490
Closes #497
Closes #507
2015-12-14 22:00:12 -08:00
Peter Bacon Darwin afcf31d34d feat(api-list): also filter by module title
Closes #433
2015-12-14 18:10:19 -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
Peter Bacon Darwin 8459a4dd5c chore(doc-gen): allow dart cheatsheet to be generated 2015-12-08 17:31:53 -08:00
Peter Bacon Darwin 7fb34523ae chore(docs-app): add `code` directive to prevent unwanted compilation 2015-12-01 09:44:33 -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
Jacob Müller 45d136e327 fix(index): display code example corretly
This commit fixes the displaying of the „name“ template variable (see
screenshot below) in the code example on the front page.

https://goo.gl/qcLf5X
2015-07-01 16:07:41 -07:00
Jacob Müller 1315b75787 fix(bio): fix dialog bug #132
See [this][https://github.com/angular/material/issues/1531] for more detailed information.
2015-06-07 14:23:30 +02:00
Alex Wolfe b707aed54b merge with master and updates to code box directives 2015-05-19 06:33:09 -07:00
Alex Wolfe 799a16c5c5 update to code examples 2015-05-18 06:41:26 -07:00
Alex Wolfe a85af9e15e Update bio card directive, code cleanup 2015-05-05 09:56:18 -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