merge and docs
This commit is contained in:
13
.gitpod.Dockerfile
vendored
13
.gitpod.Dockerfile
vendored
@@ -1,13 +0,0 @@
|
||||
|
||||
|
||||
FROM gitpod/workspace-full:latest
|
||||
|
||||
USER root
|
||||
RUN apt-get update && apt-get install -y redis-server mc rsync
|
||||
|
||||
# RUN apt-get clean && rm -rf /var/cache/apt/* && rm -rf /var/lib/apt/lists/* && rm -rf /tmp/*
|
||||
|
||||
USER gitpod
|
||||
|
||||
|
||||
# ENTRYPOINT [ "entrypoint.sh" ]
|
||||
51
.gitpod.yml
51
.gitpod.yml
@@ -1,51 +0,0 @@
|
||||
image:
|
||||
file: .gitpod.Dockerfile
|
||||
tasks:
|
||||
- name: WIKI
|
||||
command: |
|
||||
curl https://raw.githubusercontent.com/freeflowuniverse/crystaltools/development/install.sh > /tmp/install.sh
|
||||
bash /tmp/install.sh
|
||||
source /workspace/env.sh
|
||||
publtools_check
|
||||
cd config
|
||||
publishtools install
|
||||
cd ..
|
||||
clear
|
||||
echo ' -- WEB PUBLISH TOOLS -- '
|
||||
echo
|
||||
echo ' - do "./run" to run website.'
|
||||
echo ' - do "./build" to build website, see in dir build for result.'
|
||||
echo ' - do "open ../workspace.code-workspace" to open all relevant dirs in your editor.'
|
||||
ports:
|
||||
- port: 9998
|
||||
onOpen: open-browser
|
||||
- port: 8080
|
||||
onOpen: open-browser
|
||||
- port: 6379
|
||||
onOpen: ignore
|
||||
vscode:
|
||||
extensions:
|
||||
- vlanguage.vscode-vlang
|
||||
- telesoho.vscode-markdown-paste-image
|
||||
- yzhang.markdown-all-in-one
|
||||
- shd101wyy.markdown-preview-enhanced
|
||||
- bierner.markdown-mermaid
|
||||
- darkriszty.markdown-table-prettify
|
||||
- bpruitt-goddard.mermaid-markdown-syntax-highlighting
|
||||
- shuworks.vscode-table-formatter
|
||||
github:
|
||||
prebuilds:
|
||||
# enable for the master/default branch (defaults to true)
|
||||
master: true
|
||||
# enable for all branches in this repo (defaults to false)
|
||||
branches: true
|
||||
# enable for pull requests coming from this repo (defaults to true)
|
||||
pullRequests: true
|
||||
# enable for pull requests coming from forks (defaults to false)
|
||||
pullRequestsFromForks: false
|
||||
# add a "Review in Gitpod" button as a comment to pull requests (defaults to true)
|
||||
addComment: true
|
||||
# add a "Review in Gitpod" button to pull requests (defaults to false)
|
||||
addBadge: false
|
||||
# add a label once the prebuild is ready to pull requests (defaults to false)
|
||||
addLabel: prebuilt-in-gitpod
|
||||
@@ -26,6 +26,8 @@ extra:
|
||||
|
||||
###### [ThreeFold Connect: Android](https://play.google.com/store/apps/details?id=org.jimber.threebotlogin&hl=en_US)
|
||||
|
||||
###### [Governance](https://library.threefold.me/info/threefold#/threefold__governance)
|
||||
|
||||
|||
|
||||
|
||||
##### TALK TO HUMANS
|
||||
@@ -58,4 +60,6 @@ extra:
|
||||
|
||||
<h6><a target="_self" onclick="window.location.href='/newsroom'">NewsRoom</a></h6>
|
||||
|
||||
###### [Governance](https://library.threefold.me/info/threefold#/threefold__governance)
|
||||
|
||||
{% end %}
|
||||
@@ -86,6 +86,14 @@ extra:
|
||||
|
||||
</button>
|
||||
|
||||
<button onclick="openInNewTab('https://library.threefold.me/info/threefold#/threefold__governance/')">
|
||||
|
||||
[Governance and Knowledgebase](https://library.threefold.me/info/threefold#/threefold__governance)
|
||||
<br>
|
||||
<p class="text-sm">Large knowledgebase.</p>
|
||||
|
||||
</button>
|
||||
|
||||
<button onclick="openInNewTab('https://github.com/threefoldtech/')">
|
||||
|
||||
[GitHub | TF Tech](https://github.com/threefoldtech/)
|
||||
@@ -94,13 +102,6 @@ extra:
|
||||
|
||||
</button>
|
||||
|
||||
<button onclick="openInNewTab('https://github.com/threefoldtech/')">
|
||||
|
||||
[GitHub | TF Foundation](https://github.com/threefoldfoundation/)
|
||||
<br>
|
||||
<p class="text-sm">Websites & Manuals</p>
|
||||
|
||||
</button>
|
||||
|
||||
|||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user