Skip to content

Commit 1c3bad9

Browse files
authored
Merge branch 'master' into tabbed-content-visibility
2 parents 5833108 + 4c43b9e commit 1c3bad9

508 files changed

Lines changed: 225699 additions & 195 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/release-drafter.yml

Lines changed: 0 additions & 25 deletions
This file was deleted.

.github/workflows/hugo.yaml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,9 @@ permissions:
1818
pages: write
1919
id-token: write
2020

21-
# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
22-
# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
2321
concurrency:
24-
group: "pages"
25-
cancel-in-progress: false
22+
group: "pages-deployment"
23+
cancel-in-progress: true # Only latest deployment runs
2624

2725
# Default to bash
2826
defaults:
@@ -34,7 +32,7 @@ jobs:
3432
build:
3533
runs-on: ubuntu-24.04
3634
env:
37-
HUGO_VERSION: 0.126.2
35+
HUGO_VERSION: 0.148.1
3836
steps:
3937
- name: Install Hugo CLI
4038
run: |

.github/workflows/release-drafter.yml

Lines changed: 0 additions & 18 deletions
This file was deleted.

CONTRIBUTING.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -261,8 +261,7 @@ This repository and site are available as open source under the terms of the [Ap
261261
### About Layer5
262262

263263
**Community First**
264-
<p>The <a href="https://layer5.io">Layer5</a> community champions developer-defined infrastructure, giving engineers the power to reshape application delivery. We empower operators in reimagining how they manage modern infrastructure: collaboratively.
265-
</p>
264+
<p>The <a href="https://layer5.io/community">Layer5 community</a> represents the largest collection of service mesh projects and their maintainers in the world.</p>
266265

267266
**Open Source First**
268-
<p>Our projects establish industry standards and enable service developers, owners, and operators with repeatable patterns and best practices for managing all aspects of distributed services. Our shared commitment to the open source spirit push the Layer5 community and its projects forward.</p>
267+
<p>At Layer5, we champion developer-defined infrastructure, giving engineers the power to reshape application delivery. We empower operators in reimagining how they manage modern infrastructure: collaboratively.</p>

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
✔️ <em><strong>Explore more</strong></em> in the <a href="https://layer5.io/community/handbook">Community Handbook</a>.<br />
3838
</p>
3939
</div>
40-
Explore tutorials and documentation by product in the docs.layer5.io website; documentation and developer resources of Layer5 products.
40+
Explore tutorials and documentation by product in the https://docs.layer5.io website; documentation and developer resources of Layer5 products.
4141

4242
If you find a typo or you feel like you can improve the HTML, CSS, or JavaScript, we welcome contributions. Feel free to open issues or pull requests like any normal GitHub project, and we'll merge it in 🚀
4343

assets/scss/_elements_project.scss

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,4 +149,26 @@ div.tip {
149149
font-size: 1rem;
150150
font-weight: 600;
151151
word-break: break-word;
152-
}
152+
}
153+
154+
.heading-link {
155+
position: relative;
156+
display: flex;
157+
align-items: center;
158+
gap: 0.3rem;
159+
160+
.heading-anchor {
161+
font-size: 0.6em;
162+
opacity: 0;
163+
transform: translateY(2px);
164+
transition: opacity 0.3s ease, transform 0.3s ease;
165+
margin-left: 0.25rem;
166+
text-decoration: none;
167+
}
168+
169+
&:hover .heading-anchor {
170+
opacity: 1;
171+
transform: translateY(0);
172+
}
173+
}
174+

assets/scss/_search_project.scss

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,8 @@
9595
.td-search__icon {
9696
display: flex;
9797
color: $input-placeholder-color;
98+
background-color: var(--bs-body-bg);
99+
padding-right: 0.2rem;
98100
}
99101
}
100102
}
@@ -168,4 +170,12 @@
168170

169171
.form-control {
170172
border: 1px solid #ced4da;
171-
}
173+
}
174+
input[type="search"]::-webkit-search-cancel-button {
175+
filter: invert(55%) sepia(75%) saturate(380%) hue-rotate(135deg) brightness(95%) contrast(90%);
176+
cursor: pointer;
177+
transform: scale(1.1);
178+
}
179+
input[type="search"]::-webkit-search-cancel-button:hover {
180+
filter: invert(60%) sepia(95%) saturate(500%) hue-rotate(140deg) brightness(100%) contrast(100%);
181+
}

assets/scss/_styles_project.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
@import "_videos_project.scss";
1212
@import "subscription.scss";
1313
@import "_video-landing_project.scss";
14+
@import "elements_project";
1415

1516
.navbar-dark {
1617
min-height: 5rem;
@@ -707,7 +708,7 @@ a:not([href]):not([class]):hover {
707708
overflow-x: scroll;
708709
background: transparent;
709710
flex-direction: column;
710-
gap: 3rem;
711+
gap: 1rem;
711712
}
712713

713714
.tab-content>.active {

build/meshery-cloud.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.8.246
1+
v0.8.289

build/meshery-extensions.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.8.103-1
1+
v0.8.119-1

0 commit comments

Comments
 (0)