Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
50 changes: 25 additions & 25 deletions Documentation/README.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
# Documentation Index

- [](&)Documentation/AccessibilityGuide.md
- [](&)Documentation/API-Reference.md
- [](&)Documentation/API.md
- [](&)Documentation/Best-Practices.md
- [](&)Documentation/ButtonComponentsAPI.md
- [](&)Documentation/ButtonComponentsGuide.md
- [](&)Documentation/CardComponentsAPI.md
- [](&)Documentation/CardComponentsGuide.md
- [](&)Documentation/ComponentGuide.md
- [](&)Documentation/ConfigurationAPI.md
- [](&)Documentation/Customization.md
- [](&)Documentation/DesignSystem.md
- [](&)Documentation/FormComponentsAPI.md
- [](&)Documentation/FormComponentsGuide.md
- [](&)Documentation/Getting-Started.md
- [](&)Documentation/GettingStarted.md
- [](&)Documentation/Installation.md
- [](&)Documentation/NavigationComponentsAPI.md
- [](&)Documentation/NavigationComponentsGuide.md
- [](&)Documentation/TextFieldComponentsAPI.md
- [](&)Documentation/TextFieldComponentsGuide.md
- [](&)Documentation/ThemingAPI.md
- [](&)Documentation/ThemingGuide.md
- [](&)Documentation/Troubleshooting.md
- [](&)Documentation/UIComponentsManagerAPI.md
- [AccessibilityGuide.md
- [API-Reference.md
- [API.md
- [Best-Practices.md
- [ButtonComponentsAPI.md
- [ButtonComponentsGuide.md
- [CardComponentsAPI.md
- [CardComponentsGuide.md
- [ComponentGuide.md
- [ConfigurationAPI.md
- [Customization.md
- [DesignSystem.md
- [FormComponentsAPI.md
- [FormComponentsGuide.md
- [Getting-Started.md
- [GettingStarted.md
- [Installation.md
- [NavigationComponentsAPI.md
- [NavigationComponentsGuide.md
- [TextFieldComponentsAPI.md
- [TextFieldComponentsGuide.md
- [ThemingAPI.md
- [ThemingGuide.md
- [Troubleshooting.md
- [UIComponentsManagerAPI.md
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# 🎨 iOS UI Components
[![CI](https://github.com/muhittincamdali/iOSUIComponents/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/muhittincamdali/iOSUIComponents/actions/workflows/ci.yml)
[![CI](https://github.com/muhittincamdali/iOSUIComponents/actions/workflows/ci.yml/badge.svg)](https://github.com/muhittincamdali/iOSUIComponents/actions/workflows/ci.yml)



Expand All @@ -17,7 +17,6 @@
![Design System](https://img.shields.io/badge/Design%20System-Complete-795548?style=for-the-badge)
![Architecture](https://img.shields.io/badge/Architecture-Clean-FF5722?style=for-the-badge)
![Swift Package Manager](https://img.shields.io/badge/SPM-Dependencies-FF6B35?style=for-the-badge)
![CocoaPods](https://img.shields.io/badge/CocoaPods-Supported-E91E63?style=for-the-badge)
![License](https://img.shields.io/badge/License-MIT-yellow.svg?style=for-the-badge&logo=github)
![Version](https://img.shields.io/badge/Version-1.0.0-blue.svg?style=for-the-badge&logo=github)
![Build Status](https://img.shields.io/badge/Build-Passing-brightgreen.svg?style=for-the-badge&logo=github)
Expand Down
Loading