Skip to content

Commit

Permalink
Merge pull request #6 from threefoldfoundation/book_update
Browse files Browse the repository at this point in the history
update book part
  • Loading branch information
Mik-TF authored Oct 19, 2023
2 parents 469dfd2 + 761751e commit f26a03f
Show file tree
Hide file tree
Showing 32 changed files with 485 additions and 7 deletions.
16 changes: 16 additions & 0 deletions book/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,22 @@ <h1 id="document-not-found-404"><a class="header" href="#document-not-found-404"

</div>

<!-- Livereload script (if served using the cli tool) -->
<script>
const wsProtocol = location.protocol === 'https:' ? 'wss:' : 'ws:';
const wsAddress = wsProtocol + "//" + location.host + "/" + "__livereload";
const socket = new WebSocket(wsAddress);
socket.onmessage = function (event) {
if (event.data === "reload") {
socket.close();
location.reload();
}
};

window.onbeforeunload = function() {
socket.close();
}
</script>



Expand Down
16 changes: 16 additions & 0 deletions book/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,22 @@ <h3 id="tfgrid-getting-ready-to-move-out-of-the-house"><a class="header" href="#

</div>

<!-- Livereload script (if served using the cli tool) -->
<script>
const wsProtocol = location.protocol === 'https:' ? 'wss:' : 'ws:';
const wsAddress = wsProtocol + "//" + location.host + "/" + "__livereload";
const socket = new WebSocket(wsAddress);
socket.onmessage = function (event) {
if (event.data === "reload") {
socket.close();
location.reload();
}
};

window.onbeforeunload = function() {
socket.close();
}
</script>



Expand Down
2 changes: 1 addition & 1 deletion book/searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion book/searchindex.json

Large diffs are not rendered by default.

16 changes: 16 additions & 0 deletions book/tfcloud/cloud_features/autonomous_it.html
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,22 @@ <h2 id="3bot-execution"><a class="header" href="#3bot-execution">3Bot Execution<

</div>

<!-- Livereload script (if served using the cli tool) -->
<script>
const wsProtocol = location.protocol === 'https:' ? 'wss:' : 'ws:';
const wsAddress = wsProtocol + "//" + location.host + "/" + "__livereload";
const socket = new WebSocket(wsAddress);
socket.onmessage = function (event) {
if (event.data === "reload") {
socket.close();
location.reload();
}
};

window.onbeforeunload = function() {
socket.close();
}
</script>



Expand Down
16 changes: 16 additions & 0 deletions book/tfcloud/cloud_features/features.html
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,22 @@ <h3 id="personal-ai-cloud-workload-example"><a class="header" href="#personal-ai

</div>

<!-- Livereload script (if served using the cli tool) -->
<script>
const wsProtocol = location.protocol === 'https:' ? 'wss:' : 'ws:';
const wsAddress = wsProtocol + "//" + location.host + "/" + "__livereload";
const socket = new WebSocket(wsAddress);
socket.onmessage = function (event) {
if (event.data === "reload") {
socket.close();
location.reload();
}
};

window.onbeforeunload = function() {
socket.close();
}
</script>



Expand Down
16 changes: 16 additions & 0 deletions book/tfcloud/cloud_features/planned_products.html
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,22 @@ <h2 id="q2-2024"><a class="header" href="#q2-2024">Q2 2024</a></h2>

</div>

<!-- Livereload script (if served using the cli tool) -->
<script>
const wsProtocol = location.protocol === 'https:' ? 'wss:' : 'ws:';
const wsAddress = wsProtocol + "//" + location.host + "/" + "__livereload";
const socket = new WebSocket(wsAddress);
socket.onmessage = function (event) {
if (event.data === "reload") {
socket.close();
location.reload();
}
};

window.onbeforeunload = function() {
socket.close();
}
</script>



Expand Down
16 changes: 16 additions & 0 deletions book/tfcloud/cloud_features/products.html
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,22 @@ <h2 id="table-of-contents"><a class="header" href="#table-of-contents">Table of

</div>

<!-- Livereload script (if served using the cli tool) -->
<script>
const wsProtocol = location.protocol === 'https:' ? 'wss:' : 'ws:';
const wsAddress = wsProtocol + "//" + location.host + "/" + "__livereload";
const socket = new WebSocket(wsAddress);
socket.onmessage = function (event) {
if (event.data === "reload") {
socket.close();
location.reload();
}
};

window.onbeforeunload = function() {
socket.close();
}
</script>



Expand Down
16 changes: 16 additions & 0 deletions book/tfcloud/cloud_features/values.html
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,22 @@ <h2 id="conclusion"><a class="header" href="#conclusion">Conclusion</a></h2>

</div>

<!-- Livereload script (if served using the cli tool) -->
<script>
const wsProtocol = location.protocol === 'https:' ? 'wss:' : 'ws:';
const wsAddress = wsProtocol + "//" + location.host + "/" + "__livereload";
const socket = new WebSocket(wsAddress);
socket.onmessage = function (event) {
if (event.data === "reload") {
socket.close();
location.reload();
}
};

window.onbeforeunload = function() {
socket.close();
}
</script>



Expand Down
16 changes: 16 additions & 0 deletions book/tfcloud/community/code_conduct.html
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,22 @@ <h2 id="role-of-moderators"><a class="header" href="#role-of-moderators">Role of

</div>

<!-- Livereload script (if served using the cli tool) -->
<script>
const wsProtocol = location.protocol === 'https:' ? 'wss:' : 'ws:';
const wsAddress = wsProtocol + "//" + location.host + "/" + "__livereload";
const socket = new WebSocket(wsAddress);
socket.onmessage = function (event) {
if (event.data === "reload") {
socket.close();
location.reload();
}
};

