Skip to content

Commit

Permalink
refactor: polish docs
Browse files Browse the repository at this point in the history
  • Loading branch information
f3rno64 committed Dec 21, 2023
1 parent c49daa0 commit 6f414a9
Show file tree
Hide file tree
Showing 8 changed files with 30 additions and 52 deletions.
2 changes: 2 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [1.4.0](https://github.com/f3rno64/time-speak/compare/v1.3.3...v1.4.0) (2023-12-21)

### [1.3.3](https://github.com/f3rno64/time-speak/compare/v1.3.2...v1.3.3) (2023-12-14)

### [1.3.2](https://github.com/f3rno64/time-speak/compare/v1.3.1...v1.3.2) (2023-12-13)
Expand Down
16 changes: 8 additions & 8 deletions docs/classes/InvalidInputError.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/functions/parse.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/modules.html

Large diffs are not rendered by default.

45 changes: 8 additions & 37 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
Expand Up @@ -20,7 +20,7 @@
"date parser"
],
"scripts": {
"docs": "rm -rf docs && npx typedoc --out docs src && cp LICENSE.md docs/LICENSE.md && cp CHANGELOG.md docs/CHANGELOG.md",
"docs": "npx typedoc --out docs src && cp LICENSE.md docs/LICENSE.md && cp CHANGELOG.md docs/CHANGELOG.md",
"test": "NODE_PATH=./src NODE_ENV=test mocha",
"test:coverage": "NODE_PATH=./src NODE_ENV=test nyc mocha",
"test:watch": "NODE_PATH=./src NODE_ENV=test nyc mocha --watch",
Expand Down
5 changes: 5 additions & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@
},

"typedocOptions": {
"githubPages": true,
"cacheBust": true,
"hideGenerator": true,
"searchInComments": true,
"cleanOutputDir": true,
"entryPoints": ["src/index.ts"],
"out": "docs"
}
Expand Down

0 comments on commit 6f414a9

Please sign in to comment.