https://github.com/nette/docs
📖 The Nette documentation
https://github.com/nette/docs
docs nette nette-framework
Last synced: 24 days ago
JSON representation
📖 The Nette documentation
- Host: GitHub
- URL: https://github.com/nette/docs
- Owner: nette
- Created: 2013-06-05T14:51:53.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2025-04-15T01:48:42.000Z (9 months ago)
- Last Synced: 2025-04-15T02:39:06.266Z (9 months ago)
- Topics: docs, nette, nette-framework
- Homepage: https://nette.org/en/writing
- Size: 40.8 MB
- Stars: 119
- Watchers: 19
- Forks: 281
- Open Issues: 30
-
Metadata Files:
- Readme: readme.md
- Contributing: contributing/bg/@home.texy
- Funding: .github/funding.yml
- Security: security/bg/@home.texy
Awesome Lists containing this project
README
How to contribute
=================
Nette welcomes contributions. You are free to make changes or translate existing
pages. Before contributing, please read [information](https://doc.nette.org/en/contributing/documentation)
to make sure everything is ok.
You can use an online editor https://editor.nette.org.
- Content of **nette.org**, **doc.nette.org**, **latte.nette.org**, **tester.nette.org** and **tracy.nette.org** is in [branch master](https://github.com/nette/docs/tree/master)
- Content of **doc.nette.org/xxx/3.x** is in [branch doc-3.x](https://github.com/nette/docs/tree/doc-3.x)
- Content of **doc.nette.org/xxx/2.x** is in [branch doc-2.x](https://github.com/nette/docs/tree/doc-2.x)
Before you send a pull request, run code standard test please.
```sh
$ composer create-project nette/code-checker code-checker
$ code-checker/code-checker
```
Thank you for making documentation better!