-
Notifications
You must be signed in to change notification settings - Fork 30
/
Copy pathindex.html
45 lines (43 loc) · 2.87 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
---
layout: default
---
<div class="header-container jumbotron">
<div class="container">
<h1>[Name of API]</h1>
<p>[Replace with a one-sentence description of your API.]</p>
<p><a class="btn btn-primary btn-lg" href="{{ "/docs/home/" | prepend: site.baseurl }}" role="button">Get started</a></p>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-md-6">
<h2 class="header-light regular-pad">How to use this template</h2>
<p>Replace all of the [prompts in brackets] with content that's specific to your API. When you've replaced all the bracketed prompts, you'll have the essentials documented sufficiently to help people use your API. If you want to work from a checklist, see the <a href="/mvp-template/docs/mvp_checklist/">MVP checklist</a>.</p>
<p>If something in this template doesn't make sense for your API, delete it! And likewise, add any sections you need based on your API's particulars. We hope our suggestions in this template will spark more ideas about documenting features of your API to help users consume it.</p>
<p>The template is written in <a href="https://daringfireball.net/projects/markdown/">Markdown</a>, except this page, which is written in HTML. Some options for publishing are listed on the <a href="/mvp-template/docs/publishing_options/">Publishing options</a> page.</p>
</div>
<div class="col-md-6">
<h2 class="header-light regular-pad">Update and expand</h2>
<p class="header-light regular-pad">If you're interested in ideas for moving beyond basic API documentation, check out [this article](link to API doc checklist article).</p>
<p>Don't forget to replace the text on this page with information about your API! It's the `index.html` file.</p>
</div>
</div>
<hr>
<div class="row">
<div class="col-sm-4">
<h1 class="text-center"><i class="fa fa-map" aria-hidden="true"></i></h1>
<h3 class="text-center">Workflows</h3>
<p>These optimal <a href="/mvp-template/docs/workflows/">workflows</a> walk you through a few high-impact tasks you can accomplish with your API.</p>
</div>
<div class="col-sm-4">
<h1 class="text-center"><i class="fa fa-code" aria-hidden="true"></i></h1>
<h3 class="text-center">Code Samples</h3>
<p>Check out these <a href="/mvp-template/docs/code_samples/">code samples</a> for common use cases to get up and running with the API as quickly as possible.</p>
</div>
<div class="col-sm-4">
<h1 class="text-center"><i class="fa fa-rocket" aria-hidden="true"></i></h1>
<h3 class="text-center">Reference</h3>
<p>Looking for endpoints? The <a href="/mvp-template/docs/mdreference/">reference</a> section lists details for every endpoint in the API.</p>
</div>
</div>
</div>