Skip to content

Commit cbe883f

Browse files
committed
docs: update docs
1 parent ff1e7bc commit cbe883f

File tree

12 files changed

+1424
-442
lines changed

12 files changed

+1424
-442
lines changed
File renamed without changes.

CNAME renamed to docs/CNAME

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

docs/assets/theme.css

Lines changed: 892 additions & 0 deletions
Large diffs are not rendered by default.

docs/fields.md

Lines changed: 0 additions & 274 deletions
This file was deleted.

index.html renamed to docs/index.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,16 @@
77
<meta name="keywords" content="velite, contentlayer, markdown, yaml, json, data layer, schema" />
88
<meta charset="UTF-8" />
99
<title>Velite | Documentation</title>
10-
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify/lib/themes/vue.css" />
10+
<link rel="stylesheet" href="assets/theme.css" />
1111
</head>
1212
<body>
1313
<div id="app"></div>
1414
<script>
1515
window.$docsify = { repo: 'zce/velite', homepage: 'readme.md' }
1616
</script>
1717
<script src="//cdn.jsdelivr.net/npm/docsify/lib/docsify.min.js"></script>
18+
<script src="//cdn.jsdelivr.net/npm/prismjs@1.29.0/components/prism-diff.min.js"></script>
19+
<script src="//cdn.jsdelivr.net/npm/prismjs@1.29.0/components/prism-bash.min.js"></script>
20+
<script src="//cdn.jsdelivr.net/npm/prismjs@1.29.0/components/prism-typescript.min.js"></script>
1821
</body>
1922
</html>

0 commit comments

Comments
 (0)