-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Tharun T <[email protected]>
- Loading branch information
Showing
1,580 changed files
with
49,855 additions
and
39,976 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,39 +1,39 @@ | ||
module.exports = { | ||
"ci": { | ||
"collect": { | ||
"settings": { | ||
"preset": "desktop" | ||
}, | ||
"staticDistDir": "./public", | ||
"url": [ | ||
ci: { | ||
collect: { | ||
settings: { | ||
preset: "desktop" | ||
}, | ||
staticDistDir: "./public", | ||
url: [ | ||
"http://localhost/404/index.html?desktop", | ||
"http://localhost/?desktop", | ||
"http://localhost/company/about/index.html?desktop", | ||
"http://localhost/cloud-native-management/meshery/index.html?desktop", | ||
"http://localhost/cloud-native-management/meshmap/index.html?desktop", | ||
"http://localhost/learn/learning-paths/index.html?desktop", | ||
"http://localhost/learn/service-mesh-books/index.html?desktop", | ||
"http://localhost/learn/service-mesh-workshops/index.html?desktop", | ||
"http://localhost/learn/index.html?desktop", | ||
"http://localhost/blog/index.html?desktop", | ||
"http://localhost/resources/index.html?desktop", | ||
"http://localhost/careers/index.html?desktop", | ||
"http://localhost/community/members/index.html?desktop", | ||
"http://localhost/community/meshmates/index.html?desktop", | ||
"http://localhost/community/events/index.html?desktop", | ||
"http://localhost/community/newcomers/index.html?desktop", | ||
], | ||
"http://localhost/cloud-native-management/meshery/index.html?desktop", | ||
"http://localhost/cloud-native-management/meshmap/index.html?desktop", | ||
"http://localhost/learn/learning-paths/index.html?desktop", | ||
"http://localhost/learn/service-mesh-books/index.html?desktop", | ||
"http://localhost/learn/service-mesh-workshops/index.html?desktop", | ||
"http://localhost/learn/index.html?desktop", | ||
"http://localhost/blog/index.html?desktop", | ||
"http://localhost/resources/index.html?desktop", | ||
"http://localhost/careers/index.html?desktop", | ||
"http://localhost/community/members/index.html?desktop", | ||
"http://localhost/community/meshmates/index.html?desktop", | ||
"http://localhost/community/events/index.html?desktop", | ||
"http://localhost/community/newcomers/index.html?desktop" | ||
] | ||
}, | ||
"assert": { | ||
"assertions": { | ||
"categories:performance": ["warn", {"minScore": .90}], | ||
"categories:accessibility": ["warn", {"minScore": .90}], | ||
"categories:best-practices": ["warn", {"minScore": .90}], | ||
"categories:seo": ["warn", {"minScore": .90}], | ||
} | ||
}, | ||
"upload": { | ||
"target": "temporary-public-storage", | ||
}, | ||
assert: { | ||
assertions: { | ||
"categories:performance": ["warn", { minScore: 0.9 }], | ||
"categories:accessibility": ["warn", { minScore: 0.9 }], | ||
"categories:best-practices": ["warn", { minScore: 0.9 }], | ||
"categories:seo": ["warn", { minScore: 0.9 }] | ||
} | ||
}; | ||
}, | ||
upload: { | ||
target: "temporary-public-storage" | ||
} | ||
} | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1,37 @@ | ||
module.exports = { | ||
"ci": { | ||
"collect": { | ||
"staticDistDir": "./public", | ||
"url" : [ | ||
"http://localhost/404.html", | ||
"http://localhost/404/index.html", | ||
"http://localhost", | ||
"http://localhost/company/about/index.html", | ||
"http://localhost/cloud-native-management/meshery/index.html", | ||
"http://localhost/cloud-native-management/meshmap/index.html", | ||
"http://localhost/learn/learning-paths/index.html", | ||
"http://localhost/learn/service-mesh-books/index.html", | ||
"http://localhost/learn/service-mesh-workshops/index.html", | ||
"http://localhost/learn/index.html", | ||
"http://localhost/blog/index.html", | ||
"http://localhost/resources/index.html", | ||
"http://localhost/careers/index.html", | ||
"http://localhost/community/members/index.html", | ||
"http://localhost/community/meshmates/index.html", | ||
"http://localhost/community/events/index.html", | ||
"http://localhost/community/newcomers/index.html", | ||
], | ||
}, | ||
"assert": { | ||
"assertions": { | ||
"categories:performance": ["warn", {"minScore": .90}], | ||
"categories:accessibility": ["warn", {"minScore": .90}], | ||
"categories:best-practices": ["warn", {"minScore": .90}], | ||
"categories:seo": ["warn", {"minScore": .90}], | ||
} | ||
}, | ||
"upload": { | ||
"target": "temporary-public-storage", | ||
}, | ||
ci: { | ||
collect: { | ||
staticDistDir: "./public", | ||
url: [ | ||
"http://localhost/404.html", | ||
"http://localhost/404/index.html", | ||
"http://localhost", | ||
"http://localhost/company/about/index.html", | ||
"http://localhost/cloud-native-management/meshery/index.html", | ||
"http://localhost/cloud-native-management/meshmap/index.html", | ||
"http://localhost/learn/learning-paths/index.html", | ||
"http://localhost/learn/service-mesh-books/index.html", | ||
"http://localhost/learn/service-mesh-workshops/index.html", | ||
"http://localhost/learn/index.html", | ||
"http://localhost/blog/index.html", | ||
"http://localhost/resources/index.html", | ||
"http://localhost/careers/index.html", | ||
"http://localhost/community/members/index.html", | ||
"http://localhost/community/meshmates/index.html", | ||
"http://localhost/community/events/index.html", | ||
"http://localhost/community/newcomers/index.html" | ||
] | ||
}, | ||
assert: { | ||
assertions: { | ||
"categories:performance": ["warn", { minScore: 0.9 }], | ||
"categories:accessibility": ["warn", { minScore: 0.9 }], | ||
"categories:best-practices": ["warn", { minScore: 0.9 }], | ||
"categories:seo": ["warn", { minScore: 0.9 }] | ||
} | ||
}, | ||
upload: { | ||
target: "temporary-public-storage" | ||
} | ||
}; | ||
} | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
--- | ||
title: 'Mastering Kubernetes for Engineers' | ||
description: 'Learn how to configure your Kubernetes clusters and manage the lifecycle of your workloads' | ||
title: "Mastering Kubernetes for Engineers" | ||
description: "Learn how to configure your Kubernetes clusters and manage the lifecycle of your workloads" | ||
order: 4 | ||
themeColor: '#3C494F' | ||
cardImage: '../../src/assets/images/meshery/icon-only/meshery-logo-light.webp' | ||
themeColor: "#3C494F" | ||
cardImage: "../../src/assets/images/meshery/icon-only/meshery-logo-light.webp" | ||
courses: 0 | ||
disabled: yes | ||
--- | ||
|
||
<!-- | ||
<!-- | ||
This file is only used to render the courses list within a learning path. | ||
Check the Learn-Layer5 folder under src/sections/, src/templates for more understanding of how the data is used | ||
--> | ||
--> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.