Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2813ce1

Browse files
committed
Rename 'Group Sync' to 'IDP Sync' in docs manifest
1 parent 5e4229d commit 2813ce1

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

docs/manifest.json

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -269,8 +269,8 @@
269269
"state": ["enterprise", "premium"]
270270
},
271271
{
272-
"title": "Group Sync",
273-
"path": "./admin/users/group-sync.md",
272+
"title": "IDP Sync",
273+
"path": "./admin/users/idp-sync.md",
274274
"state": ["enterprise", "premium"]
275275
},
276276
{
@@ -354,9 +354,14 @@
354354
},
355355
{
356356
"title": "Resource Ordering",
357-
"description": "Design the UI of workspaces in Terraform",
357+
"description": "Design the UI of workspaces",
358358
"path": "./admin/templates/extending-templates/resource-ordering.md"
359359
},
360+
{
361+
"title": "Resource Persistence",
362+
"description": "Control resource persistence",
363+
"path": "./admin/templates/extending-templates/resource-persistence.md"
364+
},
360365
{
361366
"title": "Terraform Variables",
362367
"description": "Use variables to manage template state",

0 commit comments

Comments
 (0)