hawkgs
|
ea5b7371e5
|
docs(docs-infra): fix card highlighting in the API reference details page (#59965)
Drop `pointer-events: none` and update the member card highlighting mechanism.
PR Close #59965
|
2025-02-18 14:56:48 +00:00 |
|
hawkgs
|
b6733eeea4
|
docs(docs-infra): drop tabs layout from the API reference details page (#59068)
Drop the tabs in favor of a single page separated by sections.
PR Close #59068
|
2025-02-13 14:58:33 +00:00 |
|
Alan Agius
|
c2a9b75045
|
fix(docs-infra): retain function keyword in API definitions (#58561)
**Before:**
```ts
animate(
timings: string | number,
styles?: AnimationStyleMetadata | AnimationKeyframesSequenceMetadata | null
): AnimationAnimateMetadata;
```
**Now:**
```ts
function animate(
timings: string | number,
styles?: AnimationStyleMetadata | AnimationKeyframesSequenceMetadata | null
): AnimationAnimateMetadata;
```
PR Close #58561
|
2024-11-08 17:16:04 +00:00 |
|
Matthieu Riegler
|
01030d58a7
|
docs(docs-infra): Add support for cross-links on API pages (#57346)
PR Close #57346
|
2024-08-29 13:39:58 -07:00 |
|
Matthieu Riegler
|
04911d7599
|
docs(docs-infra): Add support for function/method overloads (#57255)
PR Close #57255
|
2024-08-13 12:09:01 -07:00 |
|
Joey Perrott
|
3bdead1b2f
|
refactor(docs-infra): migrate api-gen from dev-infra into the repo (#57241)
Move the api-gen pipeline into the shared-docs directory.
PR Close #57241
|
2024-08-05 17:06:29 +00:00 |
|