Skip to content

nette/docs

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

813c74b Β· Jan 23, 2025
May 5, 2024
Jan 23, 2025
Jan 9, 2025
Apr 9, 2023
Sep 4, 2024
Apr 9, 2023
May 5, 2024
Apr 18, 2024
Jan 13, 2025
Jan 13, 2025
Dec 23, 2024
Jan 13, 2025
Jan 13, 2025
Dec 23, 2024
Dec 23, 2024
May 5, 2024
Jan 23, 2025
Dec 23, 2024
Dec 23, 2024
May 5, 2024
Apr 9, 2023
Dec 23, 2024
Apr 18, 2024
Jan 13, 2025
Apr 9, 2023
Dec 23, 2024
Dec 23, 2024
Apr 18, 2024
Apr 9, 2023
Apr 9, 2023
Apr 9, 2023

Repository files navigation

How to contribute

Nette welcomes contributions. You are free to make changes or translate existing pages. Before contributing, please read information 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
  • Content of doc.nette.org/xxx/3.x is in branch doc-3.x
  • Content of doc.nette.org/xxx/2.x is in branch doc-2.x

Before you send a pull request, run code standard test please.

$ composer create-project nette/code-checker code-checker
$ code-checker/code-checker

Thank you for making documentation better!