You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: fern/docs/pages/references/manifest.mdx
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
<Calloutintent="note">
2
-
The following section is for version 2 of the manifest specification. For the previous version, see [Manifest V1](/snap-in-development/references/snap-in-v-1-manifest).
2
+
The following section is for version 2 of the manifest specification. For the previous version, see [Manifest V1](/snapin-development/references/v1-manifest).
3
3
</Callout>
4
4
5
5
The snap-in manifest is what the developers write to define a snap-in. The manifest has the following sections:
@@ -14,7 +14,7 @@ version: 2
14
14
15
15
## Keyrings
16
16
17
-
Keyrings are secret tokens used to make calls to external systems. They can be categorized either as organizationscoped or userscoped. Keyrings are specified in the manifest with the following syntax:
17
+
Keyrings are secret tokens used to make calls to external systems. They can be categorized either as organization-scoped or user-scoped. Keyrings are specified in the manifest with the following syntax:
0 commit comments