Skip to content

Commit e1add9a

Browse files
Olivier Halligondjbe
authored andcommitted
Move some Markdown Documentation under Articles/ subdirectory
1 parent 20b1aa6 commit e1add9a

File tree

7 files changed

+3
-5
lines changed

7 files changed

+3
-5
lines changed

CHANGELOG.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -788,8 +788,6 @@ stop working as expected. That's the main reason why the version has been bumped
788788

789789
* Adding comments to generated color enums which allow you to see the color in the QuickHelp documentation
790790

791-
![colors QuickHelp](documentation/ColorsQuickHelp.png)
792-
793791
* The default translation of strings are now added as documentation comments to the enum cases.
794792
_You can add translations to your own templates by using the `string.translation` variable._
795793
[@MrAlek](https://github.com/MrAlek)

Documentation/Making-CI-check-SwiftGen-changes.md renamed to Documentation/Articles/Making-CI-check-SwiftGen-changes.md

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

Documentation/ColorsQuickHelp.png

-183 KB
Binary file not shown.

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -267,9 +267,9 @@ Be sure to [check the "Documentation" folder](Documentation/) of each repository
267267

268268
Especially, in addition to the previously mentionned [Migration Guide](./Documentation/MigrationGuide.md) and [Configuration File](./Documentation/ConfigFile.md) documentation, the `Documentation/` folder in the SwiftGen repository also includes documentation on how to:
269269

270-
* [Integrate SwiftGen in your Xcode project](Documentation/Xcode-Integration.md) — so it rebuilds the constants every time you build
271-
* [Configure SwiftLint to help your developers use constants generated by SwiftGen](Documentation/SwiftLint-Integration.md)
272-
* [Create a custom template](Creating-your-templates.md), and [watch a folder to auto-regenerate an output every time you save the template you're working on](Watch-a-folder-for-changes.md)
270+
* [Integrate SwiftGen in your Xcode project](./Documentation/Articles/Xcode-Integration.md) — so it rebuilds the constants every time you build
271+
* [Configure SwiftLint to help your developers use constants generated by SwiftGen](./Documentation/Articles/SwiftLint-Integration.md)
272+
* [Create a custom template](Creating-your-templates.md), and [watch a folder to auto-regenerate an output every time you save the template you're working on](./Documentation/Articles/Watch-a-folder-for-changes.md)
273273
* …and more
274274

275275
That folder also contains:

0 commit comments

Comments
 (0)