docs: Update README
* Fix Table of contents * Restructure and reword Resources section * Link code of conduct & security policy to README
This commit is contained in:
parent
f22101a9a4
commit
3a5b967bfe
1 changed files with 9 additions and 9 deletions
18
README.md
18
README.md
|
|
@ -36,28 +36,28 @@
|
||||||
Full-stack web application framework that uses Python and MariaDB on the server side and a tightly integrated client side library. Built for [ERPNext](https://erpnext.com)
|
Full-stack web application framework that uses Python and MariaDB on the server side and a tightly integrated client side library. Built for [ERPNext](https://erpnext.com)
|
||||||
|
|
||||||
## Table of Contents
|
## Table of Contents
|
||||||
* [Installation](https://frappeframework.com/docs/user/en/installation)
|
* [Installation](#installation)
|
||||||
* [Documentation](https://frappeframework.com/docs)
|
* [Contributing](#contributing)
|
||||||
|
* [Resources](#resources)
|
||||||
* [License](#license)
|
* [License](#license)
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
* [Install via Docker](https://github.com/frappe/frappe_docker)
|
* [Install via Docker](https://github.com/frappe/frappe_docker)
|
||||||
* [Install via Frappe Bench](https://github.com/frappe/bench)
|
* [Install via Frappe Bench](https://github.com/frappe/bench)
|
||||||
|
* [Offical Documentation](https://frappeframework.com/docs/user/en/installation)
|
||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
|
|
||||||
|
1. [Code of Conduct](CODE_OF_CONDUCT)
|
||||||
1. [Contribution Guidelines](https://github.com/frappe/erpnext/wiki/Contribution-Guidelines)
|
1. [Contribution Guidelines](https://github.com/frappe/erpnext/wiki/Contribution-Guidelines)
|
||||||
|
1. [Security Policy](SECURITY)
|
||||||
1. [Translations](https://translate.erpnext.com)
|
1. [Translations](https://translate.erpnext.com)
|
||||||
|
|
||||||
## Website
|
## Resources
|
||||||
|
|
||||||
For details and documentation, see the website
|
1. [frappeframework.com](https://frappeframework.com) - Official documentation of the Frappe Framework.
|
||||||
[https://frappeframework.com](https://frappeframework.com)
|
1. [frappe.school](https://frappe.school) - Pick from the various courses by the maintainers or from the community.
|
||||||
|
|
||||||
## Learning
|
|
||||||
|
|
||||||
1. [Frappe School](https://frappe.school) - Learn Frappe Framework and ERPNext from the various courses by the maintainers or from the community.
|
|
||||||
|
|
||||||
## License
|
## License
|
||||||
This repository has been released under the [MIT License](LICENSE).
|
This repository has been released under the [MIT License](LICENSE).
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue