Open
Description
Issue
The Parse docs are structured in a way that results in duplicate information as every client SDK documentation has mostly the same content.
- This makes it difficult to maintain and increases the workload for changes as they have to be made across every SDK docs.
- It increases the risk for error / inconsistencies across SDK docs.
Suggested solution
Consolidate all client SDK docs in to a single client SDK doc. Use tabs / switches within the doc to change the SDK code examples (iOS, macOS, Android, REST, etc.), similar to how it is already done in the iOS SDK docs for Swift / ObjC.