Renamed fleet-gitops => infrastructure-as-code (#41520)

- Renamed fleet-gitops => infrastructure-as-code
- Changed the URL (maintaining backwards compatibility)

---------

Co-authored-by: Eric <eashaw@sailsjs.com>
This commit is contained in:
Mike Thomas
2026-03-12 12:54:17 +09:00
committed by GitHub
co-authored by Eric
parent 4a4e55efc0
commit 63e6375c10
9 changed files with 12 additions and 11 deletions
+1 -1
View File
@@ -66,7 +66,7 @@ module.exports = {
'/orchestration',
'/device-management',
'/software-management',
'/fleet-gitops',
'/infrastructure-as-code',
// Other stuff:
// > Note: /handbook overview page is already included amongst the markdown pages
// > Note: Same for /docs
@@ -1,16 +1,16 @@
module.exports = {
friendlyName: 'View fleet gitops',
friendlyName: 'View infrastructure-as-code',
description: 'Display "Fleet gitops" page.',
description: 'Display "Fleet infrastructure-as-code" page.',
exits: {
success: {
viewTemplatePath: 'pages/fleet-gitops'
viewTemplatePath: 'pages/infrastructure-as-code'
},
badConfig: {