forked from OBOFoundry/OBOFoundry.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
doc.html
61 lines (44 loc) · 1.39 KB
/
doc.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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
---
layout: default
---
{% include navbar.html %}
<div class="content">
<div>
<div class="page-header">
<h1>
{{ page.title }}
</h1>
</p>
</div>
<div class="col-md-12">
<div class="row">
<div class="col-md-3">
{% capture my_include %}{% include docs_toc.md %}{% endcapture %}
{{ my_include | markdownify }}
<div class="btn-group" role="group" aria-label="Source">
<a href="https://github.com/OBOFoundry/OBOFoundry.github.io/blob/master/docs/{{page.id}}.md">
<button type="button"
data-toggle="tooltip"
title="See FAQ entry: How is metadata stored?"
html="true"
class="btn btn-default">
View
</button>
</a>
<a href="https://github.com/OBOFoundry/OBOFoundry.github.io/edit/master/docs/{{page.id}}.md">
<button type="button"
data-toggle="tooltip"
title="See FAQ entry: How I do edit my metadata?"
html="true"
class="btn btn-default">
Edit</button>
</a>
<!-- <button type="button" class="btn btn-default">Help</button> -->
</div>
</div>
<div class="col-md-9">
{{ content }}
</div>
</div>
</div>
</div>