Skip to content

Commit

Permalink
Added instructions for Kindle, waiting for iPad info from Leanpub
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruce Eckel committed Oct 5, 2024
1 parent f488b4b commit ba7bea4
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,13 @@
# Effect Oriented Programming - Website

- Edit in the **website** branch
- Website will update automatically when you push it to the Github repo

## To Test Locally

- Install Python
- `pip install mkdocs`
- `pip install mkdocs-redirects`
- `pip install mkdocs-material`
- Run `mkdocs serve` in this repo root directory
- Open http://127.0.0.1:8000/ in your browser
9 changes: 9 additions & 0 deletions docs/ebook/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
hide:
- navigation
- toc
---

## [Buy the Ebook from Leanpub](https://leanpub.com/effect-oriented-programming)

## [Load the Leanpub Ebook onto Kindle or the Kindle App](https://help.leanpub.com/en/articles/110746-how-do-i-get-leanpub-books-on-my-kindle-or-into-the-kindle-app-on-my-phone-or-tablet)
3 changes: 1 addition & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ extra:

nav:
- Home: index.md
- EBook: https://leanpub.com/effect-oriented-programming
- Print Book: https://shop.ingramspark.com/b/084?cV4mi8z66cc0yhK8YKd4XE5cM3MkCPduwX47LBcHLiB
- EBook: ebook/index.md
- Examples: https://github.com/EffectOrientedProgramming/examples
- Setup:
- Installing Scala & Tools: guide/scalatools.md
Expand Down

0 comments on commit ba7bea4

Please sign in to comment.