Skip to content
This repository was archived by the owner on Dec 18, 2022. It is now read-only.

Commit d7fd753

Browse files
authored
Merge pull request #53 from 05nelsonm/mn/documentation/update-docs
Updates repo documentation in preparation for release of alpha02
2 parents 758a50f + 7171ef8 commit d7fd753

File tree

4 files changed

+9
-1
lines changed

4 files changed

+9
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
TorOnionProxyLibrary-Android
22
===
3-
https://topl-android.matthewnelson.io
3+
## https://topl-android.matthewnelson.io
4+
5+
<a href="https://donate.matthewnelson.io" target="_blank"><img height=80
6+
alt="Donate to Matthew Nelson" src="docs/assets/bitcoindonate.png"/></a>
47

58
## License
69

docs/assets/bitcoindonate.png

9.86 KB
Loading

docs/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# TorOnionProxyLibrary-Android
2+
23
An Android Library for embedding Tor as a service into your Application
34

45
**NOTE: This project exists independently of the Tor Project, & Guardian Project.**
@@ -25,6 +26,9 @@ application, and customizing the notification to meet your liking.
2526

2627
## [Get started!](get_started.md)
2728

29+
<a href="https://donate.matthewnelson.io" target="_blank"><img height=80
30+
alt="Donate to Matthew Nelson" src="assets/bitcoindonate.png"/></a>
31+
2832
## Other Projects Using It
2933
<!-- Example (copy between the brackets [] below): -->
3034
<!-- [- <a href="https://your.project.website.com" target="_blank">Your Project's Name</a>] -->

docs/releasing.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ git push
113113
- `pipenv shell`
114114
- `mkdocs serve` to check locally
115115
- `mkdocs gh-deploy` to deploy
116+
- Check settings in GitHub that it did not revert the url back to use `github.io`
116117
- Ensure docs are served <a href="https://topl-android.matthewnelson.io" target="_blank">Here</a>
117118
- `exit`
118119
- Sign SampleApp release apks:

0 commit comments

Comments
 (0)