aboutsummaryrefslogtreecommitdiff
path: root/docs/.vitepress/components/api-docs
AgeCommit message (Collapse)AuthorFilesLines
2025-06-17docs: add remarks about external sources (#3452)Shinigami2-1/+8
2024-12-28docs(api): add refresh button to examples (#3301)ST-DDT5-2/+203
* docs(api): add refresh button to examples * chore: improve button behavior slightly * chore: improve output format * chore: ignore examples without recordable results * temp * chore: use svg button * chore: use json5 format for test * chore: simplify result formatting * test: add formatting tests * test: add e2e refresh test * test: use static test values * chore: fix regex * chore: simplify refresh placeholder * Update cypress/e2e/example-refresh.cy.ts * fix: handle property after function call * Apply suggestions from code review Co-authored-by: Shinigami <[email protected]> * Apply suggestions from code review Co-authored-by: Shinigami <[email protected]> * Apply suggestions from code review Co-authored-by: Shinigami <[email protected]> * chore: format * chore: add comment --------- Co-authored-by: Shinigami <[email protected]>
2024-09-16docs: use defineProps deconstruction (#3090)ST-DDT2-31/+43
2024-07-08chore(deps): update dependency prettier-plugin-organize-imports to v4 (#2999)renovate[bot]1-2/+2
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: ST-DDT <[email protected]>
2024-06-21docs: separate signature and examples (#2962)ST-DDT2-0/+4
2024-04-01docs: rewrite api-docs generation using ts-morph (#2628)ST-DDT3-13/+13
2023-04-16docs: document @throws parameter in API docs (#2050)Matt Mayer2-0/+5
2023-04-03docs: Faker and utility pages (#1940)ST-DDT2-1/+3
2023-03-24docs: mark deprecated parameter options (#1962)ST-DDT1-1/+13
2023-03-04docs: show deprecation message (#1889)Matt Mayer2-1/+2
2023-02-03docs: show source link (#1780)ST-DDT2-5/+44
Co-authored-by: Shinigami92 <[email protected]>
2023-01-30docs: fix see also for non faker.x references (#1794)ST-DDT1-1/+1
2022-12-26docs(datatype): allow markdown in @see links (#1667)Matt Mayer1-4/+6
2022-09-09docs: fix @see links (#1363)Shinigami1-1/+2
2022-09-08docs: add `@since` tags to all methods (#1337)Matt Mayer2-0/+7
2022-08-25docs: properly handle multiple `@see` tags (#1270)ST-DDT1-6/+8
2022-08-13docs: rewrite api pages to have a right aside toc (#1265)Shinigami1-2/+0
2022-02-20docs: show deprecation warnings in api docs (#524)ST-DDT2-1/+24
2022-02-20docs: use vue components for api-docs (#446)ST-DDT3-0/+69