-
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,726 changed files
with
59,237 additions
and
49,390 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": [ | ||
"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", | ||
], | ||
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' | ||
] | ||
}, | ||
"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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
## How to use vscode-dev-containers as the development environment | ||
|
||
* Install the VScode plugins Remote-Containers | ||
* Open current folder in container | ||
* The detail please check the [document](https://code.visualstudio.com/docs/remote/containers#_quick-start-open-an-existing-folder-in-a-container) | ||
* Waiting for load the code into the environment | ||
* Make sure you already in the development container `Dev Container:Node.js` | ||
* Open the new terminal and run the command which in Makefile | ||
* According to the Remote-Containers extension tips open the browser to access the website | ||
- Install the VScode plugins Remote-Containers | ||
- Open current folder in container | ||
- The detail please check the [document](https://code.visualstudio.com/docs/remote/containers#_quick-start-open-an-existing-folder-in-a-container) | ||
- Waiting for load the code into the environment | ||
- Make sure you already in the development container `Dev Container:Node.js` | ||
- Open the new terminal and run the command which in Makefile | ||
- According to the Remote-Containers extension tips open the browser to access the website | ||
|
||
![](./vscode-dev-container.webp) |
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,27 +1,25 @@ | ||
{ | ||
"name": "Node.js", | ||
"build": { | ||
"dockerfile": "Dockerfile", | ||
// Update 'VARIANT' to pick a Node version: 10, 12, 14, 18 | ||
"args": { "VARIANT": "18" } | ||
}, | ||
"name": "Node.js", | ||
"build": { | ||
"dockerfile": "Dockerfile", | ||
// Update 'VARIANT' to pick a Node version: 10, 12, 14, 18 | ||
"args": { "VARIANT": "18" } | ||
}, | ||
|
||
// Set *default* container specific settings.json values on container create. | ||
"settings": { | ||
"terminal.integrated.shell.linux": "/bin/bash" | ||
}, | ||
// Set *default* container specific settings.json values on container create. | ||
"settings": { | ||
"terminal.integrated.shell.linux": "/bin/bash" | ||
}, | ||
|
||
// Add the IDs of extensions you want installed when the container is created. | ||
"extensions": [ | ||
"dbaeumer.vscode-eslint" | ||
], | ||
// Add the IDs of extensions you want installed when the container is created. | ||
"extensions": ["dbaeumer.vscode-eslint"], | ||
|
||
// Use 'forwardPorts' to make a list of ports inside the container available locally. | ||
// "forwardPorts": [], | ||
// Use 'forwardPorts' to make a list of ports inside the container available locally. | ||
// "forwardPorts": [], | ||
|
||
// Use 'postCreateCommand' to run commands after the container is created. | ||
// "postCreateCommand": "yarn install", | ||
// Use 'postCreateCommand' to run commands after the container is created. | ||
// "postCreateCommand": "yarn install", | ||
|
||
// Comment out connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root. | ||
"remoteUser": "node" | ||
// Comment out connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root. | ||
"remoteUser": "node" | ||
} |
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
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
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,5 +1,5 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: ππΎ ππΌβ Question | ||
url: https://github.com/layer5io/layer5/discussions/new | ||
about: Submit your question using GitHub Discussions. | ||
- name: ππΎ ππΌβ Question | ||
url: https://github.com/layer5io/layer5/discussions/new | ||
about: Submit your question using GitHub Discussions. |
Oops, something went wrong.