File tree Expand file tree Collapse file tree 3 files changed +14
-1
lines changed Expand file tree Collapse file tree 3 files changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,8 @@ export default defineConfig({
6060 items : [
6161 { text : "What is Plot?" , link : "/what-is-plot" } ,
6262 { text : "Why Plot?" , link : "/why-plot" } ,
63- { text : "Getting started" , link : "/getting-started" }
63+ { text : "Getting started" , link : "/getting-started" } ,
64+ { text : "Examples" , link : "https://observablehq.com/@observablehq/plot-gallery" }
6465 ]
6566 } ,
6667 {
Original file line number Diff line number Diff line change 1+ ---
2+ prev :
3+ text : Getting started
4+ link : /getting-started
5+ ---
6+
17<script setup >
28
39import * as Plot from " @observablehq/plot" ;
Original file line number Diff line number Diff line change 1+ ---
2+ next :
3+ text : Plots
4+ link : /features/plots
5+ ---
6+
17<script setup >
28
39import * as Plot from " @observablehq/plot" ;
You can’t perform that action at this time.
0 commit comments