mirror of
https://github.com/MichaelCade/90DaysOfDevOps.git
synced 2024-12-22 17:23:10 +07:00
Added basic config for docsify
This commit is contained in:
parent
ceaea43eec
commit
b2d20b9a18
11
_sidebar.md
Normal file
11
_sidebar.md
Normal file
@ -0,0 +1,11 @@
|
||||
- 90DaysOfDevOps
|
||||
- [2022 Version](2022.md)
|
||||
- [2023 Verison](2023.md)
|
||||
|
||||
- Info
|
||||
- [Resources](Resources.md)
|
||||
- [Contributions](CONTRIBUTING.md)
|
||||
- [Code of Conduct](CODE_OF_CONDUCT.md)
|
||||
|
||||
- Follow Us
|
||||
- [Discord]()
|
26
index.html
Normal file
26
index.html
Normal file
@ -0,0 +1,26 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Document</title>
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
||||
<meta name="description" content="Description">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
|
||||
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify/themes/dark.css" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
<script>
|
||||
window.$docsify = {
|
||||
name: '90DaysOfDevOps',
|
||||
repo: 'https://github.com/MichaelCade/90DaysOfDevOps',
|
||||
loadSidebar: true
|
||||
}
|
||||
</script>
|
||||
<!-- Docsify v4 -->
|
||||
<script src="//cdn.jsdelivr.net/npm/docsify@4"></script>
|
||||
</body>
|
||||
|
||||
</html>
|
Loading…
Reference in New Issue
Block a user