Joey Perrott
|
84b66f3b04
|
build: migrate adev shared-docs package to use ts_project (#61217)
Migrate the build rules for shared docs to use ts_project
PR Close #61217
|
2025-05-09 16:32:06 +00:00 |
|
Miles Malerba
|
974b2462a8
|
docs: update rendering to use generated repo link (#61143)
PR Close #61143
|
2025-05-06 14:09:46 -07:00 |
|
hawkgs
|
578041bf3a
|
docs(docs-infra): fix function api ref header width (#61022)
Fix the width of the function API reference header when the viewport width is for-desktop-down.
PR Close #61022
|
2025-04-28 10:01:41 -07:00 |
|
hawkgs
|
181fd67759
|
docs(docs-infra): use a custom scrollbar for the examples using HighlightTypeScript (#60981)
The examples used to render the native scrollbar.
PR Close #60981
|
2025-04-23 17:24:30 +02:00 |
|
Matthieu Riegler
|
7d2980982c
|
docs(docs-infra): Improve doc support for pipes. (#60926)
This commits adds the pipe usage and the impure pipe mention.
PR Close #60926
|
2025-04-23 08:46:12 +02:00 |
|
Matthieu Riegler
|
1149686da5
|
docs(docs-infra): hide github link for external repos. (#60114)
fixes #60113
PR Close #60114
|
2025-03-04 17:02:37 +00:00 |
|
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 |
|
Matthieu Riegler
|
fd073004bb
|
docs(docs-infra): fix entry labels. (#59384)
fixes #59382
PR Close #59384
|
2025-01-08 15:22:43 +00:00 |
|
Matthieu Riegler
|
139f61913c
|
docs: remove data attributes from api-item-label (#59273)
Perf measurments have revealed that `data-*` attributes are slower to set than classes.
PR Close #59273
|
2025-01-06 16:03:42 +00:00 |
|
Matthieu Riegler
|
f15ccb94b9
|
docs(docs-infra): enable tslint (#58961)
PR Close #58961
|
2024-12-05 16:03:35 -08: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
|
bb0edaded0
|
docs(docs-infra): Add NgModule exports for directives. (#58071)
This information is extracted from the @NgModule Jsdoc tag.
fixes #57906
PR Close #58071
|
2024-10-04 14:46:16 -07:00 |
|
Joey Perrott
|
9dbe6fc18b
|
refactor: update license text to point to angular.dev (#57901)
Update license text to point to angular.dev instead of angular.io
PR Close #57901
|
2024-09-24 15:33:00 +02:00 |
|
Matthieu Riegler
|
49f7179ded
|
docs(docs-infra): Add dedicated support for decorators. (#57595)
PR Close #57595
|
2024-09-19 14:16:31 -07:00 |
|
Matthieu Riegler
|
e3919e7b9d
|
docs: display property details (#57622)
In case there are no signatures (like in an bare interface method), we display the implementation information.
PR Close #57622
|
2024-09-05 17:22:32 +00:00 |
|
Matthieu Riegler
|
b96e75b89a
|
docs(docs-infra): Improve styling around API pages (#57492)
PR Close #57492
|
2024-08-30 11:12:25 -07:00 |
|
Matthieu Riegler
|
55387c5b56
|
docs(docs-infra): Improve support for deprecated methods (#57492)
PR Close #57492
|
2024-08-30 11:12:25 -07: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
|
e404f88092
|
docs(docs-infra): show usageNotes only for methods. (#57343)
Prior to this change, function and methods showed their usage notes which resulted in duplicate displays for functions.
Fixes #57339
PR Close #57343
|
2024-08-29 07:39:50 -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 |
|