Skip to content
This repository has been archived by the owner on Nov 6, 2024. It is now read-only.

chore: Generate Dash docset for fabricjs #131

Open
wants to merge 1 commit into
base: gh-pages
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,6 @@
.ruby-version
_site/
Gemfile.lock
node_modules
docs

Binary file added icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions jsdoc.conf.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"docset" : {
"name": "Fabricjs Docset",
"icon": "icon.png",
"enableJavascript": true
},
"opts": {
"template": "./node_modules/jsdoc-dash-template/",
"destination": "./docs/"
}
}
26 changes: 26 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"name": "fabricjs.com",
"version": "1.0.0",
"description": "Documentation to be used in Dash",
"directories": {
"doc": "docs",
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"docset": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cksachdev/fabricjs.com.git"
},
"author": "Chetan Sachdev <[email protected]> (http://chetansachdev.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/cksachdev/fabricjs.com/issues"
},
"homepage": "https://github.com/cksachdev/fabricjs.com#readme",
"devDependencies": {
"jsdoc-dash-template": "2.0.1"
}
}