43 lines
1.2 KiB
HTML
43 lines
1.2 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>FUJ Management - Documentation</title>
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
|
<meta name="description" content="Documentation for FUJ Management Application">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
|
|
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify@4/lib/themes/vue.css">
|
|
<style>
|
|
:root {
|
|
--theme-color: #42b983;
|
|
}
|
|
|
|
.sidebar {
|
|
background-color: #f8f9fa;
|
|
}
|
|
</style>
|
|
</head>
|
|
|
|
<body>
|
|
<div id="app">Loading documentation...</div>
|
|
<script>
|
|
window.$docsify = {
|
|
name: 'FUJ Management',
|
|
repo: '',
|
|
loadSidebar: true,
|
|
subMaxLevel: 2,
|
|
search: 'auto',
|
|
auto2top: true,
|
|
alias: {
|
|
'/.*/_sidebar.md': '/_sidebar.md'
|
|
}
|
|
}
|
|
</script>
|
|
<!-- Docsify v4 -->
|
|
<script src="//cdn.jsdelivr.net/npm/docsify@4"></script>
|
|
<script src="//cdn.jsdelivr.net/npm/docsify/lib/plugins/search.min.js"></script>
|
|
<script src="//cdn.jsdelivr.net/npm/docsify-copy-code"></script>
|
|
</body>
|
|
|
|
</html> |