Skip to content

Commit 7956d50

Browse files
author
Vivek Vishal
authored
Merge branch 'master' into fix/responsive-layout
2 parents fc7fc33 + c551654 commit 7956d50

3 files changed

Lines changed: 4 additions & 8 deletions

File tree

.github/workflows/kanvas.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ jobs:
4343
mesheryToken: ${{ secrets.MESHERY_TOKEN }} # Meshery Cloud Authentication token, signin to meshery-cloud to get one, example: ey.....
4444
prNumber: ${{ env.PULL_NO }} # auto-filled from the above step
4545
application_type: Kubernetes Manifest # your application type, could be any of three: "Kubernetes Manifest", "Docker Compose", "Helm Chart"
46-
filePath: ${{ inputs.fileName == '' && 'install/deployment_yamls/k8s' || inputs.fileName }} # relative file-path from the root directory in the github-runner env, you might require to checkout the repository as described in step 2
46+
filePath: ${{ inputs.fileName == '' && 'https://meshery.github.io/meshery.io/charts/meshery-v0.8.50.tgz' || inputs.fileName }} # relative file-path from the root directory in the github-runner env, you might require to checkout the repository as described in step 2

src/collections/events/2025/kubecon-eu-2025/index.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,11 @@ Join Yash Sharma at KubeCon + CloudNativeCon Europe 2025 to witness firsthand ho
4747

4848
<div class="flex-row" style="margin-bottom: 2rem;">
4949
<p>
50-
Date: TBD <br />
51-
Time: TBD
50+
Date: March 31st, 2025 <br />
51+
Time: 17:45pm - 17:50pm BST
5252
</p>
5353

54-
<Button $secondary title="See Details" $url="https://events.linuxfoundation.org/kubecon-cloudnativecon-europe/program/schedule/" $external={ true } />
54+
<Button $secondary title="See Details" $url="https://cfp.cloud-native.rejekts.io/cloud-native-rejekts-europe-london-2025/talk/X9JZXB//" $external={ true } />
5555
</div>
5656

5757

src/sections/Community/Handbook/Handbook.style.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -209,10 +209,6 @@ export const HandbookWrapper = styled.div`
209209
padding: 0.2em;
210210
}
211211
212-
input[type=checkbox] {
213-
display: none;
214-
}
215-
216212
input[type=checkbox] + label:before {
217213
content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" fill="white" viewBox="0 4 24 24"><path d="M20.285 2l-11.285 11.567-5.286-5.011-3.714 3.716 9 8.728 15-15.285z"/></svg>');;
218214
border: 0.1em solid #000;

0 commit comments

Comments
 (0)