Skip to content

Commit e285783

Browse files
authored
Add pagination for easier navigation (#38)
Navigation for next and previous article.
1 parent 205a85b commit e285783

File tree

8 files changed

+9
-0
lines changed

8 files changed

+9
-0
lines changed

part1.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,3 +220,4 @@ result = :input
220220

221221
This above tip is from [qhwa](https://medium.com/@qhwa_85848)
222222

223+
[Next](part2.md)

part2.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,3 +210,5 @@ For more details on color printing check [**Printex**](https://github.com/blacko
210210

211211
![img](https://cdn-images-1.medium.com/max/1000/0*Qskz94BcqMSyPAuH.png)
212212

213+
214+
[Prev](part1.md) [Next](part3.md)

part3.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -298,3 +298,4 @@ iex(4)> v(1) ++ v(2)
298298
[1, 2, 3, 4, 5, 2, 4, 6, 8, 10]
299299
```
300300

301+
[Prev](part2.md) [Next](part4.md)

part4.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -298,3 +298,4 @@ iex(2)> :erlang.memory :atom
298298
264529
299299
```
300300

301+
[Prev](part3.md) [Next](part5.md)

part5.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,3 +230,4 @@ iex> Enum.join(mystrings)
230230
"helloblackode"
231231
```
232232

233+
[Prev](part4.md) [Next](part6.md)

part6.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,3 +183,4 @@ Thanks for Reading.
183183

184184
If you feel they are useful...
185185

186+
[Prev](part5.md) [Next](part7.md)

part7.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -411,3 +411,4 @@ In general, with out using `alias __MODULE__` , we have to type full module name
411411

412412
## Happy Coding!
413413

414+
[Prev](part6.md) [Next](part8.md)

part8.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -388,3 +388,4 @@ To keep the track of such things, we can add metadata to the @moduledoc . So, we
388388
@moduledoc authors: ["blackode", "doe"], since: "1.1.2"
389389
```
390390

391+
[Prev](part7.md) [Next](part9.md)

0 commit comments

Comments
 (0)