-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6c698b5
commit 971f684
Showing
13 changed files
with
635 additions
and
316 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,41 +1,42 @@ | ||
<!DOCTYPE html> | ||
<!doctype html> | ||
<html> | ||
|
||
<head> | ||
<head> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> | ||
<meta name="viewport" content="width=device-width,initial-scale=1" /> | ||
<meta charset="UTF-8" /> | ||
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify@4/themes/vue.css" /> | ||
|
||
<link | ||
rel="stylesheet" | ||
href="//cdn.jsdelivr.net/npm/docsify@4/themes/vue.css" | ||
/> | ||
|
||
<style> | ||
video { | ||
max-width: 100%; | ||
height: auto; | ||
} | ||
video { | ||
max-width: 100%; | ||
height: auto; | ||
} | ||
</style> | ||
</head> | ||
</head> | ||
|
||
<body> | ||
<body> | ||
<div id="app"></div> | ||
<script> | ||
window.$docsify = { | ||
repo: "LorisSigrist/t18s", | ||
name: "T18S Documentation", | ||
basePath: 'https://raw.githubusercontent.com/LorisSigrist/t18s/main', | ||
homepage: 'https://raw.githubusercontent.com/LorisSigrist/t18s/main/README.md', | ||
auto2top: true, | ||
subMaxLevel: 1, | ||
maxLevel: 3, | ||
window.$docsify = { | ||
repo: "LorisSigrist/t18s", | ||
name: "T18S Documentation", | ||
basePath: "https://raw.githubusercontent.com/LorisSigrist/t18s/main", | ||
homepage: | ||
"https://raw.githubusercontent.com/LorisSigrist/t18s/main/README.md", | ||
auto2top: true, | ||
subMaxLevel: 1, | ||
maxLevel: 3, | ||
|
||
//Sidebar | ||
loadSidebar: "docs/_sidebar.md", | ||
}; | ||
//Sidebar | ||
loadSidebar: "docs/_sidebar.md", | ||
}; | ||
</script> | ||
<script src="//cdn.jsdelivr.net/npm/docsify@4"></script> | ||
<script src="//unpkg.com/prismjs/components/prism-typescript.min.js"></script> | ||
<script src="//unpkg.com/prismjs/components/prism-bash.min.js"></script> | ||
<script src="//unpkg.com/prismjs/components/prism-yaml.min.js"></script> | ||
</body> | ||
|
||
</html> | ||
<script src="//cdn.jsdelivr.net/npm/docsify@4"></script> | ||
<script src="//unpkg.com/prismjs/components/prism-typescript.min.js"></script> | ||
<script src="//unpkg.com/prismjs/components/prism-bash.min.js"></script> | ||
<script src="//unpkg.com/prismjs/components/prism-yaml.min.js"></script> | ||
</body> | ||
</html> |
Oops, something went wrong.