1
0
mirror of https://github.com/d3/d3.git synced 2025-12-08 19:46:24 +00:00
d3/observablehq.config.js
Mike Bostock f69e9b101e
examples!
2024-05-14 19:32:03 -07:00

9 lines
193 B
JavaScript

export default {
title: "D3",
head: '<link rel="icon" href="observable.png" type="image/png" sizes="32x32">',
root: "examples",
output: "examples/dist",
toc: false,
search: true
};