40 أسطر
1.2 KiB
HTML
40 أسطر
1.2 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
|
<meta name="viewport"
|
|
content="width=device-width, initial-scale=1, minimum-scale=1.0, shrink-to-fit=no, viewport-fit=cover" />
|
|
<!-- <meta name="description" content=""> -->
|
|
<title>Ghaymah cloud documentation</title>
|
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/docsify-themeable/dist/css/theme-simple-dark.css" />
|
|
<!-- Custom Styles -->
|
|
<style>
|
|
:root {
|
|
--sidebar-width: 20rem;
|
|
}
|
|
</style>
|
|
</head>
|
|
|
|
<body>
|
|
<div id="app">Loading...</div>
|
|
|
|
<script>
|
|
window.$docsify = {
|
|
name: "Ghaymah Docs",
|
|
loadSidebar: true,
|
|
subMaxLevel: 3,
|
|
};
|
|
</script>
|
|
|
|
<!-- Required -->
|
|
<script src="https://cdn.jsdelivr.net/npm/docsify@4/lib/docsify.min.js"></script>
|
|
<script src="https://cdn.jsdelivr.net/npm/docsify-themeable@0/dist/js/docsify-themeable.min.js"></script>
|
|
|
|
Recommended
|
|
<script src="https://cdn.jsdelivr.net/npm/docsify@4/lib/plugins/search.js"></script>
|
|
<script src="https://cdn.jsdelivr.net/npm/docsify-tabs@1"></script>
|
|
</body>
|
|
|
|
</html> |