forked from OBOFoundry/OBOFoundry.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
doc.html
52 lines (49 loc) · 1.42 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
---
layout: default
---
<div class="content">
<div>
<div class="page-header">
<h1>{{ page.title }}</h1>
</div>
</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 }} {% if page.id %}
<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-outline-primary"
>
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-outline-primary"
>
Edit
</button>
</a>
<!-- <button type="button" class="btn btn-outline-primary">Help</button> -->
</div>
{% endif %}
</div>
<div class="col-md-9">{{ content }}</div>
</div>
</div>
</div>