Skip to content

Commit

Permalink
Final CI process and docs improvements (#105)
Browse files Browse the repository at this point in the history
* Final CI process and docs improvements

* README update
  • Loading branch information
softinio authored Dec 8, 2019
1 parent fda11be commit bcecb20
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 68 deletions.
3 changes: 1 addition & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,6 @@ workflows:
- mdoc
filters:
branches:
only:
- master
ignore: /.*/
tags:
only: /^v(0|[1-9]\d*)\.(0|[1-9]\d*)\.(0|[1-9]\d*)(?:-((?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\.(?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\+([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?$/
15 changes: 0 additions & 15 deletions CONTRIBUTING.md

This file was deleted.

6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
High-performance, purely-functional library for building, composing, and supervising typed actors based on ZIO.

# Documentation
Coming soon when its ready it will be here: [ZIO Actors Microsite](https://zio.github.io/zio-actors/)
[ZIO Actors Microsite](https://zio.github.io/zio-actors/)

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

## Code of Conduct

See the [Code of Conduct](./code_of_conduct.md)
See the [Code of Conduct](https://zio.github.io/zio-actors/docs/about/about_coc)

## Support

Expand Down
46 changes: 0 additions & 46 deletions code_of_conduct.md

This file was deleted.

5 changes: 3 additions & 2 deletions docs/overview/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,11 @@ Here's list of contents available:
Include ZIO Actors in your project by adding the following to your `build.sbt`:

```scala mdoc:passthrough

println(s"""```""")
if (zio.actors.BuildInfo.isSnapshot)
println(s"""resolvers += Resolver.sonatypeRepo("snapshots")""")
println(s"""libraryDependencies += "dev.zio" %% "zio-actors" % "${zio.actors.BuildInfo.version}""")
println(s"""libraryDependencies += "dev.zio" %% "zio-actors" % "${zio.actors.BuildInfo.version}"""")
println(s"""```""")
```

```
2 changes: 2 additions & 0 deletions website/siteConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,8 @@ const siteConfig = {
cornerOffset: 100,
},

customDocsPath: 'zio-actors-docs/target/mdoc',

// You may provide arbitrary config keys to be used as needed by your
// template. For example, if you need your repo's URL...
// repoUrl: 'https://github.com/facebook/test-site',
Expand Down

0 comments on commit bcecb20

Please sign in to comment.