Skip to content

Commit

Permalink
SPT-1998 update code doc
Browse files Browse the repository at this point in the history
  • Loading branch information
mrandrewsmith committed Jun 3, 2024
1 parent aea6caf commit 5966160
Show file tree
Hide file tree
Showing 2,558 changed files with 2,669 additions and 172,024 deletions.
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ git_source(:github) do |repo_name|
end if Gem::Version.new(Bundler::VERSION) < Gem::Version.new('2')

gem 'xcpretty', "0.3.0"
gem "jazzy", "0.14.2"

plugins_path = File.join(File.dirname(__FILE__), 'fastlane', 'Pluginfile')
eval_gemfile(plugins_path) if File.exist?(plugins_path)
7 changes: 6 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,12 @@ test:

## Created documentation by comments from code
doc:
bundle exec jazzy --clean --build-tool-arguments -project,./NodeKit/NodeKit.xcodeproj,-scheme,NodeKit,-sdk,iphonesimulator --output "docs"
cd ./NodeKit && swift package --allow-writing-to-directory ../docs \
generate-documentation --target NodeKit \
--disable-indexing \
--transform-for-static-hosting \
--hosting-base-path NodeKit \
--output-path ../docs

# COLORS
GREEN := $(shell tput -Txterm setaf 2)
Expand Down
33 changes: 0 additions & 33 deletions NodeKit.podspec

This file was deleted.

3 changes: 3 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ let package = Package(
targets: ["NodeKitMock"]
),
],
dependencies: [
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.0.0"),
],
targets: [
.target(
name: "NodeKitThirdParty",
Expand Down
9 changes: 0 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@

[![GitHubActions Build Status](https://github.com/surfstudio/NodeKit/workflows/CI/badge.svg)](https://github.com/surfstudio/NodeKit/actions)
[![codecov](https://codecov.io/gh/surfstudio/NodeKit/branch/master/graph/badge.svg)](https://codecov.io/gh/surfstudio/NodeKit)
[![CocoaPods](https://img.shields.io/badge/pod-compatible-blue.svg)](https://github.com/surfstudio/NodeKit/blob/master/NodeKit.podspec)
[![SPM Compatible](https://img.shields.io/badge/SPM-compatible-blue.svg)](https://github.com/apple/swift-package-manager)
[![Documentation](https://surfstudio.github.io/NodeKit/badge.svg)](https://surfstudio.github.io/NodeKit/)

Flexible and customizable network library

Expand Down Expand Up @@ -83,13 +81,6 @@ dependencies: [
]
```

### CocoaPods

Using Podfile:

- Write `pod NodeKit`
- Run `pod install` command

## Features

- Swift Concurrency
Expand Down
2 changes: 1 addition & 1 deletion TechDocs/Documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
- [Chains](/TechDocs/Chains.md)
- [Logging](/TechDocs/Log/Log.md)
- [NodeKitMock](/TechDocs/Testing/NodeKitMock.md)
- [Code documentation](../docs/index.html)
- [Code documentation](https://surfstudio.github.io/NodeKit/documentation/nodekit)
293 changes: 0 additions & 293 deletions TechDocs/GettingStarted.md

This file was deleted.

Loading

0 comments on commit 5966160

Please sign in to comment.