Skip to content

Commit

Permalink
updated docs theme
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarotero committed Aug 12, 2024
1 parent 578cd86 commit 39e09d9
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
10 changes: 10 additions & 0 deletions docs/_data.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
menu_links:
- text: GitHub repository
href: https://github.com/ventojs/vento
icon: github-logo
- text: Deno module
href: https://deno.land/x/vento
icon: package
- text: NPM module
href: https://www.npmjs.com/package/ventojs
icon: package
2 changes: 1 addition & 1 deletion docs/deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"lock": false,
"imports": {
"lume/": "https://deno.land/x/[email protected]/",
"wiki/": "https://deno.land/x/[email protected].0/"
"wiki/": "https://deno.land/x/[email protected].3/"
},
"compilerOptions": {
"types": [
Expand Down
7 changes: 0 additions & 7 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,3 @@ First, let's take a look to the following example:
prepending the `/` character (like Mustache).
- It's async friendly, you can use `await` everywhere.
- Filters are applied using the pipeline operator.

---

- Created by [Óscar Otero](https://github.com/oscarotero)
- [GitHub repository](https://github.com/ventojs/vento)
- [Deno module](https://deno.land/x/vento)
- [NPM module](https://www.npmjs.com/package/ventojs)

0 comments on commit 39e09d9

Please sign in to comment.