-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathmenu.xml
More file actions
20 lines (20 loc) · 783 Bytes
/
menu.xml
File metadata and controls
20 lines (20 loc) · 783 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<ul xmlns="http://www.w3.org/1999/xhtml" class="nav navbar-nav">
<li><a href="index.html">Home</a></li>
<li><a href="profiles.html">Profiles</a></li>
<li><a href="artifacts.html">Artifact Index</a></li>
<li><a href="terminology.html">Terminology</a></li>
<li><a href="implementation-notes.html">Implementation Notes</a></li>
<li><a href="examples.html">Examples</a></li>
<li><a href="documentation.html">Documentation</a></li>
<li><a href="downloads.html">Downloads</a></li>
<li class="dropdown">
<a data-toggle="dropdown" href="#" class="dropdown-toggle">Support<b class="caret">
</b>
</a>
<ul class="dropdown-menu">
<li>
<a target="_blank" href="{{site.data.fhir.path}}index.html">FHIR Spec</a>
</li>
</ul>
</li>
</ul>