Skip to content

Commit 46f6524

Browse files
adding a deno doc tutorial (#1903)
1 parent 67c6369 commit 46f6524

File tree

2 files changed

+433
-0
lines changed

2 files changed

+433
-0
lines changed

examples/_data.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,11 @@ export const sidebar = [
102102
externalURL: "https://www.youtube.com/watch?v=IVde_GTN6TM",
103103
type: "video",
104104
},
105+
{
106+
title: "Generating documentation with deno doc",
107+
href: "/examples/deno_doc_tutorial/",
108+
type: "tutorial",
109+
},
105110
],
106111
},
107112
{

0 commit comments

Comments
 (0)