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

Commit

Permalink
Add first version of auto-generated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
chmanie committed Aug 13, 2020
1 parent c6650f1 commit c4ff81c
Show file tree
Hide file tree
Showing 5 changed files with 115 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div align="center">
<img src="purser_color.svg" width="600" />
<img src="media/purser_color.svg" width="600" />
</div>

## Purser
Expand Down
File renamed without changes
104 changes: 104 additions & 0 deletions package-lock.json

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

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
],
"devDependencies": {
"@colony/eslint-config-colony": "8.0.1",
"@strictsoftware/typedoc-plugin-monorepo": "^0.3.1",
"@types/bn.js": "^4.11.6",
"@types/jest": "^25.2.1",
"@typescript-eslint/eslint-plugin": "^2.29.0",
Expand All @@ -60,6 +61,7 @@
"prettier": "2.0.5",
"rimraf": "^3.0.2",
"ts-jest": "^25.3.1",
"typedoc": "^0.17.0-3",
"typescript": "^3.8.3"
},
"dependencies": {}
Expand Down
8 changes: 8 additions & 0 deletions typedoc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"name": "purser",
"readme": "README.md",
"out": "docs",
"mode": "library",
"external-modulemap": ".*packages\/(@purser\/[^\/]+)\/.*",
"media": "./media"
}

0 comments on commit c4ff81c

Please sign in to comment.