observable-framework-config

Installation
SKILL.md

Configuration

Observable Framework documentation: Configuration Source: https://observablehq.com/framework/config

A observablehq.config.js (or observablehq.config.ts) file located in the project root allows configuration of your app. For example, you might use a config file to set the app’s title and sidebar contents:

export default {
  title: "My awesome app",
  pages: [
    {name: "Getting ever more awesome", path: "/getting-awesome"},
    {name: "Being totally awesome", path: "/being-awesome"},
    {name: "Staying as awesome as ever", path: "/staying-awesome"}
  ]
};
Installs
3
First Seen
Feb 28, 2026
observable-framework-config — spqw/skill-observable-framework