Browse Source

Update development.md

Stefan Pejcic 1 năm trước cách đây
mục cha
commit
8c2170f3d0
1 tập tin đã thay đổi với 2 bổ sung3 xóa
  1. 2 3
      documentation/docs/admin/customize/development.md

+ 2 - 3
documentation/docs/admin/customize/development.md

@@ -19,8 +19,7 @@ Stay tuned for the upcoming addition of our Module Development Guide, providing
 
 ### Custom CSS
 
-To add custom CSS code to OpenPanel interface, edit file `/usr/local/panel/templates/custom_code/in_header.html` and put your custom code inside. Please note 
-
+To add custom CSS code to the OpenPanel interface, edit the file `/usr/local/panel/templates/custom_code/custom.css`.
 
 ```bash
 nano /usr/local/panel/templates/custom_code/custom.css
@@ -28,7 +27,7 @@ nano /usr/local/panel/templates/custom_code/custom.css
 
 ### Custom JS
 
-
+To add custom JavaScript code to the OpenPanel interface, edit the file `/usr/local/panel/templates/custom_code/custom.js`.
 ```bash
 nano /usr/local/panel/templates/custom_code/custom.js
 ```