Skip to content

Commit

Permalink
docs: fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
zeefxd committed Dec 4, 2024
1 parent 341b717 commit 9e5befc
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
13 changes: 13 additions & 0 deletions docs/contributing.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Contributing to ARP Spoofer

## Code of Conduct
This project follows the [Contributor Covenant](https://www.contributor-covenant.org/version/2/0/code_of_conduct/).

## Development Process
1. Fork the repository
2. Create your feature branch (`git checkout -b feature/amazing-feature`)
3. Write your code
4. Run tests (`pytest`)
5. Commit your changes (`git commit -m 'Add amazing feature'`)
6. Push to the branch (`git push origin feature/amazing-feature`)
7. Open a Pull Request
1 change: 1 addition & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ ARP Spoofer is a Python-based tool that enables:
- [Installation Guide](installation.md)
- [Usage Guide](usage.md)
- [API Reference](api.md)
- [Contributing](contributing)
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ nav:
- Installation: installation.md
- Usage: usage.md
- API Reference: api.md
#- Contributing: contributing.md
- Contributing: contributing.md

markdown_extensions:
- pymdownx.highlight
Expand Down

0 comments on commit 9e5befc

Please sign in to comment.