41 lines
1.2 KiB
HTML
41 lines
1.2 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>WooCommerce Admin</title>
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
|
<meta name="description" content="Description">
|
|
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
|
<!-- Theme: Simple -->
|
|
<link rel="stylesheet" href="https://unpkg.com/docsify-themeable/dist/css/theme-simple.css">
|
|
<!-- Customization -->
|
|
<style>
|
|
:root {
|
|
--theme-color : #95588a;
|
|
}
|
|
.markdown-section h1 code,
|
|
.markdown-section h2 code,
|
|
.markdown-section h3 code,
|
|
.markdown-section h4 code {
|
|
/* Code font is slightly larger-scale than heading font, so we'll size it accordingly. */
|
|
font-size: 0.9em;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div id="app"></div>
|
|
<script>
|
|
window.$docsify = {
|
|
name: 'WooCommerce Admin',
|
|
repo: 'https://github.com/woocommerce/wc-admin',
|
|
loadSidebar: true,
|
|
subMaxLevel: 3,
|
|
search: 'auto',
|
|
};
|
|
</script>
|
|
<script src="https://unpkg.com/docsify/lib/docsify.min.js"></script>
|
|
<script src="https://unpkg.com/docsify/lib/plugins/search.min.js"></script>
|
|
<script src="https://unpkg.com/docsify-themeable"></script>
|
|
</body>
|
|
</html>
|