docs/composability: ran prettier + added to mkdocs.yml

This commit is contained in:
Patrik Oldsberg
2021-01-14 12:53:25 +01:00
parent 22d2a52347
commit 151e365040
2 changed files with 4 additions and 4 deletions
+3 -4
View File
@@ -254,10 +254,9 @@ const headerLinkRouteRef = createExternalRouteRef();
### Binding External Routes in the App
The association of external routes is controlled by the app. Each
`ExternalRouteRef` of a plugin should be bound to an actual `RouteRef`,
usually from another plugin. The binding process happens once at app startup,
and is then used through the lifetime of the app to help resolve concrete route
paths.
`ExternalRouteRef` of a plugin should be bound to an actual `RouteRef`, usually
from another plugin. The binding process happens once at app startup, and is
then used through the lifetime of the app to help resolve concrete route paths.
Using the above example of the `BarPage` linking to the `FooPage`, we might do
something like this in the app: