-
Notifications
You must be signed in to change notification settings - Fork 172
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve DocC landing pages by mimicking Apple's CryptoKit docs ### Motivation: Right now the DocC docs group all APIs by protocols, structures and enums. By adding a topics section in the landing page we can group them by type ("Ciphers", "Public key cryptography", etc.) exactly in the way Apple does in [CryptoKit docs](https://developer.apple.com/documentation/cryptokit/). ### Modifications: - Fix DocC compilation errors in `_CryptoExtras` - Add topics section in `_CryptoExtras` landing page - Add topics section in `Crypto` landing page ### Result: APIs will be grouped by type. --------- Co-authored-by: Cory Benfield <[email protected]>
- Loading branch information
1 parent
bce1725
commit 0bf9f47
Showing
3 changed files
with
65 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters