Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nette/docs

📖 The Nette documentation
https://github.com/nette/docs

docs nette nette-framework

Last synced: 6 days ago
JSON representation

📖 The Nette documentation

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!