Skip to content

Commit 8543717

Browse files
Merge branch 'master' into fix-welcome-image
2 parents f2a4b85 + 6f6cdb2 commit 8543717

398 files changed

Lines changed: 66111 additions & 62023 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/ISSUE_TEMPLATE/bug_report.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@ title: ''
55
labels: 'kind/bug, framework/hugo, language/css, language/javascript, help wanted'
66
assignees: ''
77
---
8-
#### Current Behavior
8+
### Current Behavior
99
<!-- A brief description of the issue. -->
1010

11-
#### Expected Behavior
11+
### Expected Behavior
1212
<!-- A brief description of what you expected to happen. -->
1313

14-
#### Screenshots/Logs
14+
### Screenshots/Logs
1515
<!-- Add screenshots, if applicable, to help explain your problem. -->
1616

17-
#### Environment
17+
### Environment
1818

1919
- **Host OS:** Mac Linux Windows
2020
- **Browser:** Chrome Safari Firefox Edge Opera

.github/ISSUE_TEMPLATE/ci.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@ title: '[CI]'
55
labels: 'area/ci, framework/hugo, help wanted'
66
assignees: ''
77
---
8-
#### Current Behavior
8+
### Current Behavior
99
<!-- A brief description of what the problem is. (e.g. I need to be able to...) -->
1010

11-
#### Desired Behavior
11+
### Desired Behavior
1212
<!-- A brief description of what you expected to happen. -->
1313

14-
#### Implementation
14+
### Implementation
1515
<!-- Specifics on the approach to fulfilling the feature request. -->
1616

17-
#### Acceptance Tests
17+
### Acceptance Tests
1818
<!-- Stipulations of functional behavior or non-functional items that must be in-place in order for the issue to be closed. -->
1919

2020
---

.github/ISSUE_TEMPLATE/documentation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ title: '[Docs]'
55
labels: 'area/docs, framework/hugo, language/markdown, help wanted'
66
assignees: ''
77
---
8-
#### Current State
8+
### Current State
99

1010

11-
#### Desired State
11+
### Desired State
1212

1313

1414
---

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,19 @@ title: ''
55
labels: 'kind/enhancement, framework/hugo, language/css, language/javascript, language/html, help wanted'
66
assignees: ''
77
---
8-
#### Current Behavior
8+
### Current Behavior
99
<!-- A brief description of what the problem is. (e.g. I need to be able to...) -->
1010

11-
#### Desired Behavior
11+
### Desired Behavior
1212
<!-- A brief description of the enhancement. -->
1313

14-
#### Implementation
14+
### Implementation
1515
<!-- [Optional] Specifics on the approach to fulfilling the feature request. -->
1616

17-
#### Acceptance Tests
17+
### Acceptance Tests
1818
<!-- [Optional] Stipulations of functional behavior or non-functional items that must be in-place in order for the issue to be closed. -->
1919

20-
#### Mockups
20+
### Mockups
2121
<!-- [Optional] Any visual diagrams of the desired user interface. -->
2222

2323
---

.github/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ newPRWelcomeComment: >
1515
# Configuration for first-pr-merge - https://github.com/behaviorbot/first-pr-merge
1616
# Comment to be posted to on pull requests merged by a first time user
1717
firstPRMergeComment: >
18-
&nbsp; &#9; &nbsp; &#9; &nbsp; &#9; &nbsp; &#9; Thank you for contributing to the Layer5 community! :tada:
18+
&nbsp; &#9; &nbsp; &#9; &nbsp; &#9; &nbsp; &#9; Thank you for contributing to the Layer5 community! :tada:
1919
\
2020
\
2121
![Congrats!](https://raw.githubusercontent.com/layer5io/layer5/master/.github/welcome/Layer5-celebration.png)

.github/workflows/build-and-preview-docs.yml

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -57,23 +57,20 @@ jobs:
5757
if: github.event.action != 'closed'
5858
uses: actions/setup-node@v4
5959
with:
60-
node-version: "20"
60+
node-version: '20'
6161

6262
- name: Install dependencies
6363
if: github.event.action != 'closed'
64-
run: "[[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci || true"
64+
run:
65+
'[[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci ||
66+
true'
6567

6668
- name: Build PR preview
6769
if: github.event.action != 'closed'
6870
env:
69-
HUGO_ENVIRONMENT: production
70-
HUGO_ENV: production
71-
HUGO_PREVIEW: "true"
71+
HUGO_PREVIEW: 'true'
7272
run: |
73-
hugo \
74-
--gc \
75-
--minify \
76-
--baseURL "/"
73+
npm run build:preview
7774
cat > public/robots.txt <<'EOF'
7875
User-agent: *
7976
Disallow: /
@@ -96,8 +93,8 @@ jobs:
9693
header: pr-preview
9794
message: |
9895
🚀 Preview deployment: https://${{ github.repository_owner }}.github.io/${{ github.event.repository.name }}/pr-preview/pr-${{ github.event.pull_request.number }}/
99-
> *Note: Preview may take a moment (GitHub Pages deployment in progress). Please wait and refresh. Track deployment [here](https://github.com/${{ github.repository }}/actions/workflows/pages/pages-build-deployment)*
100-
96+
> *Note: Preview may take a moment (GitHub Pages deployment in progress). Please wait and refresh. Track deployment [here](https://github.com/${{ github.repository }}/actions/workflows/pages/pages-build-deployment)*
97+
10198
- name: Cleanup PR preview on close
10299
if: github.event.action == 'closed'
103100
uses: rossjrw/pr-preview-action@v1.6.3

assets/js/offline-search.js

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -75,19 +75,14 @@
7575
const results = idx
7676
.query((q) => {
7777
const tokens = lunr.tokenizer(searchQuery.toLowerCase());
78-
tokens.forEach((token) => {
78+
idx.pipeline.run(tokens).forEach((token) => {
7979
const queryString = token.toString();
80+
q.term(queryString, { boost: 100 });
8081
q.term(queryString, {
81-
boost: 100,
82-
});
83-
q.term(queryString, {
84-
wildcard:
85-
lunr.Query.wildcard.LEADING | lunr.Query.wildcard.TRAILING,
82+
presence: lunr.Query.presence.REQUIRED,
83+
wildcard: lunr.Query.wildcard.TRAILING,
8684
boost: 10,
8785
});
88-
q.term(queryString, {
89-
editDistance: 2,
90-
});
9186
});
9287
})
9388
.slice(0, $targetSearchInput.data('offline-search-max-results'));

assets/scss/_styles_project.scss

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272

7373
//main sections
7474
.td-outer {
75-
margin-top: 3rem;
75+
margin-top: 0;
7676
}
7777

7878
.td-main main {
@@ -85,6 +85,7 @@
8585

8686
body {
8787
overflow-x: hidden;
88+
padding-top: 5.5rem;
8889
}
8990

9091
// Main Middle Body
@@ -817,3 +818,15 @@ html {
817818
h1, h2, h3, h4, h5, h6 {
818819
scroll-margin-top: 1rem;
819820
}
821+
822+
@media (max-width: 767px) {
823+
.td-navbar {
824+
top: 0;
825+
margin-top: 0;
826+
padding-top: 0;
827+
}
828+
829+
body {
830+
padding-top: 0;
831+
}
832+
}

build/meshery-cloud.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.0.50
1+
v1.0.75

build/meshery-extensions.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.0.17-1
1+
v1.0.22-1

0 commit comments

Comments
 (0)