Skip to content
Merged
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
35 changes: 0 additions & 35 deletions hooks/01_removeNotRelevantParts.js

This file was deleted.

16 changes: 15 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,20 @@
"renderer": "react",
"apiVersion": "v3",
"generator": ">=2.0.0 <3.0.0",
"conditionalGeneration": {
"css": {
"parameter": "singleFile",
"validation": {
"const": "false"
}
},
"js": {
"parameter": "singleFile",
"validation": {
"const": "false"
}
}
},
"parameters": {
"sidebarOrganization": {
"description": "Defines how the sidebar should be organized. 'byTags' to categorize operations by tags in the root of the document, `byTagsNoRoot` does the same but for pub/sub tags.",
Expand Down Expand Up @@ -134,4 +148,4 @@
"^nimma/(.*)": "<rootDir>/node_modules/nimma/dist/cjs/$1"
}
}
}
}