Contribute to the Documentation
info
To contribute to this documentation you need to create a PR with your changes. The EMF docs are written mostly using Markdown or MDX (MDX is like Markdown but with support for js components).
First Steps
- Fork and clone the EMF repo or use a client (GitHub Desktop) or anything else:
- git
- GitHub CLI
git clone https://github.com/EvenMoreFish/EvenMoreFish.git
gh repo clone EvenMoreFish/EvenMoreFish
- The documentation folder is located under "docs", make your changes, and submit the PR.
tip
If it's a small change, you can submit the change directly from your browser by clicking the "edit" button on that particular file.