Skip to content

Commit b677230

Browse files
committed
Website: add links next/previous in docs pages
1 parent 7fa0e70 commit b677230

File tree

5 files changed

+50
-0
lines changed

5 files changed

+50
-0
lines changed

website/docs/cheatsheet.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
id: cheatsheet
3+
title: Cheatsheet
4+
---
5+
6+
@todo
7+
8+
---
9+
10+
## Further reading
11+
12+
- [Migration from `bs-react-native`](/reason-react-native/en/docs/migration/jsx3/)
13+
14+
## In case you missed it
15+
16+
- [Getting Started](/reason-react-native/en/docs/)
17+
- [Installation](/reason-react-native/en/docs/install/)
18+
- [Example](/reason-react-native/en/docs/example/)

website/docs/example.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,14 @@ title: Example
44
---
55

66
@todo
7+
8+
---
9+
10+
## Further reading
11+
12+
- [Cheatsheet](/reason-react-native/en/docs/cheatsheet/)
13+
14+
## In case you missed it
15+
16+
- [Getting Started](/reason-react-native/en/docs/)
17+
- [Install](/reason-react-native/en/docs/install/)

website/docs/index.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,12 @@ What is awesome about _Reason React Native_ bindings is that they don't
2929
introduce an additional cost. The JavaScript code produced by BuckleScript will
3030
directly hit React & React Native JavaScript implementation, without any extra
3131
runtime & bundle cost.
32+
33+
---
34+
35+
## Further reading
36+
37+
- [Installation](/reason-react-native/en/docs/install/)
38+
- [Example](/reason-react-native/en/docs/example/)
39+
- [Cheatsheet](/reason-react-native/en/docs/cheatsheet/)
40+
- [Migration from `bs-react-native`](/reason-react-native/en/docs/migration/jsx3/)

website/docs/install.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,14 @@ title: Installation
44
---
55

66
@todo
7+
8+
---
9+
10+
## Further reading
11+
12+
- [Example](/reason-react-native/en/docs/example/)
13+
- [Cheatsheet](/reason-react-native/en/docs/cheatsheet/)
14+
15+
## In case you missed it
16+
17+
- [Getting Started](/reason-react-native/en/docs/)

website/src/Consts.re

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ let sections = [
8181
("Introduction", "docs/"),
8282
("Installation", "docs/install/"),
8383
("Example", "docs/example/"),
84+
("Cheatsheet", "docs/cheatsheet/"),
8485
("Migration from bs-react-native", "docs/migration/jsx3/"),
8586
],
8687
},

0 commit comments

Comments
 (0)