Matthieu Riegler
b1ed7e2b5f
docs(docs-infra): Add support for function/method overloads ( #57379 )
...
PR Close #57379
2024-08-15 12:12:26 -04:00
Matthieu Riegler
e50d239e80
docs(docs-infra): fix markdown link rendering ( #57377 )
...
fixes #57376
PR Close #57377
2024-08-13 15:53:56 -07:00
Andrew Scott
334c99f968
refactor(docs-infra): Update search results to display content when it is matched ( #57298 )
...
This commit updates the search results to query for the content as well
as a snippet of the content for display when it's the content that
matches the query rather than any of the headers.
PR Close #57298
2024-08-13 12:07:49 -07:00
Matthieu Riegler
84752069f2
docs(docs-infra): Update marked to 14 ( #57363 )
...
This is a backport of the marked update and the fix that went with it (#57338 )
PR Close #57363
2024-08-13 09:33:04 -07:00
Andrew Scott
15a8495211
refactor(docs-infra): Use new APIs in search dialog ( #57269 )
...
This reverts commit 9109f31cb7 .
PR Close #57269
2024-08-06 13:49:41 +00:00
Andrew Scott
9109f31cb7
Revert "refactor(docs-infra): Use new APIs in search dialog ( #57215 )" ( #57268 )
...
This reverts commit f5960d0f94 .
PR Close #57268
2024-08-05 21:11:59 +00: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
Joey Perrott
f125cd82b4
fix(docs-infra): replace the uses of replaceAll with replace using regex with g flag ( #57232 )
...
Use the g flag in replace to perform a replaceAll
PR Close #57232
2024-08-01 19:17:25 +00:00
Andrew Scott
f5960d0f94
refactor(docs-infra): Use new APIs in search dialog ( #57215 )
...
This updates the search dialog component to use signal APIs
PR Close #57215
2024-07-31 18:56:31 +00:00
Matthieu Riegler
a49f7c951f
docs(docs-infra): extract captured group from heading custom id regexp ( #57206 )
...
Backport of angular/dev-infra#2202
PR Close #57206
2024-07-31 16:03:28 +00:00
Joey Perrott
2d8635d29d
refactor(docs-infra): migrate @angular/docs from dev-infra into adev directory ( #57132 )
...
To increase the ease of development we are moving @angular/docs into the adev directory within this repo. While
we are doing this to improve our development experience in the short term, efforts are also in place
to maintain a division between this @angular/docs (shared) code and adev itself, so that it can be extracted
back out in the future when components is ready to leverage it as well.
PR Close #57132
2024-07-30 15:51:26 +00:00