docs: call out different config types

This commit is contained in:
dannyrb 2019-12-06 22:22:46 -05:00
parent ff381c6521
commit 6ea16eccd9

View File

@ -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`.