Skip to content

Commit aab8bf8

Browse files
committed
Leave link titles blank to pull titles from linked docs
1 parent bb9c029 commit aab8bf8

2 files changed

Lines changed: 48 additions & 31 deletions

File tree

.vscode/settings.json

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,18 @@
1-
{}
1+
{
2+
"files.exclude": {
3+
"**/.git": true,
4+
"**/.svn": true,
5+
"**/.hg": true,
6+
"**/CVS": true,
7+
"**/.DS_Store": true,
8+
"**/Thumbs.db": true,
9+
"**/.apivcs": true,
10+
"**/.gitignore": true,
11+
"**/.designer.json": true,
12+
"**/.exchange.xml": true,
13+
"**/.vscode": true,
14+
"**/.mvn": true,
15+
"**/.exchange_modules_tmp": true,
16+
".mule": true
17+
}
18+
}

modules/ROOT/pages/latest-overview-concept.adoc

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -35,28 +35,28 @@ To access API Manager, log in to Anypoint Platform and select *API Manager*:
3535
image::api-manager-ui-overview.png["API Manager page navigation shown with callouts.",97%,97%]
3636

3737
[calloutlist]
38-
. The environment selector. Anypoint Platform enables you to create and manage separate deployment environments for APIs and applications. API Manager displays all environments except design environments. For details, see xref:switch-environment-task.adoc[Switching Environments].
38+
. The environment selector. Anypoint Platform enables you to create and manage separate deployment environments for APIs and applications. API Manager displays all environments except design environments. For details, see xref:switch-environment-task.adoc[].
3939
. Sidebar:
4040
* *API Groups*
4141
+
42-
An _API group_ is an API asset that enables organizations to publish a group of API instances as a single unit. For details, see xref:api-groups-landing-page.adoc[API Groups].
42+
An _API group_ is an API asset that enables organizations to publish a group of API instances as a single unit. For details, see xref:api-groups-landing-page.adoc[].
4343
* *Automated Policies*
4444
+
45-
Policy automation enables security architects and administrators to secure and govern every API running in an environment. For details, see xref:policies::policies-automated-overview.adoc[Automated Policies].
45+
Policy automation enables security architects and administrators to secure and govern every API running in an environment. For details, see xref:policies::policies-automated-overview.adoc[].
4646
* *Client Applications*
4747
+
48-
_Applications_ are external services that consume APIs. For details about applications and their related contracts, see xref:view-api-contracts.adoc[View API Instance Contracts].
48+
_Applications_ are external services that consume APIs. For details about applications and their related contracts, see xref:view-api-contracts.adoc[].
4949
* *Custom Policies*
5050
+
51-
_Custom policies_ are policies that anyone can develop and apply to their APIs, with the intention of extending existing functionality or defining new functionality. For details, see xref:policies::policies-custom-overview.adoc[Custom Policies].
51+
_Custom policies_ are policies that anyone can develop and apply to their APIs, with the intention of extending existing functionality or defining new functionality. For details, see xref:policies::policies-custom-overview.adoc[].
5252
* *DataGraph Administration*
5353
+
54-
Anypoint DataGraph enables you to unify all the data within your application network in a unified schema. For details, see xref:datagraph::index.adoc[Anypoint DataGraph Overview]. *DataGraph Administration* is only visible after you configure a DataGraph unified schema.
54+
Anypoint DataGraph enables you to unify all the data within your application network in a unified schema. For details, see xref:datagraph::index.adoc[]. *DataGraph Administration* is only visible after you configure a DataGraph unified schema.
5555
* *Mule API Analytics*
5656
+
57-
Mule API Analytics provide insight into how your Mule APIs are being used and how they are performing. For details, see xref:viewing-api-analytics.adoc[Reviewing Mule API Analytics Usage].
57+
Mule API Analytics provide insight into how your Mule APIs are being used and how they are performing. For details, see xref:viewing-api-analytics.adoc[].
5858

59-
. The *Add API* button. Enables you to add a new API instance, to promote an API from any environment to the current environment, or to import a configuration ZIP file that was exported from API Manager. For details, see xref:getting-started-proxy.adoc[Getting Started with Managing an API].
59+
. The *Add API* button. Enables you to add a new API instance, to promote an API from any environment to the current environment, or to import a configuration ZIP file that was exported from API Manager. For details, see xref:getting-started-proxy.adoc[].
6060

