| | | 65 | 65 | <ul class="navbar-nav"> |
| | | 66 | 66 | <li class="dropdown"><a class="dropdown-toggle" href="#">move page</a> |
| | | 67 | 67 | <ul class="dropdown-menu"> |
| | | 68 | | <li><a class="dropdown-item" href="projectCharter.html">product charter</a></li> |
| | | | 68 | <li><a class="dropdown-item" href="project-charter.html">Product charter</a></li> |
| | | 69 | 69 | <li><a class="dropdown-item" href="srs.html">SRS</a></li> |
| | | 70 | 70 | <li><a class="dropdown-item" href="sds.html">SDS</a></li> |
| | | 71 | 71 | <li><a class="dropdown-item" href="guide.html">Guide</a></li> |
| | | | 72 | <li><a class="dropdown-item" href="engine-api-docs.html">Engine</a></li> |
| | | | 73 | <li><a class="dropdown-item" href="cloud-api-token.html">클라우드 API 토큰 발급</a></li> |
| | | | 74 | <li><a class="dropdown-item" href="create-cloud-issue-type.html">클라우드 이슈 유형 생성</a></li> |
| | | | 75 | <li><a class="dropdown-item" href="create-onpremise-issue-type.html">온프레미스 이슈 유형 생성</a></li> |
| | | | 76 | <li><a class="dropdown-item" href="import-github-project-intelli.html">inteliJ github project 가져오기</a></li> |
| | | 72 | 77 | </ul> |
| | | 73 | 78 | </li> |
| | | 74 | 79 | <li><a target="_blank" |
|
| | | 133 | 138 | <li class="nav-item"><a class="nav-link" href="#design">3. 설계</a></li> |
| | | 134 | 139 | </ul> |
| | | 135 | 140 | </li> |
| | | | 141 | <li class="nav-item"><a class="nav-link" href="#engine-api-docs">a-RMS Engine 통합 API Docs</a> |
| | | | 142 | </li> |
| | | 136 | 143 | </ul> |
| | | 137 | 144 | </div> |
| | | 138 | 145 | |
|
| | | 195 | 202 | <section id="design"></section> |
| | | 196 | 203 | |
| | | 197 | 204 | |
| | | | 205 | |
| | | | 206 | |
| | | | 207 | |
| | | | 208 | |
| | | | 209 | |
| | | | 210 | |
| | | | 211 | <section id="engine-api-docs"></section> |
| | | | 212 | |
| | | | 213 | |
| | | 198 | 214 | </div> |
| | | 199 | 215 | |
| | | 200 | 216 | |
|
| | | 237 | 253 | $("#sds_overview").load("./html/sds-overview.html"); |
| | | 238 | 254 | $("#design_considerations").load("./html/design-considerations.html"); |
| | | 239 | 255 | $("#design").load("./html/design.html"); |
| | | | 256 | $("#engine_api_docs").load("./html/engine-api-docs.html"); |
| | | 240 | 257 | |
| | | 241 | 258 | }); |
| | | 242 | 259 | </script> |