diff options
author | GitHub Actions <actions@noreply.github.com> | 2023-12-17 06:30:32 +0000 |
---|---|---|
committer | GitHub Actions <actions@noreply.github.com> | 2023-12-17 06:30:32 +0000 |
commit | 0b9093a857b5cbc9f792e72fb94f96df21a8ac13 (patch) | |
tree | 014ad52799c5dc2ca4a70b24681953066b724b52 /master/index/index.json | |
parent | 24a4f5f32b90d6c99de4356ca336f281917abc7d (diff) |
Deploy documentation for 'master'gh-pages
Diffstat (limited to 'master/index/index.json')
-rw-r--r-- | master/index/index.json | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/master/index/index.json b/master/index/index.json new file mode 100644 index 0000000..656c1b4 --- /dev/null +++ b/master/index/index.json @@ -0,0 +1,47 @@ +{ + "interfaceLanguages" : { + "swift" : [ + { + "children" : [ + { + "title" : "Classes", + "type" : "groupMarker" + }, + { + "children" : [ + { + "title" : "Initializers", + "type" : "groupMarker" + }, + { + "path" : "\/documentation\/swiftgopherclient\/gopherclient\/init()", + "title" : "init()", + "type" : "init" + }, + { + "title" : "Instance Methods", + "type" : "groupMarker" + }, + { + "path" : "\/documentation\/swiftgopherclient\/gopherclient\/sendrequest(to:port:message:completion:)", + "title" : "func sendRequest(to: String, port: Int, message: String, completion: (Result<[gopherItem], Error>) -> Void)", + "type" : "method" + } + ], + "path" : "\/documentation\/swiftgopherclient\/gopherclient", + "title" : "GopherClient", + "type" : "class" + } + ], + "path" : "\/documentation\/swiftgopherclient", + "title" : "swiftGopherClient", + "type" : "module" + } + ] + }, + "schemaVersion" : { + "major" : 0, + "minor" : 1, + "patch" : 1 + } +}
\ No newline at end of file |