window.onbeforeunload = function() {
socket.close();
}
</script>



Expand Down
16 changes: 16 additions & 0 deletions book/tfcloud/community/collaboration.html
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,22 @@ <h2 id="table-of-contents"><a class="header" href="#table-of-contents">Table of

</div>

<!-- Livereload script (if served using the cli tool) -->
<script>
const wsProtocol = location.protocol === 'https:' ? 'wss:' : 'ws:';
const wsAddress = wsProtocol + "//" + location.host + "/" + "__livereload";
const socket = new WebSocket(wsAddress);
socket.onmessage = function (event) {
if (event.data === "reload") {
socket.close();
location.reload();
}
};

window.onbeforeunload = function() {
socket.close();
}
</script>



Expand Down
16 changes: 16 additions & 0 deletions book/tfcloud/community/tfcloud_resources.html
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,22 @@ <h2 id="support"><a class="header" href="#support">Support</a></h2>

</div>

<!-- Livereload script (if served using the cli tool) -->
<script>
const wsProtocol = location.protocol === 'https:' ? 'wss:' : 'ws:';
const wsAddress = wsProtocol + "//" + location.host + "/" + "__livereload";
const socket = new WebSocket(wsAddress);
socket.onmessage = function (event) {
if (event.data === "reload") {
socket.close();
location.reload();
}
};

window.onbeforeunload = function() {
socket.close();
}
</script>



Expand Down
16 changes: 16 additions & 0 deletions book/tfcloud/intro/intro.html
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,22 @@ <h3 id="tfgrid-getting-ready-to-move-out-of-the-house"><a class="header" href="#

</div>

<!-- Livereload script (if served using the cli tool) -->
<script>
const wsProtocol = location.protocol === 'https:' ? 'wss:' : 'ws:';
const wsAddress = wsProtocol + "//" + location.host + "/" + "__livereload";
const socket = new WebSocket(wsAddress);
socket.onmessage = function (event) {
if (event.data === "reload") {
socket.close();
location.reload();
}
};

window.onbeforeunload = function() {
socket.close();
}
</script>



Expand Down
16 changes: 16 additions & 0 deletions book/tfcloud/mycelium/mycelium.html
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,22 @@ <h2 id="table-of-contents"><a class="header" href="#table-of-contents"> Table of

</div>

<!-- Livereload script (if served using the cli tool) -->
<script>
const wsProtocol = location.protocol === 'https:' ? 'wss:' : 'ws:';
const wsAddress = wsProtocol + "//" + location.host + "/" + "__livereload";
const socket = new WebSocket(wsAddress);
socket.onmessage = function (event) {
if (event.data === "reload") {
socket.close();
location.reload();
}
};

window.onbeforeunload = function() {
socket.close();
}
</script>



Expand Down
16 changes: 16 additions & 0 deletions book/tfcloud/mycelium/mycelium_components.html
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,22 @@ <h2 id="ourphone"><a class="header" href="#ourphone">OurPhone</a></h2>

</div>

<!-- Livereload script (if served using the cli tool) -->
<script>
const wsProtocol = location.protocol === 'https:' ? 'wss:' : 'ws:';
const wsAddress = wsProtocol + "//" + location.host + "/" + "__livereload";
const socket = new WebSocket(wsAddress);
socket.onmessage = function (event) {
if (event.data === "reload") {
socket.close();
location.reload();
}
};

window.onbeforeunload = function() {
socket.close();
}
</script>



Expand Down
16 changes: 16 additions & 0 deletions book/tfcloud/mycelium/mycelium_faq.html
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,22 @@ <h2 id="how-does-mycelium-compare-to"><a class="header" href="#how-does-mycelium

</div>

<!-- Livereload script (if served using the cli tool) -->
<script>
const wsProtocol = location.protocol === 'https:' ? 'wss:' : 'ws:';
const wsAddress = wsProtocol + "//" + location.host + "/" + "__livereload";
const socket = new WebSocket(wsAddress);
socket.onmessage = function (event) {
if (event.data === "reload") {
socket.close();
location.reload();
}
};

window.onbeforeunload = function() {
socket.close();
}
</script>



Expand Down
16 changes: 16 additions & 0 deletions book/tfcloud/mycelium/mycelium_platform.html
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,22 @@ <h3 id="for-the-developers-create-advanced-true-p2p-apps-with-batteries-included

</div>

<!-- Livereload script (if served using the cli tool) -->
<script>
const wsProtocol = location.protocol === 'https:' ? 'wss:' : 'ws:';
const wsAddress = wsProtocol + "//" + location.host + "/" + "__livereload";
const socket = new WebSocket(wsAddress);
socket.onmessage = function (event) {
if (event.data === "reload") {
socket.close();
location.reload();
}
};

window.onbeforeunload = function() {
socket.close();
}
</script>



Expand Down
16 changes: 16 additions & 0 deletions book/tfcloud/mycelium/mycelium_roadmap.html
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,22 @@ <h2 id="v11--metaverse-extensions-tbd"><a class="header" href="#v11--metaverse-e

</div>

<!-- Livereload script (if served using the cli tool) -->
<script>
const wsProtocol = location.protocol === 'https:' ? 'wss:' : 'ws:';
const wsAddress = wsProtocol + "//" + location.host + "/" + "__livereload";
const socket = new WebSocket(wsAddress);
socket.onmessage = function (event) {
if (event.data === "reload") {
socket.close();
location.reload();
}
};

window.onbeforeunload = function() {
socket.close();
}
</script>



Expand Down
Loading

0 comments on commit f26a03f

Please sign in to comment.