Skip to content

Commit e6de265

Browse files
committed
Pull reference from PR 1275 and place in proper context.
1 parent 3180330 commit e6de265

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/classic-ui/static-resources.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ myst:
1414
We often want to ship a website with a static resource, such as an image, icon, CSS, or JavaScript file.
1515
For this, we need to register static resources.
1616

17+
```{seealso}
18+
For some additional implementation information, see {ref}`classic-ui-theming-from-scratch-theme-label`.
19+
```
20+
1721

1822
(classic-ui-static-resources-registering-label)=
1923

@@ -96,4 +100,4 @@ The following attributes are available for registering a static resource:
96100

97101
## Loading order of resources
98102

99-
`depends` is used to define the loading order of resources, by specifying the name of the depending bundle.
103+
`depends` is used to define the loading order of resources by specifying the name of the depending bundle.

0 commit comments

Comments
 (0)