2019-01-12 09:32:30 -07:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8" />
|
|
|
|
<title>asdf vm - An extendable version manager</title>
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
|
|
|
<meta name="description" content="An extendable version manager" />
|
|
|
|
<meta
|
|
|
|
name="viewport"
|
|
|
|
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"
|
|
|
|
/>
|
|
|
|
<!-- site theme -->
|
|
|
|
<link
|
|
|
|
rel="stylesheet"
|
2019-01-25 01:17:20 -07:00
|
|
|
href="https://unpkg.com/docsify-themeable@0/dist/css/theme-simple.css"
|
|
|
|
title="light"
|
2019-01-12 09:32:30 -07:00
|
|
|
/>
|
2019-01-25 01:17:20 -07:00
|
|
|
<!-- prismjs theme -->
|
|
|
|
<!-- <link rel="stylesheet" href="//unpkg.com/prismjs@1.15.0/themes/prism.css" /> -->
|
|
|
|
<!-- <link rel="stylesheet" href="//unpkg.com/prismjs@1.15.0/themes/prism-coy.css" /> -->
|
|
|
|
<!-- <link rel="stylesheet" href="//unpkg.com/prism-themes/themes/prism-ghcolors.css" /> -->
|
|
|
|
<!-- <link rel="stylesheet" href="//unpkg.com/prism-themes/themes/prism-atom-dark.css" /> -->
|
2019-01-12 09:32:30 -07:00
|
|
|
</head>
|
|
|
|
<body>
|
2019-01-25 01:17:20 -07:00
|
|
|
<div id="app"></div>
|
2019-01-12 09:32:30 -07:00
|
|
|
<!-- edit on github plugin must appear here -->
|
2019-03-24 07:30:53 -07:00
|
|
|
<script src="scripts/docsify-edit-on-github.js"></script>
|
2019-01-12 09:32:30 -07:00
|
|
|
<script>
|
|
|
|
window.$docsify = {
|
|
|
|
name: "asdf-vm",
|
2019-01-25 01:17:20 -07:00
|
|
|
repo: "https://github.com/asdf-vm/asdf",
|
2019-01-12 09:32:30 -07:00
|
|
|
el: "#app",
|
|
|
|
coverpage: true,
|
|
|
|
loadNavbar: true,
|
|
|
|
loadSidebar: true,
|
2019-01-25 01:17:20 -07:00
|
|
|
notFoundPage: true,
|
2019-01-12 09:32:30 -07:00
|
|
|
subMaxLevel: 2,
|
|
|
|
auto2top: true,
|
|
|
|
alias: {
|
|
|
|
".*?/plugins-all":
|
|
|
|
"https://raw.githubusercontent.com/asdf-vm/asdf-plugins/master/README.md",
|
|
|
|
".*?/changelog":
|
|
|
|
"https://raw.githubusercontent.com/asdf-vm/asdf/master/CHANGELOG.md",
|
|
|
|
},
|
|
|
|
markdown: {
|
|
|
|
smartypants: true,
|
|
|
|
},
|
|
|
|
themeColor: "#AA00D4",
|
|
|
|
formatUpdated: "{MM}/{DD} {HH}:{mm}",
|
2020-04-20 18:34:45 -07:00
|
|
|
select: {
|
|
|
|
detectOperatingSystem: {
|
|
|
|
enabled: true,
|
|
|
|
menuId: "operating-system",
|
|
|
|
},
|
|
|
|
sync: true,
|
|
|
|
theme: "classic",
|
|
|
|
},
|
2019-01-12 09:32:30 -07:00
|
|
|
tabs: {
|
|
|
|
theme: "material",
|
|
|
|
},
|
|
|
|
search: {
|
|
|
|
paths: "auto",
|
|
|
|
placeholder: {
|
|
|
|
"/": "Type to search",
|
|
|
|
},
|
|
|
|
noData: {
|
|
|
|
"/": "No Results",
|
|
|
|
},
|
|
|
|
},
|
|
|
|
plugins: [
|
|
|
|
EditOnGithubPlugin.create(
|
2020-04-20 18:34:45 -07:00
|
|
|
"https://github.com/asdf-vm/asdf/blob/master/docs/",
|
|
|
|
{
|
|
|
|
customURLs: {
|
|
|
|
"https://raw.githubusercontent.com/asdf-vm/asdf-plugins/master/README.md":
|
|
|
|
"https://github.com/asdf-vm/asdf-plugins/edit/master/README.md",
|
|
|
|
"https://raw.githubusercontent.com/asdf-vm/asdf/master/CHANGELOG.md":
|
|
|
|
"https://github.com/asdf-vm/asdf/edit/master/CHANGELOG.md",
|
|
|
|
},
|
2019-03-24 07:30:53 -07:00
|
|
|
}
|
2020-04-20 18:34:45 -07:00
|
|
|
),
|
2019-01-12 09:32:30 -07:00
|
|
|
],
|
|
|
|
};
|
|
|
|
</script>
|
|
|
|
<!-- docsify core -->
|
|
|
|
<script src="//unpkg.com/docsify/lib/docsify.min.js"></script>
|
|
|
|
<!-- docsify core plugins -->
|
|
|
|
<script src="//unpkg.com/docsify/lib/plugins/search.min.js"></script>
|
|
|
|
<script src="//unpkg.com/docsify/lib/plugins/emoji.min.js"></script>
|
|
|
|
<script src="//unpkg.com/docsify/lib/plugins/zoom-image.min.js"></script>
|
|
|
|
<!-- 3rd party plugins -->
|
2020-04-20 18:34:45 -07:00
|
|
|
<script src="https://cdn.jsdelivr.net/npm/docsify-select@1"></script>
|
2019-01-25 01:17:20 -07:00
|
|
|
<script src="//unpkg.com/docsify-themeable@0"></script>
|
2019-01-12 09:32:30 -07:00
|
|
|
<script src="//unpkg.com/docsify-copy-code@2"></script>
|
|
|
|
<script src="//unpkg.com/docsify-tabs@1"></script>
|
2019-01-25 01:17:20 -07:00
|
|
|
<script src="//unpkg.com/prismjs/components/prism-bash.min.js"></script>
|
|
|
|
<script src="//unpkg.com/prismjs/components/prism-markdown.min.js"></script>
|
|
|
|
<style>
|
|
|
|
:root {
|
|
|
|
/* Reduce the font size */
|
2020-04-20 18:34:45 -07:00
|
|
|
/* --base-font-size: 14px; */
|
2019-01-25 01:17:20 -07:00
|
|
|
|
|
|
|
/* Change the theme color hue */
|
|
|
|
--theme-color: #aa00d4;
|
|
|
|
|
|
|
|
/* generate new cover bg color each load */
|
|
|
|
--cover-background-color: ;
|
|
|
|
/* leave cover page title black */
|
|
|
|
--cover-heading-color: ;
|
|
|
|
}
|
|
|
|
</style>
|
2019-01-12 09:32:30 -07:00
|
|
|
</body>
|
|
|
|
</html>
|