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
@@ -259,16 +259,19 @@ The `SwiftGen.playground` available in this repository will allow you to play wi
259
259
260
260
This allows you to have a quick look at how typical code generated by SwiftGen looks like, and how you will then use the generated constants in your code.
261
261
262
-
### Markdown files
262
+
### Dedicated Documentation in Markdown
263
263
264
-
There are also a lot of documentation in the form of Markdown files in this repository and the related [StencilSwiftKit](https://github.com/SwiftGen/StencilSwiftKit) repo as well. Be sure to check the "Documentation" folder of each repository.
264
+
There are also a lot of documentation in the form of Markdown files in this repository and the related [StencilSwiftKit](https://github.com/SwiftGen/StencilSwiftKit) repo as well.
265
+
266
+
Be sure to [check the "Documentation" folder](Documentation/) of each repository.
265
267
266
268
### Wiki
267
269
268
-
You can also see in the [wiki](https://github.com/SwiftGen/SwiftGen/wiki) some additional documentation, about:
270
+
You can also see in the [wiki](https://github.com/SwiftGen/SwiftGen/wiki) some additional documentation on specific topics, like:
269
271
270
-
* how to [integrate SwiftGen in your Continuous Integration](https://github.com/SwiftGen/SwiftGen/wiki/Continuous-Integration) (Travis-CI, CircleCI, Jenkins, …)
271
-
* how to [integrate in your Xcode project](https://github.com/SwiftGen/SwiftGen/wiki/Integrate-SwiftGen-in-an-xcodeproj) so it rebuild the constants every time you build
272
+
* [Integrate SwiftGen in your Continuous Integration](https://github.com/SwiftGen/SwiftGen/wiki/Continuous-Integration) (Travis-CI, CircleCI, Jenkins, …)
273
+
* [Integrate SwiftGen in your Xcode project](https://github.com/SwiftGen/SwiftGen/wiki/Integrate-SwiftGen-in-an-xcodeproj) so it rebuild the constants every time you build
274
+
* [Configure SwiftLint to help your developers use constants generated by SwiftGen](https://github.com/SwiftGen/SwiftGen/wiki/swiftlint-rules-for-SwiftGen)
0 commit comments