aboutsummaryrefslogtreecommitdiff
path: root/scripts/apidoc.ts
AgeCommit message (Collapse)AuthorFilesLines
2024-04-01docs: rewrite api-docs generation using ts-morph (#2628)ST-DDT1-7/+0
2024-02-25infra(unicorn): prefer-top-level-await (#2680)ST-DDT1-10/+2
2023-12-29chore(deps): update doc-dependencies (#2301)renovate[bot]1-1/+5
2023-10-09infra(unicorn): use hashbang for scripts (#2448)ST-DDT1-0/+2
2023-04-20docs: check api references (#2024)ST-DDT1-1/+1
2023-04-03docs: Faker and utility pages (#1940)ST-DDT1-2/+0
2023-01-29refactor(docs): split generate:api-docs execution from import (#1779)ST-DDT1-36/+2
2023-01-24feat(date): introduce faker.defaultRefDate and setDefaultRefDate (#1757)ST-DDT1-0/+2
Co-authored-by: Shinigami <[email protected]>
2023-01-23refactor: reorganize apidoc scripts and reuse them for tests (#1759)ST-DDT1-1/+2
2022-10-14refactor!: cleanup deprecations (#1440)Shinigami1-2/+0
2022-09-11docs: localization (#1364)Shinigami1-1/+0
Co-authored-by: ST-DDT <[email protected]> Co-authored-by: Leyla Jähnig [email protected] Co-authored-by: Eric Cheng <[email protected]>
2022-08-22docs: searchable api (#1253)Shinigami1-1/+10
2022-08-06docs: use vitepress v1 (#993)Shinigami1-0/+3
2022-04-07test: add parameter defaults to our signature generation test (#793)ST-DDT1-26/+3
2022-03-23docs: read (complex) defaults from implementation signature (#656)ST-DDT1-0/+15
Co-authored-by: Shinigami <[email protected]> Co-authored-by: Daniel Bannert <[email protected]>
2022-03-01docs: generate docs for fake() and unique() (#564)ST-DDT1-268/+11
2022-02-20docs: show deprecation warnings in api docs (#524)ST-DDT1-4/+18
2022-02-20docs: use vue components for api-docs (#446)ST-DDT1-140/+153
2022-02-15docs: remove superfluous links in docs (#489)ST-DDT1-0/+3
2022-01-30chore(docs): reduce console spam and trim examples from code (#346)ST-DDT1-10/+6
2022-01-30chore: use recommended restrict-plus-operands (#369)Shinigami1-1/+1
2022-01-30fix: removing toc to fix the docs html (#341)Jess1-2/+0
Co-authored-by: Shinigami <[email protected]>
2022-01-29chore: setup improved linting (#151)Shinigami1-2/+2
2022-01-28docs: use html tables instead of md tables to account for ::: v-pre (#330)ST-DDT1-21/+42
Co-authored-by: Jessica Sachs <[email protected]> Co-authored-by: Shinigami <[email protected]>
2022-01-27fix: docs v-pre issue (#326)Jess1-0/+6
2022-01-27fix: fake docs not accessible (#323)ST-DDT1-3/+6
2022-01-27docs: automatically generate api docs from source (#289)ST-DDT1-0/+244
Co-authored-by: Shinigami <[email protected]>