|
35 | 35 | </header>
|
36 | 36 | <section class='container'>
|
37 | 37 |
|
38 |
| -<div class='px2'> |
39 |
| - <div class='h2 mt4 mb0'> |
40 |
| - <span class='caps bold'> |
41 |
| - Output |
42 |
| - </span> |
43 |
| - <span> |
44 |
| - HTML + |
45 |
| - Markdown + |
46 |
| - JSON |
47 |
| - </span> |
| 38 | +<div class='px2 mt4 clearfix mxn2'> |
| 39 | + <div class='sm-col sm-col-4 px2'> |
| 40 | + <img src='illustrations/output.jpg' /> |
| 41 | + </div> |
| 42 | + <div class='sm-col sm-col-8 px2'> |
| 43 | + <div class='h2 mb0 mt2'> |
| 44 | + <span class='caps bold'> |
| 45 | + Output |
| 46 | + </span> |
| 47 | + <span> |
| 48 | + HTML + |
| 49 | + Markdown + |
| 50 | + JSON |
| 51 | + </span> |
| 52 | + </div> |
| 53 | + <p class='py2'> |
| 54 | + documentation.js has pluggable output formats: you can get raw |
| 55 | + documentation as JSON, beautiful, customizable HTML, or Markdown |
| 56 | + that fits perfectly into an API.md or README.md file in a Github |
| 57 | + repository |
| 58 | + </p> |
48 | 59 | </div>
|
49 |
| - <p class='py2'> |
50 |
| - documentation.js has pluggable output formats: you can get raw |
51 |
| - documentation as JSON, beautiful, customizable HTML, or Markdown |
52 |
| - that fits perfectly into an API.md or README.md file in a Github |
53 |
| - repository |
54 |
| - </p> |
55 | 60 | </div>
|
56 | 61 |
|
57 |
| -<div class='px2'> |
58 |
| - <div class='h2 mt4 mb0'> |
59 |
| - <span class='caps bold'> |
60 |
| - Universal |
61 |
| - </span> |
62 |
| - <span> |
63 |
| - JavaScript + |
64 |
| - ES6 Syntax + |
65 |
| - CommonJS + |
66 |
| - C/C++ |
67 |
| - </span> |
| 62 | +<div class='px2 mt4 clearfix mxn2'> |
| 63 | + <div class='sm-col sm-col-4 px2'> |
| 64 | + <img src='illustrations/universal.jpg' /> |
| 65 | + </div> |
| 66 | + <div class='sm-col sm-col-8 px2'> |
| 67 | + <div class='h2 mb0 mt1'> |
| 68 | + <span class='caps bold'> |
| 69 | + Universal |
| 70 | + </span> |
| 71 | + <span> |
| 72 | + JavaScript + |
| 73 | + ES6 Syntax + |
| 74 | + CommonJS + |
| 75 | + C/C++ |
| 76 | + </span> |
| 77 | + </div> |
| 78 | + <p class='py2'> |
| 79 | + documentation.js aims to cover all flavors of modern JavaScript: |
| 80 | + everything from client-side libraries to native node.js modules |
| 81 | + with logic in C++. |
| 82 | + </p> |
68 | 83 | </div>
|
69 |
| - <p class='py2'> |
70 |
| - documentation.js aims to cover all flavors of modern JavaScript: |
71 |
| - everything from client-side libraries to native node.js modules |
72 |
| - with logic in C++. |
73 |
| - </p> |
74 | 84 | </div>
|
75 | 85 |
|
76 |
| -<div class='px2'> |
77 |
| - <div class='h2 mt4 mb0'> |
78 |
| - <span class='caps bold'> |
79 |
| - Integrated |
80 |
| - </span> |
81 |
| - <span> |
82 |
| - <a href='https://github.com/documentationjs/documentation#user-guide'>CLI</a> |
83 |
| - + Node.js</li> |
84 |
| - + <a href='https://github.com/documentationjs/gulp-documentation'>Gulp</a> |
85 |
| - + <a href='https://github.com/documentationjs/dev-documentation'>Developer Tools</a> |
86 |
| - </span> |
| 86 | +<div class='px2 mt4 clearfix mxn2'> |
| 87 | + <div class='sm-col sm-col-4 px2'> |
| 88 | + <img src='illustrations/integrated.jpg' /> |
| 89 | + </div> |
| 90 | + <div class='sm-col sm-col-8 px2'> |
| 91 | + <div class='h2 mb0'> |
| 92 | + <span class='caps bold'> |
| 93 | + Integrated |
| 94 | + </span> |
| 95 | + <span> |
| 96 | + <a href='https://github.com/documentationjs/documentation#user-guide'>CLI</a> |
| 97 | + + Node.js</li> |
| 98 | + + <a href='https://github.com/documentationjs/gulp-documentation'>Gulp</a> |
| 99 | + + <a href='https://github.com/documentationjs/dev-documentation'>Developer Tools</a> |
| 100 | + </span> |
| 101 | + </div> |
| 102 | + <p class='py2'> |
| 103 | + documentation.js works in your workflow, whether you just want a command-line |
| 104 | + utility that generates documentation from your code, |
| 105 | + you use Gulp to publish websites, or you're building |
| 106 | + a new system and want low-level JavaScript methods. |
| 107 | + </p> |
87 | 108 | </div>
|
88 |
| - <p class='py2'> |
89 |
| - documentation.js works in your workflow, whether you just want a command-line |
90 |
| - utility that generates documentation from your code, |
91 |
| - you use Gulp to publish websites, or you're building |
92 |
| - a new system and want low-level JavaScript methods. |
93 |
| - </p> |
94 | 109 | </div>
|
95 | 110 | </section>
|
96 | 111 |
|
|
0 commit comments