COLLECTED BY
Organization:
Internet Archive
Focused crawls are collections of frequently-updated webcrawl data from narrow (as opposed to broad or wide) web crawls, often focused on a single domain or subdomain.
The Wayback Machine - https://web.archive.org/web/20200914233520/https://github.com/topics/apple-documentation
Here are
3 public repositories
matching this topic...
A summary of Apple's Swift language written on Playgrounds
Updated
Dec 16, 2017
Swift
A survey of Apple developer documentation.
Improve this page
Add a description, image, and links to the
apple-documentation
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
apple-documentation
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
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.
I usually write my docs on a swift playground while previewing the generated jekyll site in my browser.
I use
jekyll serve
, but I still to runnef jekyll
manually in order for the generated markdown to be updated on a change.I'd love a --watch option so nef automatically regenerates the markdown files for me.