frappe_docs icon indicating copy to clipboard operation
frappe_docs copied to clipboard

[DEPRECATED] Frappe Framework Documentation. Please don't raise new contributions here.

Results 22 frappe_docs issues
Sort by recently updated
recently updated
newest added

This PR should be brought over or closed https://github.com/frappe/frappe_io/pull/312

Several people in the past asked about this https://github.com/frappe/frappe_io/issues/263

Missing vulnerability in the CVEs: https://github.com/frappe/frappe_io/issues/196

The documentation should include a page about Security vulnerability disclosure with an email address to privately disclose vulnerabilities.

Hi, I had started working on the documentation months ago. Pleased to see it has improved considerably since then. There were a number of issues I opened. This was the...

Hi, there is no button/link on the website to contribute to the documentation, it's very hard to find this repository.

The docs are lacking the list of docfields available. Something like what [ERPNext Docs have](https://docs.erpnext.com/docs/user/manual/en/customize-erpnext/articles/field-types) but maybe in the style of [FrappJS Fields](https://frappe.io/frappejs/docs/models/fields.md)

## Problem The api for document tags, as the title says `doc.add_tag, doc.get_tags` only works in version 13. 1. [Documentation](https://github.com/frappe/frappe_docs/blob/43eefd42e1d6f5dc2e00c68617a510e0fe5e2a91/frappe_docs/www/docs/user/en/api/document.md#docadd_tag) 1. The following PR https://github.com/frappe/frappe/pull/11088 implemented tags only in develop,...

There's no reference on how to a "Add Multiple" button in a child Table. For example: ```javascript frm.get_field("packages").grid.set_multiple_add("package"); ``` ![image](https://user-images.githubusercontent.com/9699804/87722870-7cb0f500-c77e-11ea-9218-18f2b04a0caa.png)

Running xubuntu 20.04, I had to do the following additional steps before proceeding with https://frappeframework.com/docs/user/en/installation#debian-ubuntu. libssl1.0.0 is not part of the ubuntu repos after 18.04 anymore (https://askubuntu.com/a/1173621). It can be...