From 88ed6f44af582caa669d23894ff9607a2c17f403 Mon Sep 17 00:00:00 2001 From: Alex Kirk Date: Sun, 5 Jun 2022 21:42:42 +0200 Subject: [PATCH] Add a configuration file for creating a dash configuration --- docs/dashing.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100755 docs/dashing.json diff --git a/docs/dashing.json b/docs/dashing.json new file mode 100755 index 000000000..8f77cc351 --- /dev/null +++ b/docs/dashing.json @@ -0,0 +1,20 @@ +{ + "name": "Spectre.css", + "package": "spectre", + "index": "getting-started.html", + "selectors": { + "h3.s-title": { + "type": "Component", + "regexp": "#", + "replacement": "" + }, + "h4.s-subtitle": { + "type": "Section", + "regexp": "#", + "replacement": "" + } + }, + "icon32x32": "img/favicons/favicon.png", + "allowJS": true, + "ExternalURL": "https://picturepan2.github.io/spectre/" +}