Skip to content

Commit

Permalink
Merge pull request #35 from l-monninger/main
Browse files Browse the repository at this point in the history
updates to booklet to cover testing and example updates.
  • Loading branch information
l-monninger authored Jul 6, 2023
2 parents 2df822a + 2c161c5 commit bb7f40f
Show file tree
Hide file tree
Showing 37 changed files with 791 additions and 140 deletions.
8 changes: 7 additions & 1 deletion book/book.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
[book]
authors = []
authors = ["Liam Monninger", "Anan Poon", "Maggie Chudik"]
language = "en"
multilingual = false
src = "src"

[output.html]
mathjax-support = true
git-repository-url = "https://github.com/movemntdev/movement-hack"
edit-url-template = "https://github.com/movemntdev/movement-hack/edit/main/book/{path}"

5 changes: 5 additions & 0 deletions book/book/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@

<!-- Custom theme stylesheets -->

<!-- MathJax -->
<script async src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
</head>
<body>
<div id="body-container">
Expand Down Expand Up @@ -119,6 +121,9 @@ <h1 class="menu-title"></h1>
<a href="print.html" title="Print this book" aria-label="Print this book">
<i id="print-button" class="fa fa-print"></i>
</a>
<a href="https://github.com/movemntdev/movement-hack" title="Git repository" aria-label="Git repository">
<i id="git-repository-button" class="fa fa-github"></i>
</a>

</div>
</div>
Expand Down
11 changes: 11 additions & 0 deletions book/book/Prologue.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@

<!-- Custom theme stylesheets -->

<!-- MathJax -->
<script async src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
</head>
<body>
<div id="body-container">
Expand Down Expand Up @@ -118,6 +120,12 @@ <h1 class="menu-title"></h1>
<a href="print.html" title="Print this book" aria-label="Print this book">
<i id="print-button" class="fa fa-print"></i>
</a>
<a href="https://github.com/movemntdev/movement-hack" title="Git repository" aria-label="Git repository">
<i id="git-repository-button" class="fa fa-github"></i>
</a>
<a href="https://github.com/movemntdev/movement-hack/edit/main/book/src/Prologue.md" title="Suggest an edit" aria-label="Suggest an edit">
<i id="git-edit-button" class="fa fa-edit"></i>
</a>

</div>
</div>
Expand Down Expand Up @@ -149,6 +157,9 @@ <h1 id="building-with-movement"><a class="header" href="#building-with-movement"
<p>This booklet was originally developed for a month-long hackathon, and so has content covering four weeks. While we think this pacing is nice, the book is concise enough to do in far less time and resumable enough to spread out over more time.</p>
<p>By the end of this book, you will have the skills to build for the Movement blockchain and the contextual awareness to understand its advantages.</p>
<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>

</main>

Expand Down
11 changes: 11 additions & 0 deletions book/book/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@

<!-- Custom theme stylesheets -->

<!-- MathJax -->
<script async src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
</head>
<body>
<div id="body-container">
Expand Down Expand Up @@ -118,6 +120,12 @@ <h1 class="menu-title"></h1>
<a href="print.html" title="Print this book" aria-label="Print this book">
<i id="print-button" class="fa fa-print"></i>
</a>
<a href="https://github.com/movemntdev/movement-hack" title="Git repository" aria-label="Git repository">
<i id="git-repository-button" class="fa fa-github"></i>
</a>
<a href="https://github.com/movemntdev/movement-hack/edit/main/book/src/Prologue.md" title="Suggest an edit" aria-label="Suggest an edit">
<i id="git-edit-button" class="fa fa-edit"></i>
</a>

</div>
</div>
Expand Down Expand Up @@ -149,6 +157,9 @@ <h1 id="building-with-movement"><a class="header" href="#building-with-movement"
<p>This booklet was originally developed for a month-long hackathon, and so has content covering four weeks. While we think this pacing is nice, the book is concise enough to do in far less time and resumable enough to spread out over more time.</p>
<p>By the end of this book, you will have the skills to build for the Movement blockchain and the contextual awareness to understand its advantages.</p>
<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>

</main>

Expand Down
Loading

0 comments on commit bb7f40f

Please sign in to comment.