- 14 Nov, 2018 1 commit
-
-
Greg Spencer authored
This reverts commit f3a4f7e8. Accidental merge on red.
-
- 13 Nov, 2018 1 commit
-
-
Greg Spencer authored
This generates a zip file containing all of the docs, and uploads it when we publish docs, as well as a Dash/Zeal docset that contains a feed of the docs. Addresses at least part of #9955
-
- 12 Nov, 2018 1 commit
-
-
Todd Volkert authored
-
- 08 Nov, 2018 1 commit
-
-
Todd Volkert authored
-
- 07 Nov, 2018 1 commit
-
-
Greg Spencer authored
When converting all of the samples to use the snippet tool, I encountered some bugs/shortcomings: 1. The document production took 90 minutes, since the snippet tool was being invoked from the command line each time. I fixed this by snapshotting the executable before running, so it's down to 7 minutes. 2. The sample code was not being properly escaped by the snippet tool, so generics were causing issues in the HTML output. It is now quoted. 3. Code examples that used languages other than Dart were not supported. Anything that highlight.js was compiled for dartdoc with is now supported. 4. The comment color for highlight.js was light grey on white, which was pretty unreadable. It's now dark green and bold.
-
- 23 Oct, 2018 1 commit
-
-
Greg Spencer authored
This creates a custom dartdoc tool that will generate snippet blocks in our API docs that allow the user to copy easily to the clipboard, and will also embed the snippet code into a template to show it in a larger context with an app. This PR adds the snippet tool, a template, and a couple of HTML skeleton files, one for snippets that are designed to be in an application setting, and one where it simply puts a nice container around existing snippets, making them easier to copy to the clipboard.
-
- 25 Sep, 2018 1 commit
-
-
Kathy Walrath authored
It turns out that #21888 didn't really fix the link, because *this* is the README used by dartdoc for flutter.
-
- 23 Sep, 2018 1 commit
-
-
Ian Hickson authored
-
- 26 Apr, 2018 1 commit
-
-
Ian Hickson authored
See https://docs.flutter.io/ to see what I mean.
-
- 30 Mar, 2018 1 commit
-
-
jcollins-g authored
* Update dartdoc to v0.18.1 and fix API readme, borrowing from docs.flutter.io
-
- 19 Mar, 2018 1 commit
-
-
Ian Hickson authored
-
- 13 Feb, 2018 1 commit
-
-
Filip Hracek authored
-
- 02 Feb, 2018 1 commit
-
-
Devon Carew authored
-
- 29 Nov, 2017 2 commits
-
-
Matt Sullivan authored
* Fixed typo in navigator.dart doc comments * Added survey js to docs template
-
Greg Spencer authored
This consolidates all of the non-template .gitignore rules into the top level .gitignore, to ignore common things more broadly, with less maintenance needed for the .gitignore files. Does not touch the templates, so that they still produce needed .gitignores as part of flutter create.
-
- 13 Oct, 2017 1 commit
-
-
Devon Carew authored
-
- 15 Aug, 2017 1 commit
-
-
Dan Rubel authored
-
- 26 Jun, 2017 1 commit
-
-
Sarah Zakarias authored
-
- 26 May, 2017 1 commit
-
-
Devon Carew authored
-
- 25 May, 2017 1 commit
-
-
jcollins-g authored
* update the docs css style so the generated dartdoc matches the new flutter.io * Change to 0.12.0 dartdoc * Review comment
-
- 22 May, 2017 1 commit
-
-
Ian Hickson authored
Fixes https://github.com/flutter/flutter/issues/9377
-
- 14 Apr, 2017 1 commit
-
-
Devon Carew authored
* update the font used for docs.flutter.io * update to use the flutter primary color * update the header background color
-
- 10 Feb, 2017 1 commit
-
-
Jason Simmons authored
Fixes https://github.com/flutter/flutter/issues/7963
-
- 09 Nov, 2016 2 commits
-
-
Ian Hickson authored
-
Seth Ladd authored
-
- 01 Aug, 2016 1 commit
-
-
Seth Ladd authored
* update the color and logo for the docs site * update the color and logo for the docs site * remove unused file * removed unused script code * tweak styles for inherited names
-
- 23 Jul, 2016 1 commit
-
-
Devon Carew authored
-
- 12 Jul, 2016 1 commit
-
-
Seth Ladd authored
* configs for firebase hosting * use the implicit FIREBASE_TOKEN * don't print every command (lowers the chance of printing secret env vars, and for realz only deploy when merging into master
-
- 16 May, 2016 1 commit
-
-
Seth Ladd authored
* put an index at root of API docs bucket * ignore all of dev/docs/doc dir, fix a bug, remove private names from doc gen script * tweaks from review
-
- 13 May, 2016 1 commit
-
-
Seth Ladd authored
* add a webmaster tools verification file * also put the verification file at the root of our bucket * add comment for when we can simplify this script
-
- 16 Apr, 2016 1 commit
-
-
Devon Carew authored
* find all repo packages * .dartignore
-
- 13 Apr, 2016 1 commit
-
-
Devon Carew authored
-
- 12 Apr, 2016 1 commit
-
-
Devon Carew authored
* styles updates for the api docs * update library docs * use the new --favion and --use-categories options for dartdoc
-
- 07 Apr, 2016 1 commit
-
-
Devon Carew authored
* some docs cleanup * update styles * remove unused file
-
- 05 Apr, 2016 1 commit
-
-
Devon Carew authored
* add a dev/dartdoc.dart script to generate docs for the packages/ packages * remove description * rename readme * change to using --include-external * move docs to dev/docs
-