Skip to content

Commit

Permalink
finish cleanups for doc
Browse files Browse the repository at this point in the history
  • Loading branch information
pyricau committed Jun 25, 2019
1 parent c2702fa commit 4bbc0f6
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 8 deletions.
1 change: 0 additions & 1 deletion .github/CODE_OF_CONDUCT.md

This file was deleted.

1 change: 1 addition & 0 deletions .github/CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
See https://square.github.io/leakcanary/code_of_conduct
1 change: 0 additions & 1 deletion .github/CONTRIBUTING.md

This file was deleted.

1 change: 1 addition & 0 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
See https://square.github.io/leakcanary/contributing
1 change: 0 additions & 1 deletion .github/SUPPORT.md

This file was deleted.

1 change: 1 addition & 0 deletions .github/SUPPORT.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
See https://square.github.io/leakcanary/support
1 change: 0 additions & 1 deletion CHANGELOG.md

This file was deleted.

4 changes: 4 additions & 0 deletions docs/blog-articles.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
* [Detect memory leaks in your instrumentation tests using LeakCanary](https://proandroiddev.com/detecting-memory-leaks-in-your-instrumentation-tests-using-leakcanary-1268e911d5ce)
* [9 ways to avoid memory leaks in Android](https://android.jlelse.eu/9-ways-to-avoid-memory-leaks-in-android-b6d81648e35e)

Your article should be here, please update this list! Any technical level welcome.
4 changes: 1 addition & 3 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Version 2.0 Alpha 2 (2019-05-21)

**Thanks for testing the alpha**, we're counting on you to help us find bugs and suggest improvements! Check out the new [Getting Started](https://github.com/square/leakcanary#getting-started) instructions and the [migration guide](https://github.com/square/leakcanary/wiki/Migrating-to-LeakCanary-2.0).
**Thanks for testing the alpha**, we're counting on you to help us find bugs and suggest improvements! Check out the new [Getting Started](https://square.github.io/leakcanary/getting_started) instructions and the [migration guide](https://square.github.io/leakcanary/Upgrading-to-LeakCanary-2.0).

* [#1040](https://github.com/square/leakcanary/pull/1040) Import and analyze hprof files from other devices
* [#1344](https://github.com/square/leakcanary/pull/1344) Computing retained size
Expand Down Expand Up @@ -31,8 +31,6 @@ For more details, see the [2.0-alpha-2 Milestone](https://github.com/square/leak

## Version 2.0 Alpha 1 (2019-04-23)

This change log is also available as a [Twitter thread](https://twitter.com/Piwai/status/1120681920835276800).

<img src="https://github.com/square/leakcanary/wiki/assets/logo-2.0-200px.png" />

* New [logo](https://github.com/square/leakcanary/wiki/FAQ#who-made-the-logo), thanks [@flickator](https://github.com/flickator)!
Expand Down
7 changes: 7 additions & 0 deletions docs/recorded-presentations.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
* [LeakCanary 2: Leaner, Better, Faster, Kotliner!](https://www.youtube.com/watch?v=LEX8dn4BLUw)
* [LeakCanary, then what? Nuking Nasty Memory Leaks](https://www.youtube.com/watch?v=fhE--eTEW84)
* [Memory Leak Hunt](https://www.youtube.com/watch?v=KwArTJHLq5g), a live investigation.
* [Installing LeakCanary](https://caster.io/lessons/installing-leakcanary) (LeakCanary 1.5)
* [How to use LeakCanary](https://www.youtube.com/watch?v=qtrZVPGdDkU)

Your presentation should be here, please update this list! Any technical level welcome.
File renamed without changes.
4 changes: 3 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ nav:
- 'Stack Overflow ⏏': https://stackoverflow.com/questions/tagged/leakcanary?sort=active
- 'Change Log': changelog.md
- 'Support': support.md
- 'Upgrading to LeakCanary 2': Migrating-to-LeakCanary-2.0.md
- 'Upgrading to LeakCanary 2': upgrading-to-leakcanary-2.0.md
- 'Blog Articles': blog-articles.md
- 'Recorded Presentations': recorded-presentations.md
- 'Contributing': contributing.md
- 'Code of Conduct': code_of_conduct.md

0 comments on commit 4bbc0f6

Please sign in to comment.