From 6ea16eccd974550eb7f4eb819a6c5adca2e8b520 Mon Sep 17 00:00:00 2001 From: dannyrb Date: Fri, 6 Dec 2019 22:22:46 -0500 Subject: [PATCH] docs: call out different config types --- docs/latest/extensions/index.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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`.