mirror of
https://github.com/awesome-selfhosted/awesome-selfhosted.git
synced 2025-06-23 07:18:25 +02:00
Uploaded Docsify Docs
This commit is contained in:
parent
4ee064641e
commit
a468a7d5e6
11 changed files with 1523 additions and 0 deletions
26
docs/index.html
Normal file
26
docs/index.html
Normal file
|
@ -0,0 +1,26 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Awesome Selfhosted</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">
|
||||
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify/lib/themes/vue.css">
|
||||
<link rel="icon" type="image/png" href="./img/selfhosted.png">
|
||||
</head>
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
<script>
|
||||
window.$docsify = {
|
||||
name: 'Awesome-Selfhosted',
|
||||
repo: 'https://github.com/awesome-selfhosted/awesome-selfhosted',
|
||||
coverpage: true,
|
||||
coverpage: '_coverpage.md',
|
||||
basePath:
|
||||
'https://raw.githubusercontent.com/awesome-selfhosted/awesome-selfhosted/master/'
|
||||
};
|
||||
</script>
|
||||
<script src="//cdn.jsdelivr.net/npm/docsify/lib/docsify.min.js"></script>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue