Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion modules/ROOT/pages/_partials/dashboard-key-metrics.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Actionable Metrics:: *View APIs* takes you to the API Governance Console, where

== APIs by Type

Definition:: APIs in your catalog by type, specifically *REST API, AsyncAPI, HTTP API, Agent, and MCP*.
Definition:: APIs in your catalog by type, specifically *REST API, AsyncAPI, HTTP API, gRPC, Agent, and MCP*.
Displayed Count:: The dashboard shows the count of all APIs by type.
Actionable Metrics:: *View APIs* takes you to the API Governance Console, where you can view a list of APIs by type with details and the option to download a list of APIs by type.

Expand Down
4 changes: 2 additions & 2 deletions modules/ROOT/pages/create-custom-rulesets.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

include::general::partial$api-gov-concepts.adoc[tag=governance-rulesets-subset]

Rulesets are implemented using AMF, an open-source framework for managing metadata documents. AMF parses, transforms, validates, and renders arbitrary metadata models, with built-in features for API models. Anypoint Platform uses AMF to parse RAML, OAS, AsyncAPI, and GraphQL API specifications.
Rulesets are implemented using AMF, an open-source framework for managing metadata documents. AMF parses, transforms, validates, and renders arbitrary metadata models, with built-in features for API models. Anypoint Platform uses AMF to parse RAML, OAS, AsyncAPI, GraphQL, and gRPC API specifications.

If you need a ruleset other than those provided, you can create your own custom ruleset.

Expand All @@ -14,7 +14,7 @@ You can also submit your ideas for rulesets you would like MuleSoft to provide i

When you're ready to get started:

. Read https://a.ml/docs/amf/using-amf/amf_custom_validation/[Custom Validation^] for a brief summary of how rulesets validate APIs.
. Read https://salesforce-misc.github.io/amf-docs/docs/amf/using-amf/amf_custom_validation[Custom Validation^] for a brief summary of how rulesets validate APIs.
. If you plan to create completely new custom rulesets that aren't based on existing ones, follow the https://github.com/aml-org/amf-custom-validator/blob/develop/docs/validation_tutorial/validation.md[AMF Rulesets tutorial^] to install the ruleset development CLI.
. Install Anypoint CLI. You'll need this to validate your custom rulesets, generate their documentation, and publish them to Exchange.

Expand Down
2 changes: 1 addition & 1 deletion modules/ROOT/pages/custom-rulesets-new.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ To create rulesets using the ruleset development CLI:
[[create-rulesets-using-code]]
== Create Rulesets Using the Modeling Language

To create rulesets using the modeling language, read the https://a.ml/docs/amf/using-amf/amf_custom_validation[AMF Custom Validation section^] in the AML Open Source project to learn how to write a ruleset using the modeling language.
To create rulesets using the modeling language, read the https://salesforce-misc.github.io/amf-docs/docs/amf/using-amf/amf_custom_validation[AMF Custom Validation section^] in the AML Open Source project to learn how to write a ruleset using the modeling language.

== See Also

Expand Down
2 changes: 1 addition & 1 deletion modules/ROOT/pages/dashboard-overview.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Metrics:: Access a pre-built set of metrics to understand your API surface area.
Actions:: Each metric is associated with potential actions you can take from the dashboard to improve your API posture.
Organization-wide Visibility:: View a pre-built set of metrics for each of your organizations.
Clear Status Overview:: Instantly see the status of your APIs, including those that are unprotected, governed, in Exchange, and in production.
API Type Breakdown:: Understand the distribution of your APIs by type (for example, REST API, AsyncAPI, HTTP API, Agent, MCP).
API Type Breakdown:: Understand the distribution of your APIs by type (for example, REST API, AsyncAPI, HTTP API, gRPC, Agent, MCP).
Governance Insights:: Gain visibility into your API governance posture, including the number of governed APIs, their conformance status, and nonconformance severity.

[[dashboard-metrics]]
Expand Down
2 changes: 1 addition & 1 deletion modules/ROOT/pages/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ The API Governance Dashboard offers an organization-wide view of your API landsc
From the API Governance Dashboard, you can:

* View metrics, such as the number of unprotected APIs, governed APIs, APIs in Exchange, and APIs in production.
* Understand the distribution of your APIs by type, including REST API, AsyncAPI, HTTP API, Agent, and MCP.
* Understand the distribution of your APIs by type, including REST API, AsyncAPI, HTTP API, gRPC, Agent, and MCP.
* Understand your API governance posture, including conformance status and nonconformance severity for governed APIs.
* Take action from the Dashboard based on the presented metrics, such as initiating the creation of new governance profiles to start governing unprotected APIs and navigating to lists of APIs for further review.

Expand Down