You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DocC documentation is a new tool released by Apple during WWDC21 that helps developers create Apple-style documentation for their code, as well as interactive tutorials that shows step-by-step instructions on how to get started in using those code.
This project aims to provide an alternative way to author DocC interactive tutorials leveraging error checking capability of the Swift compiler through a new domain-specific language (DSL).
How you can contribute
Investigate the exact implementation and restrictions of DocC interactive tutorial markdown
Write code that implements the DSL
Write DocC interactive tutorial in markdown
(Later) write DocC interactive tutorial in the new DSL
Manage project contributors, balance the workload, and check in on progress
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Overview
DocC documentation is a new tool released by Apple during WWDC21 that helps developers create Apple-style documentation for their code, as well as interactive tutorials that shows step-by-step instructions on how to get started in using those code.
This project aims to provide an alternative way to author DocC interactive tutorials leveraging error checking capability of the Swift compiler through a new domain-specific language (DSL).
How you can contribute
Expectations
Join the Project
Beta Was this translation helpful? Give feedback.
All reactions