aboutsummaryrefslogtreecommitdiff
path: root/scripts/apidoc
AgeCommit message (Expand)AuthorFilesLines
2023-02-03docs: show source link (#1780)ST-DDT6-7/+88
2023-02-01infra(docs): add docs diff script (#1755)ST-DDT5-15/+174
2023-02-01infra: configure lint rule array-type (#1793)Shinigami1-2/+2
2023-01-29refactor(docs): split generate:api-docs execution from import (#1779)ST-DDT2-12/+52
2023-01-26docs: fix unwrap literal union (#1752)ST-DDT1-4/+25
2023-01-23refactor: reorganize apidoc scripts and reuse them for tests (#1759)ST-DDT6-223/+276
2023-01-21docs: unwrap complex array params (#1753)ST-DDT1-20/+30
2022-12-31chore: turn on padding-line-between-statements (#1691)Shinigami5-0/+15
2022-12-30docs: fix param check (#1694)ST-DDT1-1/+1
2022-12-26docs(datatype): allow markdown in @see links (#1667)Matt Mayer2-12/+25
2022-11-21chore: re-enable sanitizeHtml check (#1500)ST-DDT1-23/+43
2022-10-21refactor(location)!: rename address module (#1469)Shinigami1-1/+3
2022-10-16refactor(person)!: rename name module (#1445)Shinigami1-1/+7
2022-10-15docs: remove obsolete check (#1452)ST-DDT1-4/+1
2022-10-14refactor!: cleanup deprecations (#1440)Shinigami2-102/+1
2022-10-09docs: improve linking between doc sections (#1418)ST-DDT1-0/+1
2022-09-09docs: fix api search (#1361)Shinigami1-2/+3
2022-09-08docs: fix api generation (#1355)Shinigami1-2/+4
2022-09-08feat(modules): export module interfaces (#932)Shinigami1-2/+2
2022-09-08docs: add `@since` tags to all methods (#1337)Matt Mayer2-0/+13
2022-08-25docs: properly handle multiple `@see` tags (#1270)ST-DDT2-6/+24
2022-08-22docs: searchable api (#1253)Shinigami2-1/+58
2022-08-16chore(deps): update dependency typedoc-plugin-missing-exports to v1 (#1272)renovate[bot]2-40/+65
2022-08-13docs: rewrite api pages to have a right aside toc (#1265)Shinigami3-38/+51
2022-08-06docs: use vitepress v1 (#993)Shinigami1-28/+35
2022-07-10chore(deps): update doc-dependencies (#1123)renovate[bot]1-1/+6
2022-06-29chore(deps): update doc-dependencies (#1110)renovate[bot]3-47/+111
2022-04-20docs: fix lost description texts (#836)ST-DDT1-3/+6
2022-04-19chore: prefer string templates over string concatenation (#732)Piotr Kuczynski2-18/+21
2022-04-13docs: use vitepress config for markdown pre-renderer (#835)ST-DDT1-5/+2
2022-04-08docs: nice string literals (#814)ST-DDT3-24/+44
2022-04-08docs: nice literal unions (#811)ST-DDT2-2/+7
2022-04-07test: add parameter defaults to our signature generation test (#793)ST-DDT1-0/+38
2022-03-29docs: fix lint warning (#727)ST-DDT1-1/+1
2022-03-25refactor: use smart eqeqeq null checks (#650)Shinigami1-4/+1
2022-03-25docs: convert to typescript (#658)Shinigami1-3/+3
2022-03-23docs: read (complex) defaults from implementation signature (#656)ST-DDT1-0/+130
2022-03-23docs: extract defaults from the comments if absent otherwise (#657)ST-DDT1-1/+25
2022-03-15docs: improve visualization for complex types (#608)ST-DDT1-10/+84
2022-03-07docs: display correct signature (#596)ST-DDT2-3/+5
2022-03-07docs: show union options parameters (#602)ST-DDT1-6/+3
2022-03-03docs: document options params in api docs (#570)ST-DDT1-27/+76
2022-03-01docs: add toc and hide edit link (#571)ST-DDT1-2/+15
2022-03-01docs: generate docs for fake() and unique() (#564)ST-DDT5-0/+432