init
This commit is contained in:
@@ -0,0 +1,52 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="ko">
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport"
|
||||
content="width=device-width, initial-scale=1, minimum-scale=1.0, shrink-to-fit=no, viewport-fit=cover">
|
||||
|
||||
<!-- Replace with your own title and description. -->
|
||||
<title>eAPIM Admin Portal Guide</title>
|
||||
<meta name="description" content="eAPIM Admin Portal Guide">
|
||||
<link rel="icon" href="/monitoring/img/favicon_eactive.png" type="image/ico" sizes="16x16" />
|
||||
|
||||
<!-- Default Theme (see https://docsify.js.org/#/themes) -->
|
||||
<link rel="stylesheet" href="/monitoring/addon/docsify/themes/vue.css">
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
|
||||
<script>
|
||||
// Docsify Configuration (see https://docsify.js.org/#/configuration)
|
||||
window.$docsify = {
|
||||
name: 'eAPIM Admin Portal Guide',
|
||||
|
||||
// Sidebar Configuration
|
||||
auto2top: true,
|
||||
loadSidebar: true,
|
||||
maxLevel: 0,
|
||||
// Set subMaxLevel to 0 to remove automatic display of page table of contents (TOC) in Sidebar
|
||||
subMaxLevel: 3,
|
||||
|
||||
// Search Plugin Configuration
|
||||
search: {
|
||||
placeholder: 'Type to search',
|
||||
noData: 'No matches found.',
|
||||
// Headline depth, 1 - 6
|
||||
depth: 2,
|
||||
}
|
||||
};
|
||||
</script>
|
||||
|
||||
<!-- Required -->
|
||||
<script src="/monitoring/addon/docsify/docsify.min.js"></script>
|
||||
|
||||
<!-- Recommended -->
|
||||
<script src="/monitoring/addon/docsify/plugins/zoom-image.min.js"></script>
|
||||
<script src="/monitoring/addon/docsify/plugins/search.js"></script>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user