Spaces:
Sleeping
Sleeping
Update dist/index.html
Browse files- dist/index.html +2 -2
dist/index.html
CHANGED
@@ -29,7 +29,6 @@
|
|
29 |
|
30 |
<body>
|
31 |
<div id="sidebar">
|
32 |
-
<h3>AMF 29518</h3>
|
33 |
<label for="release-select">Select Release:</label>
|
34 |
<select id="release-select" onchange="updateRelease(currentFile)">
|
35 |
<option value="Rel-18">Rel-18</option>
|
@@ -37,9 +36,10 @@
|
|
37 |
<option value="Rel-16">Rel-16</option>
|
38 |
<option value="Rel-15">Rel-15</option>
|
39 |
</select>
|
|
|
40 |
<ul>
|
41 |
<li><a href="#" onclick="updateRelease('TS29518_Namf_Communication.yaml')">Communication</a></li>
|
42 |
-
<li><a href="#" onclick="
|
43 |
<li><a href="#" onclick="updateRelease('TS29518_Namf_Location.yaml')">Location</a></li>
|
44 |
<!-- Add more API links here -->
|
45 |
</ul>
|
|
|
29 |
|
30 |
<body>
|
31 |
<div id="sidebar">
|
|
|
32 |
<label for="release-select">Select Release:</label>
|
33 |
<select id="release-select" onchange="updateRelease(currentFile)">
|
34 |
<option value="Rel-18">Rel-18</option>
|
|
|
36 |
<option value="Rel-16">Rel-16</option>
|
37 |
<option value="Rel-15">Rel-15</option>
|
38 |
</select>
|
39 |
+
<h3>AMF 29518</h3>
|
40 |
<ul>
|
41 |
<li><a href="#" onclick="updateRelease('TS29518_Namf_Communication.yaml')">Communication</a></li>
|
42 |
+
<li><a href="#" onclick="updateRelease('TS29518_Namf_EventExposure.yaml')">Event Exposure</a></li>
|
43 |
<li><a href="#" onclick="updateRelease('TS29518_Namf_Location.yaml')">Location</a></li>
|
44 |
<!-- Add more API links here -->
|
45 |
</ul>
|