Skip to content

Commit cc35a3c

Browse files
committed
add en cloud environment
1 parent 7db8fd1 commit cc35a3c

File tree

7 files changed

+2565
-1
lines changed

7 files changed

+2565
-1
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,5 @@ yarn-error.log*
2424
*.njsproj
2525
*.sln
2626
*.sw*
27+
28+
env.md

.vuepress/config.js

+1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ module.exports = {
4141
children: [
4242
'/',
4343
'/usage/',
44+
'/env',
4445
'/contribute',
4546
'/about'
4647
]

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -75,3 +75,4 @@ Download publications and supplementary data based on [bget](https://github.com/
7575
If you want to contribute the Hiplot project, you can fell free to join our community: [Discord](https://discord.gg/vX6tSax).
7676

7777
This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>.
78+

0 commit comments

Comments
 (0)