Skip to content

Commit fd0cbab

Browse files
authored
Merge pull request #558 from mulesoft/W-15537743-cleanup-vale-errors-mb
W-15537743 clean up APIM vale errors/gitignore etc
2 parents 33d2c80 + 1b40f81 commit fd0cbab

12 files changed

Lines changed: 59 additions & 73 deletions

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
*.DS_Store
33
.idea
44
*.idea
5+
.vscode/*

.vscode/settings.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

modules/ROOT/nav.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
** xref:access-client-app-id-task.adoc[Obtain Client Credentials of a Registered Client Application]
3636
** xref:hash-client-credentials.adoc[Configure Credential Hashing for Mule 4]
3737
** xref:migrate-client-apps.adoc[Migrate Client Applications]
38-
** xref:datagraph-viewing-application-contracts.adoc[View Client Applications with Anypoint Datagraph Contracts]
38+
** xref:datagraph-viewing-application-contracts.adoc[View Client Applications with Anypoint DataGraph Contracts]
3939
** xref:manage-client-apps-connected-apps-concept.adoc[Create Client Applications with Connected Apps]
4040
* xref:environments-concept.adoc[Manage Environments]
4141
** xref:switch-environment-task.adoc[Switch Environments]

modules/ROOT/pages/_partials/task-add-api-instance.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ and secure your APIs.
1616
//end::mule-intro[]
1717

1818
//tag::service-mesh-intro[]
19-
Use Service Mesh to extend Anypoint Platform API Management capabilities to your
19+
Use Anypoint Service Mesh to extend Anypoint Platform API Management capabilities to your
2020
Istio service mesh through the deployment of a Mule Adapter.
2121

2222
//end::service-mesh-intro[]

modules/ROOT/pages/add-api-alert-task.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ endif::[]
55

66
To track and manage APIs, you can add one or more API alerts to your API instances. Add different xref:using-api-alerts.adoc[types of alerts] based on your requirements.
77

8-
For APIs using Mule Gateway or Service Mesh as their runtime, follow the steps in this tutorial to add alerts to your APIs.
8+
For APIs using Mule Gateway or Anypoint Service Mesh as their runtime, follow the steps in this tutorial to add alerts to your APIs.
99

1010
You cannot add Policy Violation alerts to xref:automated-policies-landing-page.adoc[automated policies].
1111

12-
NOTE: This tutorial is for Mule Gateway and Service Mesh runtimes. To add alerts to APIs using Flex Gateway as their runtime, see xref:gateway::flex-use-api-alerts.adoc[Add API Alerts for Flex Gateway].
12+
NOTE: This tutorial is for Mule Gateway and Anypoint Service Mesh runtimes. To add alerts to APIs using Flex Gateway as their runtime, see xref:gateway::flex-use-api-alerts.adoc[Add API Alerts for Flex Gateway].
1313

1414
[[mule-gateway]]
15-
== Add API Alerts for Mule Gateway or Service Mesh
16-
To add an API alert to a Mule Gateway or Service Mesh API:
15+
== Add API Alerts for Mule Gateway or Anypoint Service Mesh
16+
To add an API alert to a Mule Gateway or Anypoint Service Mesh API:
1717

1818
. Navigate to *Anypoint Platform* > *API Manager*.
1919
. In *API Administration*, click the API instance to which to add an alert.

modules/ROOT/pages/api-instance-landing-page.adoc

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -14,20 +14,20 @@ You can create one instance of an API version that serves as a proxy and create
1414
To manage API instances in API Manager:
1515

1616
. Add an API instance for your relevant gateway:
17-
** xref:create-instance-task-flex.adoc[Add a Flex Gateway API Instance]
18-
** xref:create-instance-task-mule.adoc[Add a Mule Gateway API Instance]
19-
** xref:create-instance-task-service-mesh.adoc[Add a Service Mesh API Instance]
17+
** xref:create-instance-task-flex.adoc[]
18+
** xref:create-instance-task-mule.adoc[]
19+
** xref:create-instance-task-service-mesh.adoc[]
2020
. View an API instance's API Summary for information about the instance or to export it:
21-
** xref:find-api-id-task.adoc[Obtain API Instance ID] - API Manager generates the apiId of new APIs managed by API Manager for use with Mule 4.
22-
** xref:export-api-latest-task.adoc[Export an API Instance] - After creating an API instance, you can export it. This exports the API instance endpoint configuration and Exchange asset relationship. You can then import it into another environment in the same business group to create a new API instance.
23-
** xref:access-developer-portal-task.adoc[Access the Developer Portal] - As an administrator, you can view the resources and methods of an API, and access other details, such as publish date and mocking service, from Anypoint Exchange (Exchange). You can view the API in an asset portal (private) or a public portal.
21+
** xref:find-api-id-task.adoc[] - API Manager generates the apiId of new APIs managed by API Manager for use with Mule 4.
22+
** xref:export-api-latest-task.adoc[] - After creating an API instance, you can export it. This exports the API instance endpoint configuration and Exchange asset relationship. You can then import it into another environment in the same business group to create a new API instance.
23+
** xref:access-developer-portal-task.adoc[] - As an administrator, you can view the resources and methods of an API, and access other details, such as publish date and mocking service, from Anypoint Exchange (Exchange). You can view the API in an asset portal (private) or a public portal.
2424
. Modify an API instance when you no longer need the instance or when you need to update it:
25-
** xref:edit-api-endpoint-task.adoc[Edit an API Instance] - Edit the API instance's configuration settings to update its base path, port, TLS context, and more.
26-
** xref:deprecate-api-latest-task.adoc[Deprecate an API Instance] - While transitioning consumers of your API to an updated instance, you can prevent developers from signing up for access to your old API instance.
27-
** xref:delete-api-task.adoc[Delete an API Instance] - You can delete an API instance and its version if you no longer need to manage it from API Manager.
28-
** xref:manage-versions-instances-concept.adoc[Manage API Versions] - After you create an API in Anypoint Platform, you configure the version details for the API and then publish it to Anypoint Exchange (Exchange). The API version resides in Exchange, and not in API Manager. However, you then manage this API version from API Manager.
25+
** xref:edit-api-endpoint-task.adoc[] - Edit the API instance's configuration settings to update its base path, port, TLS context, and more.
26+
** xref:deprecate-api-latest-task.adoc[] - While transitioning consumers of your API to an updated instance, you can prevent developers from signing up for access to your old API instance.
27+
** xref:delete-api-task.adoc[] - You can delete an API instance and its version if you no longer need to manage it from API Manager.
28+
** xref:manage-versions-instances-concept.adoc[] - After you create an API in Anypoint Platform, you configure the version details for the API and then publish it to Anypoint Exchange (Exchange). The API version resides in Exchange, and not in API Manager. However, you then manage this API version from API Manager.
2929
. Explore advanced use cases for API instances:
3030
+
31-
* xref:configure-multiple-credential-providers.adoc[Configure Multiple Client Providers] - You can use multiple client providers, such as OpenAM and PingFederate, to help you enforce security and regulations in your business organization. These client providers enable you to secure your operational data, including client credentials and access tokens.
31+
* xref:configure-multiple-credential-providers.adoc[] - You can use multiple client providers, such as OpenAM and PingFederate, to help you enforce security and regulations in your business organization. These client providers enable you to secure your operational data, including client credentials and access tokens.
3232
+
33-
* xref:govern-api-instances.adoc[Govern API Instances] - You can govern API instances using Anypoint API Governance. View the governance validation report for governed instances to identify conformance issues and take action to fix them.
33+
* xref:govern-api-instances.adoc[] - You can govern API instances using Anypoint API Governance. View the governance validation report for governed instances to identify conformance issues and take action to fix them.

modules/ROOT/pages/edit-api-endpoint-task.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ After you create an API instance in API Manager, you can edit the instance's con
77

88
For more information about the API endpoint configuration settings, see:
99

10-
* xref:create-instance-task-flex.adoc[Add a Flex Gateway API Instance]
11-
* xref:create-instance-task-mule.adoc[Add a Mule Gateway API Instance]
12-
* xref:create-instance-task-service-mesh.adoc[Add a Service Mesh API Instance]
10+
* xref:create-instance-task-flex.adoc[]
11+
* xref:create-instance-task-mule.adoc[]
12+
* xref:create-instance-task-service-mesh.adoc[]
1313
1414
To edit an API instance's endpoint:
1515

0 commit comments

Comments
 (0)