Skip to content

Commit

Permalink
tweak page titles
Browse files Browse the repository at this point in the history
  • Loading branch information
mbostock committed Feb 14, 2024
1 parent c684da7 commit 92c49bd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/lib/dot.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# DOT
# DOT (Graphviz)

[DOT](https://graphviz.org/doc/info/lang.html) is a language for expressing node-link diagrams using [Graphviz](https://graphviz.org). Observable provides a `dot` tagged template literal powered by [Viz.js](https://github.com/mdaines/viz-js). This is available by default in Markdown, or you can import it like so:

Expand Down
2 changes: 1 addition & 1 deletion docs/lib/xlsx.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# XLSX
# Microsoft Excel (XLSX)

[`FileAttachment`](../javascript/files) supports the [Microsoft Excel Open XML format](https://en.wikipedia.org/wiki/Office_Open_XML) via the `file.xlsx` method. This is implemented using the MIT-licensed [ExcelJS](https://github.com/exceljs/exceljs) library.

Expand Down
2 changes: 1 addition & 1 deletion observablehq.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export default {
{name: "Lodash", path: "/lib/lodash"},
{name: "Mapbox GL JS", path: "/lib/mapbox-gl"},
{name: "Mermaid", path: "/lib/mermaid"},
{name: "Microsoft Excel", path: "/lib/xlsx"},
{name: "Microsoft Excel (XLSX)", path: "/lib/xlsx"},
{name: "Observable Generators", path: "/lib/generators"},
{name: "Observable Inputs", path: "/lib/inputs"},
{name: "Observable Plot", path: "/lib/plot"},
Expand Down

0 comments on commit 92c49bd

Please sign in to comment.