All Projects → SwiftDocOrg → Swiftdoc.org

SwiftDocOrg / Swiftdoc.org

Licence: other
Auto-generated documentation for Swift. Command-click no more.

Programming Languages

swift
15916 projects

Projects that are alternatives of or similar to Swiftdoc.org

Docs
System76 documentation site
Stars: ✭ 193 (-11.87%)
Mutual labels:  documentation
Registry
npm registry documentation
Stars: ✭ 202 (-7.76%)
Mutual labels:  documentation
Nodejs Api Doc
📓Node.js API doc in Chinese
Stars: ✭ 210 (-4.11%)
Mutual labels:  documentation
Codetogo.io
🚀 JavaScript code to go - Find updated snippets for common JavaScript use cases
Stars: ✭ 198 (-9.59%)
Mutual labels:  documentation
Mynotes
笔记、Laravel、PHP、面试题、MySQL、HTML、CSS、Java...
Stars: ✭ 201 (-8.22%)
Mutual labels:  documentation
Grav Learn
Grav Learn (exhaustive grav documentation)
Stars: ✭ 204 (-6.85%)
Mutual labels:  documentation
Kubernetes Icons
[obsolete] Set of icons for Kubernetes diagrams, has been merged into official k8s repo!!
Stars: ✭ 194 (-11.42%)
Mutual labels:  documentation
Awesome React Native Web
💙 React Native Web patterns, techniques, tips, and tricks ✨
Stars: ✭ 215 (-1.83%)
Mutual labels:  documentation
Learnosm
LearnOSM.org content, Jekyll layouts & issue tracking. This repository is dedicated to helping people learn how to map in OpenStreetMap (OSM) and use many of the software and tools in the OSM community.
Stars: ✭ 200 (-8.68%)
Mutual labels:  documentation
Contrast Swatch
🅰️ Image microservice for color contrast information
Stars: ✭ 210 (-4.11%)
Mutual labels:  documentation
Xrpl Dev Portal
XRP Ledger developer portal with documentation and examples
Stars: ✭ 198 (-9.59%)
Mutual labels:  documentation
Creator Docs
Manual docs content for Cocos Creator
Stars: ✭ 201 (-8.22%)
Mutual labels:  documentation
Electron Vue
An Electron & Vue.js quick start boilerplate with vue-cli scaffolding, common Vue plugins, electron-packager/electron-builder, unit/e2e testing, vue-devtools, and webpack.
Stars: ✭ 14,610 (+6571.23%)
Mutual labels:  documentation
Book
文言陰符 An Introduction to Programming in Wenyan Language
Stars: ✭ 194 (-11.42%)
Mutual labels:  documentation
Rubyref
Ruby Programming Language Reference
Stars: ✭ 212 (-3.2%)
Mutual labels:  documentation
Swagger Toolbox
💡 Swagger schema model (in yaml, json) generator from json data
Stars: ✭ 194 (-11.42%)
Mutual labels:  documentation
Postgrest Docs
Documentation for
Stars: ✭ 202 (-7.76%)
Mutual labels:  documentation
Helloworld Msa
Main repository with documentation and support files
Stars: ✭ 218 (-0.46%)
Mutual labels:  documentation
Marlindocumentation
Marlin Firmware Documentation Project
Stars: ✭ 215 (-1.83%)
Mutual labels:  documentation
React Navigation.github.io
Home of the documentation and other miscellanea
Stars: ✭ 207 (-5.48%)
Mutual labels:  documentation

SwiftDoc.org

Auto-generated documentation for Swift. Command-click no more.

Installation

SwiftDoc.org is created via a two-step process:

  1. The swiftdoc-parser utilities parse a set of Swift header files and output a set of HTML files with YAML front-matter.
  2. Jekyll converts those files, along with the remaining files in this repository, to create the SwiftDoc.org site.

If you have Jekyll installed, you can run SwiftDoc.org locally with the following commands:

$ git clone https://github.com/SwiftDocOrg/swiftdoc.org.git
$ cd swiftdoc.org
$ bundle install
$ foreman start

Contributions

Issues and pull requests should be filed in this repository relating to:

  • errors or bugs in SwiftDoc.org
  • feature requests

For errors in the actual documentation on SwiftDoc.org, please refer to the swiftdoc-parser project instead.

Contact

@SwiftDocOrg on Twitter.

License

The parsing and HTML generating utilities are available under the MIT license. See the LICENSE file for more info.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].