diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index ddeb9566..9c58beaa 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -9,7 +9,7 @@ permissions: # Controls when the action will run. on: push: - branches: [dev/v2.0] # Must be changed to `main` once released + branches: [main] # Must be changed to `main` once released # Allows you to run this workflow manually from the Actions tab workflow_dispatch: diff --git a/README.md b/README.md index 70eddfc2..2c565b11 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -![logo](https://github.com/Iltotore/iron/blob/dev/v2.0/logo.png?raw=true) +![logo](https://github.com/Iltotore/iron/blob/main/logo.png?raw=true) [![Scala version support](https://index.scala-lang.org/iltotore/iron/iron/latest-by-scala-version.svg)](https://index.scala-lang.org/iltotore/iron/iron) [![CI](https://github.com/Iltotore/iron/actions/workflows/ci.yml/badge.svg)](https://github.com/Iltotore/iron/actions/workflows/ci.yml) diff --git a/docs/_docs/index.md b/docs/_docs/index.md index c8ce62a4..82d5f17f 100644 --- a/docs/_docs/index.md +++ b/docs/_docs/index.md @@ -1,23 +1,23 @@ ---- -title: Home ---- - -# Welcome to the Iron documentation - -This website contains documentation and tutorial to take Iron in hand. - -## Discover - -- [README](https://github.com/Iltotore/iron) -- [Overview](overview.md) -- [Getting started](getting-started.md) - -## Examples - -- [Cats Form](https://github.com/Iltotore/iron/tree/dev/v2.0/examples/formCats) -- [ZIO Form](https://github.com/Iltotore/iron/tree/dev/v2.0/examples/formZio) - -## Useful links - -- [[API docs|io.github.iltotore.iron]] +--- +title: Home +--- + +# Welcome to the Iron documentation + +This website contains documentation and tutorial to take Iron in hand. + +## Discover + +- [README](https://github.com/Iltotore/iron) +- [Overview](overview.md) +- [Getting started](getting-started.md) + +## Examples + +- [Cats Form](https://github.com/Iltotore/iron/tree/main/examples/formCats) +- [ZIO Form](https://github.com/Iltotore/iron/tree/main/examples/formZio) + +## Useful links + +- [[API docs|io.github.iltotore.iron]] - [References](reference/index.md) \ No newline at end of file