Skip to content

Commit

Permalink
ci: follow semantic versioning and add missing conf.json (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
SlayerOrnstein authored Apr 11, 2024
1 parent 4ba1c17 commit f2bad57
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 3 deletions.
28 changes: 28 additions & 0 deletions .github/docs/conf.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"source": {
"include": ["./src/", "./README.md"]
},
"opts": {
"template": "./node_modules/ink-docstrap/template",
"recurse": true
},
"templates": {
"cleverLinks": false,
"monospaceLinks": false,
"systemName": "@wfcd/profile-parser",
"footer": "",
"copyright": "©2024, WFCD",
"includeDate": true,
"navType": "vertical",
"theme": "cosmo",
"linenums": true,
"collapseSymbols": true,
"inverseNav": true,
"outputSourceFiles": true,
"outputSourcePath": true,
"dateFormat": "dddd, MMMM Do YYYY, HH:mm:ss",
"syntaxTheme": "dark",
"sort": "longname, version, since",
"search": true
}
}
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wfcd/profile-parser",
"version": "0.0-dev",
"version": "0.0.0",
"description": "Parser for Digital Extreme's profile data",
"type": "module",
"main": "src/ProfileParser.js",
Expand Down

0 comments on commit f2bad57

Please sign in to comment.