docsify/site/index.html

52 lines
1.4 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<meta charset="UTF-8" />
<link
rel="stylesheet"
href="//cdn.jsdelivr.net/npm/docsify@4/themes/vue.css"
/>
</head>
<body>
<div id="app"></div>
<script>
window.$docsify = {
name: 'Docs',
loadSidebar: true,
coverpage: true,
coverpage: '_coverpage.md',
onlyCover: false,
autoFooter: {
// the name you wish to display as the copyright holder
name: 'admin',
// the URL (personal or company) which clicking the `name` goes to
url: 'https://docs.bigyellowfish.com',
// the start year of copyright
copyYear: '20124',
// show the privacy policy link
policy: false,
// show the terms of service link
terms: false,
// show the cookies policy link
cookies: false,
// use your own css styles or the built in ones
customStyle: false,
}
};
</script>
<script src="//cdn.jsdelivr.net/npm/docsify@4"></script>
<script src="https://cdn.jsdelivr.net/npm/docsify@4/lib/plugins/search.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@markbattistella/docsify-sidebarfooter@latest"></script>
</body>
</html>