1. 11 Dec, 2018 1 commit
  2. 28 Nov, 2018 1 commit
  3. 15 Nov, 2018 2 commits
  4. 14 Nov, 2018 1 commit
  5. 13 Nov, 2018 1 commit
  6. 12 Nov, 2018 1 commit
  7. 08 Nov, 2018 1 commit
  8. 07 Nov, 2018 1 commit
    • Greg Spencer's avatar
      Fixes several bugs in samples, quotes HTML properly, and pre-compiles snippet tool. (#24020) · 094f93df
      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.
      094f93df
  9. 23 Oct, 2018 1 commit
    • Greg Spencer's avatar
      Dartdoc snippet extension to inject full featured code snippets in to API docs. (#23281) · 65d3ddd5
      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.
      65d3ddd5
  10. 25 Sep, 2018 1 commit
  11. 23 Sep, 2018 1 commit
  12. 26 Apr, 2018 1 commit
  13. 30 Mar, 2018 1 commit
  14. 19 Mar, 2018 1 commit
  15. 13 Feb, 2018 1 commit
  16. 02 Feb, 2018 1 commit
  17. 29 Nov, 2017 2 commits
    • Matt Sullivan's avatar
      Add survey js to docs web site (#13210) · f44007c8
      Matt Sullivan authored
      * Fixed typo in navigator.dart doc comments
      
      * Added survey js to docs template
      f44007c8
    • Greg Spencer's avatar
      Consolidating .gitignore files. (#13002) · 909406ba
      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.
      909406ba
  18. 13 Oct, 2017 1 commit
  19. 15 Aug, 2017 1 commit
  20. 26 Jun, 2017 1 commit
  21. 26 May, 2017 1 commit
  22. 25 May, 2017 1 commit
  23. 22 May, 2017 1 commit
  24. 14 Apr, 2017 1 commit
  25. 10 Feb, 2017 1 commit
  26. 09 Nov, 2016 2 commits
  27. 01 Aug, 2016 1 commit
    • Seth Ladd's avatar
      Docs colors logo (#5176) · b34b453c
      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
      b34b453c
  28. 23 Jul, 2016 1 commit
  29. 12 Jul, 2016 1 commit
    • Seth Ladd's avatar
      Firebase hosting for docs (#4871) · 1ac08b26
      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
      1ac08b26
  30. 16 May, 2016 1 commit
    • Seth Ladd's avatar
      Docs homepage (#3908) · 707fe582
      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
      707fe582
  31. 13 May, 2016 1 commit
  32. 16 Apr, 2016 1 commit
  33. 13 Apr, 2016 1 commit
  34. 12 Apr, 2016 1 commit
  35. 07 Apr, 2016 1 commit
  36. 05 Apr, 2016 1 commit