Skip to content

Commit

Permalink
Documentation moved to https://style-forge.github.io/
Browse files Browse the repository at this point in the history
  • Loading branch information
Sarmaged committed Sep 19, 2024
1 parent c260f66 commit 77fd747
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 21 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@ If you find a bug or have a feature request, please open an issue on GitHub. Pro
- Be respectful and considerate in your communications.
- Follow the project's code of conduct.

For more information, visit our [documentation site](https://style-forge.dev/form/).
For more information, visit our [documentation site](https://style-forge.github.io/form/).

Thank you for your contributions!
36 changes: 17 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,25 +9,15 @@

`Style-Forge.Form` package is a versatile and easy-to-use library designed to streamline the creation and management of forms in web applications. It offers a robust set of tools to handle form validation, styling, and submission processes, enhancing user experience and developer productivity.

## Description
## Documentation

To check out docs, visit [style-forge.dev](https://style-forge.dev/form/)
To check out docs, visit [style-forge.github.io](https://style-forge.github.io/form/).

## Contributing
## Support the project ⭐

We welcome contributions from the community! Please follow these steps to contribute:
If you feel awesome and want to support us in a small way, please consider starring and sharing the repo! This helps us getting known and grow the community. 🙏

1. Fork the repository.
2. Create a new branch: `git checkout -b feature/branch-name`.
3. Make your changes and commit them: `git commit -am 'Add some feature'`.
4. Push your changes to the forked repository: `git push origin feature/branch-name`.
5. Create a pull request in the original repository.

For more detailed information, please refer to [CONTRIBUTING.md](CONTRIBUTING.md).

## License

This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.
<img src="https://github.com/style-forge/hub/raw/main/public/github-star.gif" alt="style-forge-star" />

## Modules

Expand Down Expand Up @@ -74,10 +64,18 @@ This project is licensed under the MIT License. See the [LICENSE](LICENSE) file
</tr>
</table>

## Authors
## Contributing

We welcome contributions from the community! Please follow these steps to contribute:

1. Fork the repository.
2. Create a new branch: `git checkout -b feature/branch-name`.
3. Make your changes and commit them: `git commit -am 'Add some feature'`.
4. Push your changes to the forked repository: `git push origin feature/branch-name`.
5. Create a pull request in the original repository.

- **Dmitrii Sagalov** - *Expert in interface development* - [Sarmaged](https://github.com/Sarmaged)
For more detailed information, please refer to [CONTRIBUTING.md](CONTRIBUTING.md).

## Contact
## License

If you have any questions or suggestions, please open an issue in [Issues](https://github.com/Style-Forge/form/issues).
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"bugs": {
"url": "https://github.com/Style-Forge/form/issues"
},
"homepage": "https://style-forge.dev/form/",
"homepage": "https://style-forge.github.io/form/",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
}
Expand Down

0 comments on commit 77fd747

Please sign in to comment.