Skip to content

Commit 48210a4

Browse files
committed
fix files
1 parent 52240cc commit 48210a4

File tree

2 files changed

+27
-27
lines changed

2 files changed

+27
-27
lines changed

MyApp/_pages/api-explorer.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -560,13 +560,13 @@ and custom UI added to `custom.*`
560560

561561
```files
562562
/wwwroot/modules/ui
563-
/docs
564-
*.mjs
565-
/components
566-
*.mjs
567-
custom.js
568-
custom.css
569-
custom.html
563+
/docs
564+
*.mjs
565+
/components
566+
*.mjs
567+
custom.js
568+
custom.css
569+
custom.html
570570
```
571571

572572
The `custom.html` and `custom.js` allows for further customization by including custom scripts and HTML fragments at the bottom of

MyApp/_pages/locode/custom-overview.md

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -89,11 +89,11 @@ a locally modified copy from
8989

9090
```files
9191
/wwwroot/modules/locode
92-
/components
93-
*.mjs
94-
custom.js
95-
custom.css
96-
custom.html
92+
/components
93+
*.mjs
94+
custom.js
95+
custom.css
96+
custom.html
9797
```
9898

9999
### /ui
@@ -106,13 +106,13 @@ and custom UI added to `custom.*`
106106

107107
```files
108108
/wwwroot/modules/ui
109-
/docs
110-
*.mjs
111-
/components
112-
*.mjs
113-
custom.js
114-
custom.css
115-
custom.html
109+
/docs
110+
*.mjs
111+
/components
112+
*.mjs
113+
custom.js
114+
custom.css
115+
custom.html
116116
```
117117

118118
### /admin-ui
@@ -123,11 +123,11 @@ or adding custom UI to `custom.*`
123123

124124
```files
125125
/wwwroot/modules/admin-ui
126-
/components
127-
*.mjs
128-
custom.js
129-
custom.css
130-
custom.html
126+
/components
127+
*.mjs
128+
custom.js
129+
custom.css
130+
custom.html
131131
```
132132

133133
### /shared
@@ -139,9 +139,9 @@ the `custom-*.html` placeholders below:
139139

140140
```files
141141
/wwwroot/modules/shared
142-
custom-head.html
143-
custom-body.html
144-
custom-end.html
142+
custom-head.html
143+
custom-body.html
144+
custom-end.html
145145
```
146146

147147
### Custom App Example

0 commit comments

Comments
 (0)