Browse Source

Updated the directories of abp docs

pull/11850/head
braim23 4 years ago
parent
commit
09f76dc5ec
  1. 4
      docs/en/API/Swagger-Integration.md

4
docs/en/API/Swagger-Integration.md

@ -11,7 +11,7 @@ ABP Framework offers a prebuilt module for full Swagger integration with small c
> This package is already installed by default with the startup template. So, most of the time, you don't need to install it manually.
If installation is needed, it is suggested to use the [ABP CLI](https://docs.abp.io/en/abp/latest/CLI) to install this package.
If installation is needed, it is suggested to use the [ABP CLI](../CLI.md) to install this package.
### Using the ABP CLI
@ -101,7 +101,7 @@ services.AddAbpSwaggerGen(
For non MVC/Tiered applications, we need to configure Swagger with OAUTH to handle authorization.
> ABP Framework uses IdentityServer by default. To get more information about IDS, check this [documentation](https://docs.abp.io/en/abp/latest/Modules/IdentityServer).
> ABP Framework uses IdentityServer by default. To get more information about IDS, check this [documentation](../Modules/IdentityServer.md).

Loading…
Cancel
Save