Skip to content

Commit

Permalink
updated docs template
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarotero committed Mar 23, 2024
1 parent d0deee3 commit a7e097c
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
_bin
_site
_cache
npm
demo
2 changes: 1 addition & 1 deletion docs/_config.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import lume from "lume/mod.ts";
import wiki from "https://deno.land/x/[email protected]/mod.ts";
import wiki from "wiki/mod.ts";

import "npm:[email protected]/components/prism-markup-templating.js";
import "../prism-vento.js";
Expand Down
3 changes: 2 additions & 1 deletion docs/deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
},
"lock": false,
"imports": {
"lume/": "https://deno.land/x/[email protected]/"
"lume/": "https://deno.land/x/[email protected]/",
"wiki/": "https://deno.land/x/[email protected]/"
},
"compilerOptions": {
"types": [
Expand Down
2 changes: 1 addition & 1 deletion docs/editor-integrations.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The
[Vento for Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=oscarotero.vento-syntax)
extension enables syntax highlighting and provides some useful snippets.

[**Quick Install**](vscode:extension/oscarotero.vento-syntax){.button .is-primary}
[**Quick Install**](vscode:extension/oscarotero.vento-syntax){.button .is-secondary}

### Open VSX Registry

Expand Down
File renamed without changes
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
logo: /icon.svg
logo: /favicon.svg
---

# 🌬 Vento
Expand Down

0 comments on commit a7e097c

Please sign in to comment.