Skip to content

Commit

Permalink
- remove tabs (#147)
Browse files Browse the repository at this point in the history
- consolidate capitalization for modules and kdoc
- add lifecycle-extensions
- dtekt -> detekt
  • Loading branch information
RBusarow committed Jul 14, 2020
1 parent af480ca commit e70212d
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions site/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,30 +28,34 @@ nav:
- 'Modules':
- 'Core': modules/dispatch-core.md
- 'Detekt': modules/dispatch-detekt.md
- 'Test-Core': modules/dispatch-test.md
- 'Test-JUnit4': modules/dispatch-test-junit4.md
- 'Test-JUnit5': modules/dispatch-test-junit5.md
- 'Android-Espresso': modules/dispatch-android-espresso.md
- 'android-lifecycle': modules/dispatch-android-lifecycle.md
- 'Android-viewmodel': modules/dispatch-android-viewmodel.md
- 'Test':
- 'Test-Core': modules/dispatch-test.md
- 'Test-JUnit4': modules/dispatch-test-junit4.md
- 'Test-JUnit5': modules/dispatch-test-junit5.md
- 'Android':
- 'Android-Espresso': modules/dispatch-android-espresso.md
- 'Android-Lifecycle': modules/dispatch-android-lifecycle.md
- 'Android-Lifecycle-Extensions': modules/dispatch-android-lifecycle-extensions.md
- 'Android-Viewmodel': modules/dispatch-android-viewmodel.md
# - 'Change Log':
- 'Change Log': CHANGELOG.md
- 'KDoc':
- 'core': kdoc/dispatch-core/index.md
- 'dtekt': kdoc/dispatch-detekt/index.md
- 'detekt': kdoc/dispatch-detekt/index.md
- 'test-core': kdoc/dispatch-test/index.md
- 'test-junit4': kdoc/dispatch-test-junit4/index.md
- 'test-junit5': kdoc/dispatch-test-junit5/index.md
- 'android-espresso': kdoc/dispatch-android-espresso/index.md
- 'android-lifecycle': kdoc/dispatch-android-lifecycle/index.md
- 'android-lifecycle-extensions': kdoc/dispatch-android-lifecycle-extensions/index.md
- 'android-viewmodel': kdoc/dispatch-android-viewmodel/index.md

theme:
name: 'material'

language: en
feature:
tabs: true
tabs: false
palette:
primary: blue
accent: blue
Expand Down

0 comments on commit e70212d

Please sign in to comment.