Skip to content

Commit

Permalink
graduating more examples and Help Desk
Browse files Browse the repository at this point in the history
  • Loading branch information
Liam Monninger authored and Liam Monninger committed Jul 12, 2023
1 parent 5d9a710 commit 343a3ee
Show file tree
Hide file tree
Showing 18 changed files with 16 additions and 5 deletions.
3 changes: 3 additions & 0 deletions abin/update_container.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,7 @@ docker build --ssh default -t movement-dev:latest -f Dockerfile.movement-dev .
docker tag movement-dev:latest public.ecr.aws/c4i6k4r8/movement-dev:latest
docker push public.ecr.aws/c4i6k4r8/movement-dev:latest

docker build --platform linux/amd64 --ssh default -t movement-dev:latest-amd -f Dockerfile.movement-dev .
docker tag movement-dev:latest public.ecr.aws/c4i6k4r8/movement-dev:latest-amd
docker push public.ecr.aws/c4i6k4r8/movement-dev:latest-amd

3 changes: 3 additions & 0 deletions book/book/Prologue.html
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,9 @@ <h1 id="building-with-movement"><a class="header" href="#building-with-movement"
<p>If you are looking for in-depth documentation of Movement or the <code>movement</code> CLI please head to <a href="https://docs.movementlabs.xyz/">docs.movementlabs.xyz</a>.</p>
<blockquote>
<p>This book has an accompanying GitHub repository <a href="https://github.com/movemntdev/movement-hack">here</a>. You can also navigate to it by clicking the <img src="https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png" alt="GitHub" height="16" width="16"> icon on any page.</p>
</blockquote>
<blockquote>
<p>If you run into any issues, please use our <a href="https://movemnt.atlassian.net/servicedesk/customer/portal/4">Help Desk</a> to file a bug report, request support, or search for additional documentation. We will attempt to provide timely support, prioritizing hackathon participants.</p>
</blockquote>

</main>
Expand Down
3 changes: 3 additions & 0 deletions book/book/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,9 @@ <h1 id="building-with-movement"><a class="header" href="#building-with-movement"
<p>If you are looking for in-depth documentation of Movement or the <code>movement</code> CLI please head to <a href="https://docs.movementlabs.xyz/">docs.movementlabs.xyz</a>.</p>
<blockquote>
<p>This book has an accompanying GitHub repository <a href="https://github.com/movemntdev/movement-hack">here</a>. You can also navigate to it by clicking the <img src="https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png" alt="GitHub" height="16" width="16"> icon on any page.</p>
</blockquote>
<blockquote>
<p>If you run into any issues, please use our <a href="https://movemnt.atlassian.net/servicedesk/customer/portal/4">Help Desk</a> to file a bug report, request support, or search for additional documentation. We will attempt to provide timely support, prioritizing hackathon participants.</p>
</blockquote>

</main>
Expand Down
3 changes: 3 additions & 0 deletions book/book/print.html
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,9 @@ <h1 id="building-with-movement"><a class="header" href="#building-with-movement"
<blockquote>
<p>This book has an accompanying GitHub repository <a href="https://github.com/movemntdev/movement-hack">here</a>. You can also navigate to it by clicking the <img src="https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png" alt="GitHub" height="16" width="16"> icon on any page.</p>
</blockquote>
<blockquote>
<p>If you run into any issues, please use our <a href="https://movemnt.atlassian.net/servicedesk/customer/portal/4">Help Desk</a> to file a bug report, request support, or search for additional documentation. We will attempt to provide timely support, prioritizing hackathon participants.</p>
</blockquote>
<div style="break-before: page; page-break-before: always;"></div><h1 id="week-1-introduction-to-move-and-movement"><a class="header" href="#week-1-introduction-to-move-and-movement">Week 1: Introduction to Move and Movement</a></h1>
<p>This week kicks off our exploration of the Move language and Movement ecosystem. We will begin by introducing Move, setting up an appropriate developer environment, and covering the basics of the Move language. Many of the topics concerning the move language will be revisited in greater depth during Week 2. </p>
<div style="break-before: page; page-break-before: always;"></div><h1 id="introduction-to-move-and-movement"><a class="header" href="#introduction-to-move-and-movement">Introduction to Move and Movement</a></h1>
Expand Down
2 changes: 1 addition & 1 deletion book/book/searchindex.js

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions book/src/Prologue.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,5 @@ By the end of this book, you will have the skills to build for the Movement bloc
If you are looking for in-depth documentation of Movement or the `movement` CLI please head to [docs.movementlabs.xyz](https://docs.movementlabs.xyz/).

> This book has an accompanying GitHub repository <a href="https://github.com/movemntdev/movement-hack">here</a>. You can also navigate to it by clicking the <img src="https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png" alt="GitHub" height="16" width="16"> icon on any page.
> If you run into any issues, please use our [Help Desk](https://movemnt.atlassian.net/servicedesk/customer/portal/4) to file a bug report, request support, or search for additional documentation. We will attempt to provide timely support, prioritizing hackathon participants.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
3 changes: 0 additions & 3 deletions examples/movement/hello_world/sources/test.move

This file was deleted.

0 comments on commit 343a3ee

Please sign in to comment.