Skip to content

Commit

Permalink
docs init
Browse files Browse the repository at this point in the history
  • Loading branch information
rez1dent3 committed Sep 2, 2023
1 parent c1dc985 commit 9d3b7ea
Show file tree
Hide file tree
Showing 13 changed files with 2,164 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ protogen/*
!protogen/go.mod
!protogen/empty.go
!protogen/example/
temp
temp
node_modules/
Empty file added docs/.nojekyll
Empty file.
1 change: 1 addition & 0 deletions docs/README.md
2 changes: 2 additions & 0 deletions docs/_sidebar.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Getting started
- [Introduction](README)
2 changes: 2 additions & 0 deletions docs/dist/bundle.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions docs/dist/bundle.js

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions docs/dist/bundle.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
/**
* Prism: Lightweight, robust, elegant syntax highlighting
*
* @license MIT <https://opensource.org/licenses/MIT>
* @author Lea Verou <https://lea.verou.me>
* @namespace
* @public
*/
1 change: 1 addition & 0 deletions docs/icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
25 changes: 25 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Gripmock</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="./dist/bundle.css">
<link rel="icon" type="image/svg+xml" href="./icon.svg">
<link rel="mask-icon" href="./icon.svg" color="#f4e664">
</head>
<body>
<div id="app"></div>
<script>
window.$docsify = {
name: 'Gripmock',
repo: 'bavix/gripmock',
loadSidebar: true,
relativePath: true,
}
</script>
<script src="./dist/bundle.js"></script>
</body>
</html>
6 changes: 6 additions & 0 deletions docs/src/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import 'docsify'
import 'docsify/lib/plugins/emoji'
import 'docsify/lib/plugins/search'
import 'prismjs/components/prism-go'
import 'prismjs/components/prism-bash'
import 'docsify/lib/themes/vue.css'
Loading

0 comments on commit 9d3b7ea

Please sign in to comment.