6161
. The *Environment information* button, available only to administrator users. Enables administrators to display a dialog with information about the current environment, such as environment credentials. Use environment credentials to provision the Anypoint Service Mesh adapter or to configure Studio to sync with your environment.
6262

@@ -79,10 +79,10 @@ For details, see xref:api-instance-landing-page.adoc[].
7979
For details, see xref:using-api-alerts.adoc[].
8080
** *Contracts*
8181
+
82-
For details, see xref:api-contracts-landing-page.adoc[Client Applications and Contracts].
82+
For details, see xref:api-contracts-landing-page.adoc[].
8383
** *Policies*
8484
+
85-
For details, see xref:policies-landing-page.adoc[Policies].
85+
For details, see xref:policies-landing-page.adoc[].
8686
** *SLA Tiers*
8787
+
8888
For details, see xref:defining-sla-tiers.adoc[].
@@ -95,14 +95,14 @@ For details, see xref:govern-api-instances.adoc[].
9595

9696
. The percentage of API requests that resulted in errors (in the past 24 hours).
9797
+
98-
If "No Data" is displayed, automatic monitoring has not been enabled for the API. For details, see xref:monitoring::quick-start.adoc[Anypoint Monitoring Quick Start].
98+
If "No Data" is displayed, automatic monitoring has not been enabled for the API. For details, see xref:monitoring::quick-start.adoc[].
9999

100100
. The total number of API requests (in the past 24 hours).
101101
+
102-
If "No Data" is displayed, automatic monitoring has not been enabled for the API. For details, see xref:monitoring::quick-start.adoc[Anypoint Monitoring Quick Start].
102+
If "No Data" is displayed, automatic monitoring has not been enabled for the API. For details, see xref:monitoring::quick-start.adoc[].
103103

104104
. The number of contracted client applications for each API. For details,
105-
see xref:api-contracts-landing-page.adoc[Client Applications and Contracts].
105+
see xref:api-contracts-landing-page.adoc[].
106106

107107

108108
== API Manager Components, Concepts, and Features
@@ -115,7 +115,7 @@ The API Summary shows key information about a deployed API instance:
115115

116116
image::api-instance-summary.png[API Summary page]
117117

118-
For details, see xref:api-instance-landing-page.adoc[API Instance].
118+
For details, see xref:api-instance-landing-page.adoc[].
119119

120120
=== API Alerts
121121

@@ -128,7 +128,7 @@ An _API alert_ (different from a Runtime Manager alert) is an alarm that flags o
128128

129129
API Manager triggers alerts when states change from desirable to undesirable or vice versa. When an alert is triggered, API Manager sends an email notification to you and to anyone else you specify in the configuration.
130130

131-
For details, see xref:using-api-alerts.adoc[Reviewing Alerts Concepts].
131+
For details, see xref:using-api-alerts.adoc[].
132132

133133
=== Contracts
134134

@@ -139,7 +139,7 @@ Contracts are enforced with either of the following:
139139
* SLA enforcement policies
140140
* Client enforcement policies
141141

142-
For details about enforcement policies, see xref:api-contracts-landing-page.adoc[Client Applications and Contracts].
142+
For details about enforcement policies, see xref:api-contracts-landing-page.adoc[].
143143

144144
=== Policies
145145

@@ -150,13 +150,13 @@ API Manager supports the following types of policies:
150150
* Default policies
151151
* Custom policies
152152

153-
For details, see xref:policies-landing-page.adoc[Policies].
153+
For details, see xref:policies-landing-page.adoc[].
154154

155155
=== SLA Tiers
156156

157157
_Service Level Access (SLA) tiers_ are categories of user access that you define for an API. The tier definition combined with an SLA-based policy determines whether access to the API at a certain level requires your approval. The tier definition also can limit the number of requests an application can make to the API. To enforce SLA tiers, you need to apply a rate-limiting or throttling policy that is SLA-based.
158158

159-
For details, see xref:defining-sla-tiers.adoc[Reviewing SLA Tiers Concepts].
159+
For details, see xref:defining-sla-tiers.adoc[].
160160

161161
=== Settings
162162

@@ -166,7 +166,7 @@ To add an API instance, see xref:add-api-instances.adoc[].
166166

167167
After you create the API instance, you can edit the configuration settings from Settings.
168168

