File tree Expand file tree Collapse file tree 4 files changed +5
-6
lines changed Expand file tree Collapse file tree 4 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 22
22
uses : EndBug/add-and-commit@v9
23
23
with :
24
24
message : " Auto generated documentation"
25
- add : " *"
25
+ add : " *.md "
26
26
push : true
27
27
pull : --rebase --autostash
28
28
default_author : github_actions
Original file line number Diff line number Diff line change 1
1
name : Check and Update Third Party Notices
2
2
3
- on : push
3
+ on : pull_request
4
4
5
5
jobs :
6
6
license-check-setup :
Original file line number Diff line number Diff line change 11
11
},
12
12
"dtsRollup" : {
13
13
"enabled" : true ,
14
- "untrimmedFilePath" : " " ,
15
14
"publicTrimmedFilePath" : " <projectFolder>/dist/types/<unscopedPackageName>.d.ts"
16
15
},
17
16
"tsdocMetadata" : {},
Original file line number Diff line number Diff line change @@ -225,7 +225,7 @@ export interface TemplateRenderProps<T = any> extends TemplateProps<T> {
225
225
* it will use the paths of the user's custom render templates if they exist,
226
226
* otherwise it falls back to the ones built-in to PagesJS.
227
227
*
228
- * @public
228
+ * @internal
229
229
*/
230
230
export interface ClientServerRenderTemplates {
231
231
/** The path to _client.tsx */
@@ -239,7 +239,7 @@ export interface ClientServerRenderTemplates {
239
239
/**
240
240
* The type of the client/server render templates.
241
241
*
242
- * @public
242
+ * @internal
243
243
*/
244
244
export interface RenderTemplate {
245
245
/** The render function required by the render templates */
@@ -249,7 +249,7 @@ export interface RenderTemplate {
249
249
/**
250
250
* Context of a page, which defines the template itself and its props.
251
251
*
252
- * @public
252
+ * @internal
253
253
*/
254
254
export interface PageContext < T extends TemplateRenderProps < T > > {
255
255
/** The props injected into the template */
You can’t perform that action at this time.
0 commit comments