fix customization docs styling

Signed-off-by: si458 <simonsmith5521@gmail.com>

si458 committed Jan 8, 2024 at 11:21 UTC 4e580bb74d074218bf89ce67dfb8844082426014
1 file changed +4 -11
docs/docs/meshcentral/customization.md
+4 -11
@@ -1,14 +1,12 @@
1 # Customization
2
3 -## Branding & Terms of use
4 -
3 Whitelabeling your MeshCentral installation to personalize it to your companies brand, as well as having your own terms of use is one of the first things many people do after installation.
4
5 <div class="video-wrapper">
6 <iframe width="320" height="180" src="https://www.youtube.com/embed/xUZ1w9RSKpQ" frameborder="0" allowfullscreen></iframe>
7 </div>
8
11 -### Branding
9 +## Web Branding
10
11 You can put you own logo on the top of the web page. To get started, get the file “logoback.png” from the folder “node_modules/meshcentral/public/images” and copy it to your “meshcentral-data” folder. In this example, we will change the name of the file “logoback.png” to “title-mycompany.png”. Then use any image editor to change the image and place your logo.
12
@@ -53,14 +51,12 @@ If, for example, MeshCentral is running on a Raspberry Pi. You may want to put a
51
52 This is great to personalize the look of the server within the web site.
53
56 -### Agent Branding
54 +## Agent Branding
55
56 You can customize the Agent to add your own logo, change the title bar, install text, the service name, or even colors!
57
58 !!!note
61 - The Customization must be done FIRST and BEFORE you deploy your agents!
62 - Once the agents have been deployed, any customization made afterwards, will not sync!
63 - This is because the setup files are customized on the fly, then when you install the agents, the exe and .msh file with the customizations in are copied over to the required folder
59 + The Customization must be done FIRST and BEFORE you deploy your agents! Once the agents have been deployed, any customization made afterwards, will not sync! This is because the setup files are customized on the fly, then when you install the agents, the exe and .msh file with the customizations in are copied over to the required folder, so you will need to reinstall the agent for agent customizations to take effect.
60
61 ![](images/2022-08-24-06-42-40.png)
62
@@ -84,10 +80,7 @@ You can customize the Agent to add your own logo, change the title bar, install
80
81 ![agent icon](images/agentico.png)
82
87 -!!!note
88 - You will need to reinstall the agent for agent customizations to take effect.
89 -
90 -### Terms of use
83 +## Terms of use
84
85 You can change the terms of use of the web site by adding a “terms.txt” file in the “meshcentral-data” folder. The file can include HTML markup. Once set, the server does not need to be restarted, the updated terms.txt file will get used the next time it’s requested.
86