169-
To edit an API instance, see xref:edit-api-endpoint-task.adoc[Edit an API Instance].
169+
To edit an API instance, see xref:edit-api-endpoint-task.adoc[].
170170

171171
=== Governance Report
172172

@@ -176,14 +176,14 @@ API Governance tests API instances against rulesets to determine conformance iss
176176

177177
You can view the governance validation report details to get the information you need to fix conformance issues. The validation report is available both in API Manager on the Governance Report page and in API Governance.
178178

179-
To learn more about governing your API instances, see xref:govern-api-instances.adoc[Govern API Instances].
179+
To learn more about governing your API instances, see xref:govern-api-instances.adoc[].
180180

181181

182182
=== Client Providers (Identity Providers)
183183

184184
You use client providers to enforce security and regulations in your business organization. Client providers authorize client applications.
185185

186-
For details about using client providers, see xref:configure-multiple-credential-providers.adoc[Configure Multiple Client Providers for Client Management].
186+
For details about using client providers, see xref:configure-multiple-credential-providers.adoc[].
187187

188188
=== API Assets
189189

@@ -197,20 +197,20 @@ API assets, published by Exchange, are the components that comprise applications
197197
* Modules
198198
* Connectors
199199

200-
For details about sharing assets via a private Exchange or an Exchange public portal, see xref:exchange::about-sharing-assets.adoc[Share Assets].
200+
For details about sharing assets via a private Exchange or an Exchange public portal, see xref:exchange::about-sharing-assets.adoc[].
201201

202202
=== API Console
203203

204-
When you create or edit APIs in API Manager, use xref:apikit::apikit-simulate.adoc[API Console] to expose and test your API specification. You can test RAML and OAS APIs when you manage the API as an endpoint with proxy. The console flow is already included and enabled (by default) in the API specification when you download an out-of-the-box proxy for your Mule application.
204+
When you create or edit APIs in API Manager, use xref:apikit::apikit-simulate.adoc[] to expose and test your API specification. You can test RAML and OAS APIs when you manage the API as an endpoint with proxy. The console flow is already included and enabled (by default) in the API specification when you download an out-of-the-box proxy for your Mule application.
205205

206-
Starting with Mule 4, you can enable access to API Console and modify the API Console path from API Manager. API Console access from API Manager is disabled by default. For information about how to enable API Console access from API Manager, see xref:manage-exchange-api-task.adoc[Creating an API Instance by Importing from Exchange].
206+
Starting with Mule 4, you can enable access to API Console and modify the API Console path from API Manager. API Console access from API Manager is disabled by default. For information about how to enable API Console access from API Manager, see xref:manage-exchange-api-task.adoc[].
207207

208208

209209
=== API Groups
210210

211211
An _API group_ is a collection of API instances that act as a single unit, so that applications can access them using one client ID. API groups are created in API Manager and published to Exchange.
212212

213-
For details, see xref:api-groups-landing-page.adoc[API Groups].
213+
For details, see xref:api-groups-landing-page.adoc[].
214214

215215
=== Autodiscovery Schemes
216216

@@ -220,18 +220,18 @@ Through autodiscovery schemes, API Manager can track the API throughout the life
220220

221221
A system administrator groups individuals within an organization into business groups. Each group has its own Exchange API assets and its own environments.
222222

223-
For details, see xref:access-management::business-groups.adoc[Business Groups].
223+
For details, see xref:access-management::business-groups.adoc[].
224224

225225
=== Environments
226226

227227
Anypoint Platform enables you to create and manage separate deployment environments for APIs and applications. These environments are independent from each other and enable you to test your applications under the same conditions as in your production environment.
228228

229229
The support for environments in strategic components of Anypoint Platform eliminates the need to construct version names to reflect an environment. Restricting access to and managing environments is also simplified. Permissions to access APIs are environment-based.
230230

231-
For details, see xref:access-management::environments.adoc[Environments].
231+
For details, see xref:access-management::environments.adoc[].
232232

233233
== See Also
234234

235-
* xref:general::api-led-overview.adoc[Tutorial: Build an API from Start to Finish]
236-
* xref:getting-started-proxy.adoc[Get Started with Managing an API]
237-
* xref:general::glossary.adoc[Anypoint Platform Glossary]
235+
* xref:general::api-led-overview.adoc[]
236+
* xref:getting-started-proxy.adoc[]
237+
* xref:general::glossary.adoc[]

0 commit comments

Comments
 (0)