Skip to content

Commit e889838

Browse files
author
Clément Le Provost
committed
[doc] Use custom URL for reference documentation
… instead of Cocoadocs. Cocoadocs does not respect our Jazzy configurations (especially for the offline pod). NOTE: It is still unclear what will be the behavior in Cocoadocs and in Dash. Refs #299. [ci skip]
1 parent 0b90893 commit e889838

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

AlgoliaSearch-Client-Swift.podspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Pod::Spec.new do |s|
55
s.license = 'MIT'
66
s.summary = 'Algolia Search API Client for iOS & OS X written in Swift.'
77
s.homepage = 'https://github.com/algolia/algoliasearch-client-swift'
8+
s.documentation_url = 'https://community.algolia.com/algoliasearch-client-swift/'
89
s.author = { 'Algolia' => '[email protected]' }
910
s.source = { :git => 'https://github.com/algolia/algoliasearch-client-swift.git', :tag => s.version }
1011

AlgoliaSearch-Offline-Swift.podspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Pod::Spec.new do |s|
55
s.license = 'MIT'
66
s.summary = 'Algolia Search API Client for iOS & OS X written in Swift.'
77
s.homepage = 'https://github.com/algolia/algoliasearch-client-swift'
8+
s.documentation_url = 'https://community.algolia.com/algoliasearch-client-swift/offline/'
89
s.author = { 'Algolia' => '[email protected]' }
910
s.source = { :git => 'https://github.com/algolia/algoliasearch-client-swift.git', :tag => s.version }
1011

0 commit comments

Comments
 (0)