Skip to content

Commit

Permalink
chore: regenerated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
TizianoCoroneo committed Feb 2, 2024
1 parent 551b4ab commit 00e36bd
Show file tree
Hide file tree
Showing 163 changed files with 301 additions and 295 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@
Now we need to make a template that describes how to parse the information from a link.

This time, we'll use a keypath to our `[String]` property, and pass an additional argument to tell the system what separator should we use to parse the arguments.

As before, the data present in the URL at the location where the keypath is inserted will be assigned to the property indicated by the keypath; each item in its own String object.

@Code(name: "Defining Deeplink Data Lists.swift", file: "AddingADeeplinkList 2.swift")
Expand Down
4 changes: 2 additions & 2 deletions Sources/Deeplink/SampleDeeplink.swift
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public struct SampleDeeplink<Value> {
/// - deeplinkTemplate: The deeplink template that you want to test. It is recommended to pass the exact same template instance that you use in your `DeeplinkCenter` to avoid having to manually keep them in sync.
/// - urlToParse: The test URL that you want to use for testing.
/// - assigningToInstance: The instance of the object to which assign the values of the parsed parameters.
/// - expectation: A closure where you should declare an expectation to fulfill, using ``XCTest/XCTestCase/expectation(description:)``.
/// - expectation: A closure where you should declare an expectation to fulfill, using `XCTestCase.expectation(description:)`.
/// - assertions: A closure that you can use to verify the correctness of the parsed parameters.
public init(
deeplinkTemplate: Deeplink<Value>,
Expand Down Expand Up @@ -67,7 +67,7 @@ public extension SampleDeeplink where Value == Void {
/// - Parameters:
/// - deeplinkTemplate: The deeplink template that you want to test. It is recommended to pass the exact same template instance that you use in your `DeeplinkCenter` to avoid having to manually keep them in sync.
/// - urlToParse: The test URL that you want to use for testing.
/// - expectation: A closure where you should declare an expectation to fulfill, using ``XCTest/XCTestCase/expectation(description:)``.
/// - expectation: A closure where you should declare an expectation to fulfill, using `XCTestCase.expectation(description:)`.
init(
deeplinkTemplate: Deeplink<Value>,
urlToParse: URL,
Expand Down
9 changes: 0 additions & 9 deletions docs/css/chunk-384ef189.7ede1ea3.css

This file was deleted.

9 changes: 9 additions & 0 deletions docs/css/chunk-c0335d80.10a2f091.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions docs/css/documentation-topic.1d1eec04.css

Large diffs are not rendered by default.

9 changes: 0 additions & 9 deletions docs/css/documentation-topic.29351f99.css

This file was deleted.

9 changes: 9 additions & 0 deletions docs/css/documentation-topic~topic.b6287bcf.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 0 additions & 9 deletions docs/css/documentation-topic~topic.fccbd76c.css

This file was deleted.

This file was deleted.

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions docs/css/index.038e887c.css

Large diffs are not rendered by default.

9 changes: 0 additions & 9 deletions docs/css/index.d5b499b0.css

This file was deleted.

9 changes: 0 additions & 9 deletions docs/css/topic.726a35dc.css

This file was deleted.

9 changes: 9 additions & 0 deletions docs/css/topic.d8c126f3.css

Large diffs are not rendered by default.

9 changes: 0 additions & 9 deletions docs/css/tutorials-overview.2a582c39.css

This file was deleted.

9 changes: 9 additions & 0 deletions docs/css/tutorials-overview.c249c765.css

Large diffs are not rendered by default.

Loading

0 comments on commit 00e36bd

Please sign in to comment.