diff --git a/.jazzy.yaml b/.jazzy.yaml
new file mode 100644
index 0000000..d1aa05e
--- /dev/null
+++ b/.jazzy.yaml
@@ -0,0 +1,15 @@
+module: StepperView
+module_version: 2.0
+author: Badarinath Venkatnarayansetty
+author_url: https://github.com/badrinathvm
+github_url: https://github.com/badrinathvm/StepperView
+root_url: https://badrinathvm.github.io/StepperView/
+
+source_directory: .
+swift_build_tool: spm
+
+output: docs
+clean: true
+theme: apple
+
+min_acl: public
diff --git a/docs/Classes.html b/docs/Classes.html
deleted file mode 100644
index 203a89a..0000000
--- a/docs/Classes.html
+++ /dev/null
@@ -1,261 +0,0 @@
-
-
-
- Classes Reference
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- StepperView Reference
-
- Classes Reference
-
-
-
-
-
-
-
- Classes
- The following classes are available globally.
-
-
-
-
-
- -
-
-
-
-
-
-
-
creates a publisher for loading time
-
-
See more
-
-
-
Declaration
-
-
Swift
-
@available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *)
-class LoadingTimer
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/Enums.html b/docs/Enums.html
index a69b654..f1b9c9d 100644
--- a/docs/Enums.html
+++ b/docs/Enums.html
@@ -17,32 +17,26 @@
- StepperView Reference
-
+ StepperView
+
Enumerations Reference
@@ -271,8 +183,7 @@ Declaration
Declaration
Swift
-
@available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *)
-public enum StepperAlignment : String, CaseIterable
+
public enum StepperAlignment : String, CaseIterable
@@ -304,8 +215,7 @@ Declaration
Declaration
Swift
-
@available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *)
-public enum StepperIndicationType<Content> where Content : View
+
public enum StepperIndicationType<Content> where Content : View
@@ -336,8 +246,7 @@ Declaration
Declaration
Swift
-
@available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *)
-public enum StepperLineOptions
+
public enum StepperLineOptions
@@ -411,11 +320,10 @@ Declaration