Add some context

This commit is contained in:
Mike Solomon
2023-10-30 08:41:34 -07:00
parent b8dbae60cc
commit f446cdb2bf
5 changed files with 8 additions and 11 deletions

View File

@@ -15,9 +15,9 @@
* [Accessing the Moderne API](user-documentation/moderne-platform/how-to-guides/accessing-the-moderne-api.md)
* [How to find personally identifiable information (PII) and secrets exposed by your APIs](user-documentation/moderne-platform/how-to-guides/find-pii.md)
* [Managing repository groups](user-documentation/moderne-platform/how-to-guides/managing-repository-groups.md)
* [Creating a personal access token](user-documentation/moderne-platform/how-to-guides/create-api-access-tokens.md)
* [References](user-documentation/moderne-platform/references/README.md)
* [Moderne tokens](user-documentation/moderne-platform/references/moderne-tokens.md)
* [Creating a personal access token](user-documentation/moderne-platform/references/create-api-access-tokens.md)
* [Creating SCM access tokens](user-documentation/moderne-platform/references/create-scm-access-tokens.md)
* [Moderne Developer Experience](user-documentation/moderne-developer-experience/README.md)
* [Getting started](user-documentation/moderne-developer-experience/getting-started/README.md)

View File

@@ -1,13 +1,9 @@
# Moderne Platform
{% content-ref url="getting-started/" %}
[getting-started](getting-started/)
{% endcontent-ref %}
The Moderne platform is an enterprise-ready, private Software as a Service (SaaS) solution that provides automated code remediation at scale.
{% content-ref url="how-to-guides/" %}
[how-to-guides](how-to-guides/)
{% endcontent-ref %}
If you want to jump right in and begin using the Moderne Platform, check out the [getting started guides](getting-started/README.md).
{% content-ref url="references/" %}
[references](references/)
{% endcontent-ref %}
If you're looking for specific information on how to do something (e.g., how to access the Moderne API or create custom recipes), check out the [how to guides](how-to-guides/README.md).
If you're looking for reference information (e.g., information on Moderne tokens), check out the [references section](references/README.md).

View File

@@ -6,3 +6,5 @@
* [Accessing the Moderne API](accessing-the-moderne-api.md)
* [How to find personally identifiable information (PII) and secrets exposed by your APIs](find-pii.md)
* [Managing repository groups](managing-repository-groups.md)
* [Creating a personal access token](create-api-access-tokens.md)

View File

@@ -1,5 +1,4 @@
# References
* [Moderne tokens](moderne-tokens.md)
* [Creating a personal access token](create-api-access-tokens.md)
* [Creating SCM access tokens](create-scm-access-tokens.md)