|
| 1 | +site_name: 'FlowBinding' |
| 2 | +site_description: "Kotlin Coroutines Flow binding APIs for Android's platform and unbundled UI widgets, inspired by RxBinding." |
| 3 | +site_author: 'Yang Chen' |
| 4 | +site_url: 'https://reactivecircus.github.io/FlowBinding' |
| 5 | +remote_branch: gh-pages |
| 6 | + |
| 7 | +repo_name: 'FlowBinding' |
| 8 | +repo_url: 'https://github.com/ReactiveCircus/FlowBinding' |
| 9 | + |
| 10 | +copyright: 'Copyright © 2019 Yang Chen' |
| 11 | + |
| 12 | +theme: |
| 13 | + name: 'material' |
| 14 | + language: 'en' |
| 15 | + favicon: 'images/reactive_cirrus_logo.png' |
| 16 | + logo: 'images/reactive_cirrus_logo.png' |
| 17 | + palette: |
| 18 | + primary: 'white' |
| 19 | + accent: 'white' |
| 20 | + font: |
| 21 | + text: 'Fira Sans' |
| 22 | + code: 'Fira Code' |
| 23 | + |
| 24 | +extra: |
| 25 | + social: |
| 26 | + - type: 'github' |
| 27 | + link: 'https://github.com/ReactiveCircus/FlowBinding' |
| 28 | + |
| 29 | +nav: |
| 30 | + - 'Overview': index.md |
| 31 | + - 'Platform Bindings': flowbinding-android/index.md |
| 32 | + - 'AndroidX Activity Bindings': flowbinding-activity/index.md |
| 33 | + - 'AndroidX AppCompat Bindings': flowbinding-appcompat/index.md |
| 34 | + - 'AndroidX Core Bindings': flowbinding-core/index.md |
| 35 | + - 'AndroidX DrawerLayout Bindings': flowbinding-drawerlayout/index.md |
| 36 | + - 'AndroidX Lifecycle Bindings': flowbinding-lifecycle/index.md |
| 37 | + - 'AndroidX Navigation Component Bindings': flowbinding-navigation/index.md |
| 38 | + - 'AndroidX Preference Bindings': flowbinding-preference/index.md |
| 39 | + - 'AndroidX RecyclerView Bindings': flowbinding-recyclerview/index.md |
| 40 | + - 'AndroidX SwipeRefreshLayout Bindings': flowbinding-swiperefreshlayout/index.md |
| 41 | + - 'AndroidX ViewPager2 Bindings': flowbinding-viewpager2/index.md |
| 42 | + - 'Material Components Bindings': flowbinding-material/index.md |
| 43 | + - 'Change Log': changelog.md |
| 44 | + - 'API': |
| 45 | + - 'flowbinding-activity': api/flowbinding-activity/index.md |
| 46 | + - 'flowbinding-android': api/flowbinding-android/index.md |
| 47 | + - 'flowbinding-appcompat': api/flowbinding-appcompat/index.md |
| 48 | + - 'flowbinding-common': api/flowbinding-common/index.md |
| 49 | + - 'flowbinding-core': api/flowbinding-core/index.md |
| 50 | + - 'flowbinding-drawerlayout': api/flowbinding-drawerlayout/index.md |
| 51 | + - 'flowbinding-lifecycle': api/flowbinding-lifecycle/index.md |
| 52 | + - 'flowbinding-material': api/flowbinding-material/index.md |
| 53 | + - 'flowbinding-navigation': api/flowbinding-navigation/index.md |
| 54 | + - 'flowbinding-preference': api/flowbinding-preference/index.md |
| 55 | + - 'flowbinding-recyclerview': api/flowbinding-recyclerview/index.md |
| 56 | + - 'flowbinding-swiperefreshlayout': api/flowbinding-swiperefreshlayout/index.md |
| 57 | + - 'flowbinding-viewpager2': api/flowbinding-viewpager2/index.md |
| 58 | + |
| 59 | +markdown_extensions: |
| 60 | + - admonition |
| 61 | + - smarty |
| 62 | + - codehilite: |
| 63 | + guess_lang: false |
| 64 | + linenums: True |
| 65 | + - footnotes |
| 66 | + - meta |
| 67 | + - toc: |
| 68 | + permalink: true |
| 69 | + - pymdownx.betterem: |
| 70 | + smart_enable: all |
| 71 | + - pymdownx.caret |
| 72 | + - pymdownx.details |
| 73 | + - pymdownx.inlinehilite |
| 74 | + - pymdownx.magiclink |
| 75 | + - pymdownx.smartsymbols |
| 76 | + - pymdownx.superfences |
| 77 | + - tables |
| 78 | + |
| 79 | +plugins: |
| 80 | + - search |
| 81 | + - minify: |
| 82 | + minify_html: true |
0 commit comments