Skip to content

Instantly share code, notes, and snippets.

@BryceStevenWilley
Created September 29, 2022 14:10
Show Gist options
  • Save BryceStevenWilley/2b8006dc6166baaf95cb5593c71e98e4 to your computer and use it in GitHub Desktop.
Save BryceStevenWilley/2b8006dc6166baaf95cb5593c71e98e4 to your computer and use it in GitHub Desktop.
Dashing.json config for Docassemble
{
"name": "Docassemble",
"package": "docassemble",
"index": "index.html",
"selectors": {
"dt a": "Command",
"title": "Guide",
"h2": [
{
"type": "Function",
"requiretext": ".*\\(\\)",
"matchpath": "docs/functions.html"
},
{
"type": "Variable",
"matchpath": "docs/special.html"
},
{
"type": "Class",
"matchpath": "docs/objects.html",
"requiretext": "^DA.+"
},
{
"type": "Class",
"matchpath": "docs/objects.html",
"requiretext": "(Thing|Event|Person|Name|Address|Value|LatitudeLongitude|PartyList)"
}
],
"h2 code": [
{
"type": "Attribute",
"matchpath": "docs/logic.html"
},
{
"type": "Option",
"matchpath": "docs/fields.html"
},
{
"type": "Attribute",
"matchpath": "docs/initial.html"
}
]
},
"ignore": [
"static/test-iframe.html",
"static/test-embed.html",
"static/test-iframe.html#autolink-259",
"test-iframe.html",
"ABOUT",
"jekyll/",
"Page of a web site"
],
"icon32x32": "favicon-32x32.png",
"allowJS": true,
"ExternalURL": "https://docassemble.org/"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment