Skip to content

Commit 94f08f7

Browse files
committed
Added contribution docs index (mainly for me).
1 parent 0e42bce commit 94f08f7

File tree

7 files changed

+36
-0
lines changed

7 files changed

+36
-0
lines changed

docs/contributor/_data.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"index": {
3+
"title": "For contributors"
4+
},
5+
"ci": {
6+
"title": "CI"
7+
},
8+
"update-website": {
9+
"title": "Update website"
10+
},
11+
"release": {
12+
"title": "Release"
13+
}
14+
}

docs/contributor/ci.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# CI
2+

docs/contributor/index.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# For contributors
2+
3+
This section explains some operations for managing the project.
4+
5+
1. [CI](../../docs/contributor/ci.md)
6+
1. [Update website](../../docs/contributor/update-website.md)
7+
1. [Release](../../docs/contributor/release.md)
8+

docs/contributor/release.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Release
2+

docs/contributor/update-website.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Update website
2+

docs/overview.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,8 @@ See [Basic techniques](../docs/basic/index.md) section.
2424

2525
If you'd like to create complex, awesome scrolling animation using ViewPager or something,
2626
please check out [Advanced techniques](../docs/advanced/index.md) section.
27+
28+
## If you're interested in improving this library...
29+
30+
Please see the [contribution guideline](../CONTRIBUTING.md).
31+
Also, [For contributiors](../docs/contributor/index.md) section will be useful to understand / manage the entire project.

website/public/_data.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,8 @@
1010
},
1111
"advanced": {
1212
"title": "Advanced techniques"
13+
},
14+
"contributor": {
15+
"title": "For contributors"
1316
}
1417
}

0 commit comments

Comments
 (0)