1. 14 Nov, 2018 1 commit
  2. 13 Nov, 2018 1 commit
  3. 12 Nov, 2018 1 commit
  4. 08 Nov, 2018 1 commit
  5. 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.
      Unverified
      094f93df
  6. 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.
      Unverified
      65d3ddd5
  7. 25 Sep, 2018 1 commit
  8. 23 Sep, 2018 1 commit
  9. 26 Apr, 2018 1 commit
  10. 30 Mar, 2018 1 commit
  11. 19 Mar, 2018 1 commit
  12. 13 Feb, 2018 1 commit
  13. 02 Feb, 2018 1 commit
  14. 29 Nov, 2017 2 commits
  15. 13 Oct, 2017 1 commit
  16. 15 Aug, 2017 1 commit
  17. 26 Jun, 2017 1 commit
  18. 26 May, 2017 1 commit
  19. 25 May, 2017 1 commit
  20. 22 May, 2017 1 commit
  21. 14 Apr, 2017 1 commit
  22. 10 Feb, 2017 1 commit
  23. 09 Nov, 2016 2 commits
  24. 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
  25. 23 Jul, 2016 1 commit
  26. 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
  27. 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
  28. 13 May, 2016 1 commit
  29. 16 Apr, 2016 1 commit
  30. 13 Apr, 2016 1 commit
  31. 12 Apr, 2016 1 commit
  32. 07 Apr, 2016 1 commit
  33. 05 Apr, 2016 1 commit