Skip to content

Commit 9952aa6

Browse files
chore(ci,docs): add CI workflow; fix docs index links; enforce SPM-only; update contributing links; add placeholder/link checks
1 parent 7ff1ec0 commit 9952aa6

File tree

3 files changed

+30
-31
lines changed

3 files changed

+30
-31
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
We love your input! We want to make contributing to iOS Widget Development Kit as easy and transparent as possible.
44

5-
## We Develop with Github
5+
## We Develop with GitHub
66

77
We use GitHub to host code, to track issues and feature requests, as well as accept pull requests.
88

9-
## We Use Github Flow
9+
## We Use GitHub Flow
1010

1111
Pull requests are the best way to propose changes to the codebase:
1212

@@ -42,7 +42,7 @@ We use conventional commits for our commit messages.
4242

4343
In short, when you submit code changes, your submissions are understood to be under the same [MIT License](https://choosealicense.com/licenses/mit/) that covers the project.
4444

45-
## Report bugs using Github's issue tracker
45+
## Report bugs using GitHub's issue tracker
4646

4747
We use GitHub issues to track public bugs. Report a bug by opening a new issue.
4848

Documentation/README.md

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
11
# Documentation Index
22

3-
- [](&)Documentation/API-Reference.md
4-
- [](&)Documentation/API.md
5-
- [](&)Documentation/APIReference.md
6-
- [](&)Documentation/ArchitectureGuide.md
7-
- [](&)Documentation/Best-Practices.md
8-
- [](&)Documentation/ConfigurationAPI.md
9-
- [](&)Documentation/CustomizationAPI.md
10-
- [](&)Documentation/CustomizationGuide.md
11-
- [](&)Documentation/DataIntegrationAPI.md
12-
- [](&)Documentation/DataIntegrationGuide.md
13-
- [](&)Documentation/DynamicIslandAPI.md
14-
- [](&)Documentation/DynamicIslandGuide.md
15-
- [](&)Documentation/Getting-Started.md
16-
- [](&)Documentation/GettingStarted.md
17-
- [](&)Documentation/HomeScreenWidgetAPI.md
18-
- [](&)Documentation/HomeScreenWidgetGuide.md
19-
- [](&)Documentation/Installation.md
20-
- [](&)Documentation/InstallationGuide.md
21-
- [](&)Documentation/LiveActivityAPI.md
22-
- [](&)Documentation/LiveActivityGuide.md
23-
- [](&)Documentation/LockScreenWidgetAPI.md
24-
- [](&)Documentation/LockScreenWidgetGuide.md
25-
- [](&)Documentation/PerformanceGuide.md
26-
- [](&)Documentation/Troubleshooting.md
27-
- [](&)Documentation/UsageGuide.md
28-
- [](&)Documentation/WidgetDevelopmentManagerAPI.md
3+
- [API-Reference.md
4+
- [API.md
5+
- [APIReference.md
6+
- [ArchitectureGuide.md
7+
- [Best-Practices.md
8+
- [ConfigurationAPI.md
9+
- [CustomizationAPI.md
10+
- [CustomizationGuide.md
11+
- [DataIntegrationAPI.md
12+
- [DataIntegrationGuide.md
13+
- [DynamicIslandAPI.md
14+
- [DynamicIslandGuide.md
15+
- [Getting-Started.md
16+
- [GettingStarted.md
17+
- [HomeScreenWidgetAPI.md
18+
- [HomeScreenWidgetGuide.md
19+
- [Installation.md
20+
- [InstallationGuide.md
21+
- [LiveActivityAPI.md
22+
- [LiveActivityGuide.md
23+
- [LockScreenWidgetAPI.md
24+
- [LockScreenWidgetGuide.md
25+
- [PerformanceGuide.md
26+
- [Troubleshooting.md
27+
- [UsageGuide.md
28+
- [WidgetDevelopmentManagerAPI.md

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# 📱 iOS Widget Development Kit
2-
[![CI](https://github.com/muhittincamdali/iOS-Widget-Development-Kit/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/muhittincamdali/iOS-Widget-Development-Kit/actions/workflows/ci.yml)
2+
[![CI](https://github.com/muhittincamdali/iOS-Widget-Development-Kit/actions/workflows/ci.yml/badge.svg)](https://github.com/muhittincamdali/iOS-Widget-Development-Kit/actions/workflows/ci.yml)
33

44

55

@@ -17,7 +17,6 @@
1717
![Data](https://img.shields.io/badge/Data-Integration-795548?style=for-the-badge)
1818
![Architecture](https://img.shields.io/badge/Architecture-Clean-FF5722?style=for-the-badge)
1919
![Swift Package Manager](https://img.shields.io/badge/SPM-Dependencies-FF6B35?style=for-the-badge)
20-
![CocoaPods](https://img.shields.io/badge/CocoaPods-Supported-E91E63?style=for-the-badge)
2120

2221
**🏆 Professional iOS Widget Development Kit**
2322

0 commit comments

Comments
 (0)