Skip to content

Commit

Permalink
Added documentation sections
Browse files Browse the repository at this point in the history
  • Loading branch information
tevelee committed Apr 25, 2017
1 parent 72dc0e5 commit 27d658f
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions .jazzy.yml
Expand Up @@ -3,6 +3,7 @@ author_url: https://tevelee.github.io
readme: README.md

documentation: Documentation/*.md
abstract: Documentation/Sections/*.md

module: Funky
module_version: v1.2
Expand Down
1 change: 1 addition & 0 deletions Documentation/Sections/Categories.md
@@ -0,0 +1 @@
These categories provide the essence of Funky, providing easy access to all the utilities and collection subclasses.
2 changes: 2 additions & 0 deletions Documentation/Sections/Classes.md
@@ -0,0 +1,2 @@
The following collection subclasses provide nil-handling solutions for Foundation collections.
The others are data structures for sorting and filtering.
2 changes: 2 additions & 0 deletions Documentation/Sections/Constants.md
@@ -0,0 +1,2 @@
The following constants are generated by CococaPods and get refreshed every pod install.
That's the main reason of the 99% coverage, because these two can never get manually documented.
1 change: 1 addition & 0 deletions Documentation/Sections/Guides.md
@@ -0,0 +1 @@
The following pages are explanatory, discussing the different components, utilities, subpods and their connections.
1 change: 1 addition & 0 deletions Documentation/Sections/Protocols.md
@@ -0,0 +1 @@
The following protocols are mainy used internally, no need to conform to them outside of Funky.
1 change: 1 addition & 0 deletions Documentation/Sections/Type Definitions.md
@@ -0,0 +1 @@
The following definitions are providing types for sort and filter blocks.

0 comments on commit 27d658f

Please sign in to comment.