Skip to content

Commit

Permalink
refactor: Rename dev/2.0 references to main
Browse files Browse the repository at this point in the history
  • Loading branch information
Iltotore committed Jan 28, 2023
1 parent 6c1ac55 commit fcf4371
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
44 changes: 22 additions & 22 deletions docs/_docs/index.md
Original file line number Diff line number Diff line change
@@ -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)

0 comments on commit fcf4371

Please sign in to comment.