ShawnAI commited on
Commit
ef95f63
1 Parent(s): 32732b1

Update dist/index.html

Browse files
Files changed (1) hide show
  1. dist/index.html +6 -4
dist/index.html CHANGED
@@ -28,10 +28,12 @@ padding-top: 20px;
28
 
29
  <body>
30
  <div id="sidebar">
31
- <h3>Select API:</h3>
32
  <ul>
33
- <li><a href="#" onclick="loadSwagger('https://petstore3.swagger.io/api/v3/openapi.json')">Petstore</a></li>
34
- <li><a href="#" onclick="loadSwagger('https://raw.githubusercontent.com/jdegre/5GC_APIs/Rel-18/TS29518_Namf_Communication.yaml')">TS29518_Namf_Communication</a></li>
 
 
35
 
36
  <!-- Add more API links here -->
37
  </ul>
@@ -47,7 +49,7 @@ dom_id: '#swagger-ui'
47
  }
48
 
49
  window.onload = () => {
50
- loadSwagger('https://petstore3.swagger.io/api/v3/openapi.json');
51
  };
52
  </script>
53
  </body>
 
28
 
29
  <body>
30
  <div id="sidebar">
31
+ <h3>AMF 29518</h3>
32
  <ul>
33
+ <li><a href="#" onclick="loadSwagger('https://raw.githubusercontent.com/jdegre/5GC_APIs/Rel-18/TS29518_Namf_Communication.yaml')">Communication</a></li>
34
+ <li><a href="#" onclick="loadSwagger('https://raw.githubusercontent.com/jdegre/5GC_APIs/Rel-18/TS29518_Namf_EventExposure.yaml')">Event Exposure</a></li>
35
+ <li><a href="#" onclick="loadSwagger('https://raw.githubusercontent.com/jdegre/5GC_APIs/Rel-18/TS29518_Namf_Location.yaml')">Location</a></li>
36
+ <li><a href="#" onclick="loadSwagger('https://raw.githubusercontent.com/jdegre/5GC_APIs/Rel-18/TS29518_Namf_MT.yaml')">MT</a></li>
37
 
38
  <!-- Add more API links here -->
39
  </ul>
 
49
  }
50
 
51
  window.onload = () => {
52
+ loadSwagger('https://raw.githubusercontent.com/jdegre/5GC_APIs/Rel-18/TS29518_Namf_Communication.yaml');
53
  };
54
  </script>
55
  </body>