Skip to content

Commit

Permalink
Docs3 (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianfilip authored Oct 5, 2022
1 parent bf9e72d commit 0d4cedb
Show file tree
Hide file tree
Showing 9 changed files with 20 additions and 109 deletions.
38 changes: 17 additions & 21 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,38 +1,34 @@
# zio-connect

| Project Stage | CI | Release | Snapshot | Discord |
| --- | --- | --- | --- | --- |
| [![Project stage][Stage]][Stage-Page] | [![Build Status][Badge-Circle]][Link-Circle] | [![Release Artifacts][Badge-SonatypeReleases]][Link-SonatypeReleases] | [![Snapshot Artifacts][Badge-SonatypeSnapshots]][Link-SonatypeSnapshots] | [![Badge-Discord]][Link-Discord] |
| Project Stage | CI | Release | Snapshot |
| --- | --- | --- | --- |
| [![Project stage][Stage]][Stage-Page] | [![Build Status][Badge-Circle]][Link-Circle] | [![Release Artifacts][Badge-SonatypeReleases]][Link-SonatypeReleases] | [![Snapshot Artifacts][Badge-SonatypeSnapshots]][Link-SonatypeSnapshots] |

# Summary
TODO: Tagline
[![Badge-Discord]][Link-Discord]

# Documentation
[zio-connect Microsite](https://zio.github.io/zio-connect/)
Support
---
Sources, Sinks and Pipelines for channeling data.
Please find more details in the [website](https://zio.github.io/zio-connect/)

# Contributing
[Documentation for contributors](https://zio.github.io/zio-connect/docs/about/about_contributing)

## Code of Conduct

See the [Code of Conduct](https://zio.github.io/zio-connect/docs/about/about_coc)
[Badge-SonatypeReleases]: https://img.shields.io/nexus/r/https/oss.sonatype.org/dev.zio/zio-connect_2.12.svg "Sonatype Releases"

## Support
[Badge-SonatypeSnapshots]: https://img.shields.io/nexus/s/https/oss.sonatype.org/dev.zio/zio-connect_2.12.svg "Sonatype Snapshots"

Come chat with us on [![Badge-Discord]][Link-Discord].
[Badge-Discord]: https://img.shields.io/discord/629491597070827530?logo=discord "chat on discord"

[Badge-Circle]: https://github.com/zio/zio-connect/workflows/CI/badge.svg "circleci"

# License
[License](LICENSE)
[Link-Circle]: https://github.com/zio/zio-connect/workflows/CI "circleci"

[Badge-SonatypeReleases]: https://img.shields.io/nexus/r/https/oss.sonatype.org/dev.zio/zio-connect_2.12.svg "Sonatype Releases"
[Badge-SonatypeSnapshots]: https://img.shields.io/nexus/s/https/oss.sonatype.org/dev.zio/zio-connect_2.12.svg "Sonatype Snapshots"
[Badge-Discord]: https://img.shields.io/discord/629491597070827530?logo=discord "chat on discord"
[Badge-Circle]: https://circleci.com/gh/zio/zio-connect.svg?style=svg "circleci"
[Link-Circle]: https://circleci.com/gh/zio/zio-connect "circleci"
[Link-SonatypeReleases]: https://oss.sonatype.org/content/repositories/releases/dev/zio/zio-connect_2.12/ "Sonatype Releases"

[Link-SonatypeSnapshots]: https://oss.sonatype.org/content/repositories/snapshots/dev/zio/zio-connect_2.12/ "Sonatype Snapshots"

[Link-Discord]: https://discord.gg/2ccFBr4 "Discord"

[Stage]: https://img.shields.io/badge/Project%20Stage-Concept-red.svg

[Stage-Page]: https://github.com/zio/zio/wiki/Project-Stages

4 changes: 1 addition & 3 deletions docs/about/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,4 @@ id: about_index
title: "About zio-connect"
---

TODO: Tagline

TODO: Long description (paragraph)
Sources, Sinks and Pipelines for channeling data.
2 changes: 0 additions & 2 deletions project/BuildHelper.scala
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ object BuildHelper {
val Scala213: String = versions("2.13")
val Scala3: String = versions("3")

val SilencerVersion = "1.7.9"

private val stdOptions = Seq(
"-deprecation",
"-encoding",
Expand Down
3 changes: 1 addition & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,10 @@ object Dependencies {

val `scala-compact-collection` = "org.scala-lang.modules" %% "scala-collection-compat" % "2.8.1"

val silencerVersion = "1.7.9"

val zioVersion = "2.0.2"
val zio = "dev.zio" %% "zio" % zioVersion
val `zio-streams` = "dev.zio" %% "zio-streams" % zioVersion
val `zio-test` = "dev.zio" %% "zio-test" % zioVersion % "test"
val `zio-test-sbt` = "dev.zio" %% "zio-test-sbt" % zioVersion % "test"

}
2 changes: 1 addition & 1 deletion website/siteConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const users = [

const siteConfig = {
title: 'zio-connect',
tagline: 'TODO: Tagline',
tagline: 'Sources, Sinks and Pipelines for channeling data',
url: 'https://zio.github.io',
baseUrl: '/zio-connect/',

Expand Down
17 changes: 0 additions & 17 deletions zio-connect/src/main/scala/zio/connect/kafka/KafkaConnector.scala

This file was deleted.

This file was deleted.

16 changes: 0 additions & 16 deletions zio-connect/src/main/scala/zio/connect/s3/LiveS3Connector.scala

This file was deleted.

26 changes: 0 additions & 26 deletions zio-connect/src/main/scala/zio/connect/s3/S3Connector.scala

This file was deleted.

0 comments on commit 0d4cedb

Please sign in to comment.