diff --git a/docs/latest/extensions/index.md b/docs/latest/extensions/index.md index 394f436c2..e8a8e343e 100644 --- a/docs/latest/extensions/index.md +++ b/docs/latest/extensions/index.md @@ -71,8 +71,10 @@ export default { ### Registering an Extension -There are two different ways to register and configure extensions. You can -leverage one or both strategies. Which one(s) you choose depend on your +There are two different ways to register and configure extensions: At +[runtime](#runtime-extensions) and at [build time](#bundled-extensions). + +You can leverage one or both strategies. Which one(s) you choose depend on your application's requirements. Each [module](#modules) defined by the extension becomes available to the core application via the `ExtensionManager`.