1extra: 2 leak_canary: 3 release: '2.13' 4 next_release: '2.14' 5 social: 6 - icon: fontawesome/brands/github-alt 7 link: https://square.github.io/ 8 - icon: fontawesome/brands/twitter 9 link: https://twitter.com/Piwai 10 - icon: fontawesome/brands/stack-overflow 11 link: https://stackoverflow.com/questions/tagged/leakcanary?sort=active 12 - icon: fontawesome/brands/linkedin 13 link: https://www.linkedin.com/company/joinsquare/ 14 15site_name: LeakCanary 16site_url: https://square.github.io/leakcanary/ 17repo_name: LeakCanary 18repo_url: https://github.com/square/leakcanary 19edit_uri: edit/main/docs/ 20site_description: "A memory leak detection library for Android" 21site_author: Square, Inc. 22remote_branch: gh-pages 23 24copyright: 'Copyright © 2015 Square, Inc.' 25 26theme: 27 name: 'material' 28 custom_dir: 'docs/theme' 29 logo: 'images/logo.png' 30 icon: 31 repo: fontawesome/brands/github 32 favicon: 'images/logo.png' 33 palette: 34 primary: 'deep-orange' 35 accent: 'deep-purple' 36 features: 37 - tabs 38 39markdown_extensions: 40 - smarty 41 - codehilite: 42 guess_lang: false 43 - footnotes 44 - meta 45 - toc: 46 permalink: true 47 - pymdownx.betterem: 48 smart_enable: all 49 - pymdownx.caret 50 - pymdownx.inlinehilite 51 - pymdownx.magiclink 52 - pymdownx.smartsymbols 53 - pymdownx.superfences 54 - pymdownx.emoji 55 - pymdownx.tabbed 56 - pymdownx.snippets 57 - tables 58 - admonition 59 60 61plugins: 62 - search 63 - markdownextradata: {} 64 65nav: 66 - 'Overview': index.md 67 - 'Getting Started': getting_started.md 68 - 'Fundamentals': 69 - 'Introduction': 'fundamentals.md' 70 - 'How LeakCanary works': 'fundamentals-how-leakcanary-works.md' 71 - 'Fixing a memory leak': 'fundamentals-fixing-a-memory-leak.md' 72 - 'LeakCanary at scale': 73 - 'Leak detection in UI tests': 'ui-tests.md' 74 - 'Uploading analysis results': 'uploading.md' 75 - 'LeakCanary for releases': 'leakcanary-for-releases.md' 76 - 'Help & Community': 77 - 'Code recipes': recipes.md 78 - 'FAQ': faq.md 79 - 'Support': support.md 80 - 'Upgrading to LeakCanary 2': upgrading-to-leakcanary-2.0.md 81 - 'Recorded Presentations': recorded-presentations.md 82 - 'Blog Articles': blog-articles.md 83 - 'Stack Overflow ⏏': https://stackoverflow.com/questions/tagged/leakcanary?sort=active 84 - 'Contributing': 85 - 'Code of Conduct': code_of_conduct.md 86 - 'Dev Environment': dev-env.md 87 - 'Releasing': releasing.md 88 - 'How to help': how_to_help.md 89 - 'Shark': 90 - 'Overview': shark.md 91 - 'Shark API': api/shark/index.md 92 - 'LeakCanary API': api/leakcanary/index.md 93 - 'Change Log': changelog.md 94 95# Google Analytics. Add export LEAKCANARY_GOOGLE_ANALYTICS_KEY="UA-XXXXXXXXX-X" to your ~/.bashrc 96google_analytics: 97 - !!python/object/apply:os.getenv ["LEAKCANARY_GOOGLE_ANALYTICS_KEY"] 98 - auto 99