Skip to content

Commit

Permalink
feat(docsify): add sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
gmacario committed Nov 18, 2024
1 parent 4a9aad8 commit eab099f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
6 changes: 6 additions & 0 deletions docs/_sidebar.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<!-- docs/_sidebar.md -->

- [Home](/)
- [HOWTO Create a GitHub repository from template](howto-create-repository-from-template.md)

<!-- EOF -->
8 changes: 6 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<title>Document</title>
Expand All @@ -8,15 +9,18 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify@4/lib/themes/vue.css">
</head>

<body>
<div id="app"></div>
<script>
window.$docsify = {
name: '',
repo: ''
repo: '',
loadSidebar: true
}
</script>
<!-- Docsify v4 -->
<script src="//cdn.jsdelivr.net/npm/docsify@4"></script>
</body>
</html>

</html>

0 comments on commit eab099f

Please sign in to comment.