Skip to content

Commit

Permalink
Added Jazzy Configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
yakovmanshin committed Dec 25, 2020
1 parent 6d83262 commit e035868
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .jazzy.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
author: Yakov Manshin
author_url: https://yakovmanshin.com/
clean: true
copyright: © 2020 [Yakov Manshin](https://yakovmanshin.com/). Available under [Apache License v2](https://github.com/yakovmanshin/YMFF/blob/main/LICENSE).
custom_categories:
- name: FeatureFlag
children:
- FeatureFlag
- FeatureFlagKey
- name: Resolver
children:
- FeatureFlagResolverProtocol
- FeatureFlagResolver
- FeatureFlagResolverConfigurationProtocol
- FeatureFlagResolverConfiguration
- FeatureFlagResolverError
- name: Stores
children:
- FeatureFlagStoreProtocol
- MutableFeatureFlagStoreProtocol
- FeatureFlagStore
- TransparentFeatureFlagStore
- RuntimeOverridesStore
disable_search: true
github_file_prefix: https://github.com/yakovmanshin/YMFF/tree/master
github_url: https://github.com/yakovmanshin/YMFF
hide_documentation_coverage: true
module: YMFF
title: YMFF Docs
undocumented_text: Documentation Coming Soon…

0 comments on commit e035868

Please sign in to comment.