diff --git a/README.md b/README.md index eb20a23..9675f9d 100644 --- a/README.md +++ b/README.md @@ -100,6 +100,7 @@ apple developer tutorial video link update - [KVO](#KVO) - [KVC](#KVC) - [Singleton](#Singleton) +- [Swift DocC](#swift-DocC) - [Code Structuring](#code-structuringarchitecture) - [MVC](#MVC) - [MVP](#MVP) @@ -513,6 +514,13 @@ class SingletonPattern { Back to Content

+## Swift DocC +Swift-DocC is a documentation compiler for Swift frameworks and packages aimed at making it easy to write and publish great developer documentation. + +Simple goes to Product-Build Documentation and DocC will open + +[Swift DocC Apple Github](https://github.com/apple/swift-docc) +[DocC Tutorial for Swift : Getting Started](https://www.kodeco.com/34919511-docc-tutorial-for-swift-getting-started) ## Code Structuring(Architecture)