Improvement #9950
closedMechanism to update the doc version of a release from a single place
0%
Description
Description
Currently, the doc version of a release are hard coded.
Need a mechanism to update or customize the documentation version of a release from a single point.
Files
Updated by Viranga Gunarathna over 1 year ago
- Project changed from 28 to product-uem 5.3.0 GA
Updated by Viranga Gunarathna over 1 year ago
- Project changed from product-uem 5.3.0 GA to 32
Updated by Lasantha Dharmakeerthi over 1 year ago
- Assignee changed from Dilini Bandara to Pramila Niroshan
Let's follow the following steps to achieve this task.
Add a config into config.json of UI apps to handle the release version of the product.
E.g:- Product-Version : 5.3.0
From Jenkins, execute a script to edit the config.json with the relevant product version and commit changes. Execute this script only in the release build.
Further, we can remove the footer config that we have added to the deployment.toml file since we store the footer value as text.
The current version of the config
[product_conf]
server_name = "UEM Server"
server_version = "5.7.0"
current_year = "2023"
We only refer to these values when the server starts the first time, and thereafter, it will handle via the Whitelabling feature. Hence, when we process the product release we don't need to change the config file, instead, we can change the footer config defined in the 'cdm-config.xml' file.
Updated by Pramila Niroshan over 1 year ago
- Status changed from New to QA
Updated by Arshana Atapattu about 1 year ago
- Project changed from 33 to product-uem 6.0.0 GA
Updated by Arshana Atapattu about 1 year ago
- Status changed from QA to Needs Improvement
need to point docs to 5.3.0 doc space [1]
[1]https://docs.entgra.io/5.3.0/
Updated by Pramila Niroshan about 1 year ago
Update uem doc version to 5.3.0
https://repository.entgra.net/proprietary/emm-proprietary-plugins/pulls/302
Updated by Pramila Niroshan about 1 year ago
- Status changed from Needs Improvement to QA
Updated by Arshana Atapattu about 1 year ago
- File Screenshot from 2023-10-12 23-18-28.png Screenshot from 2023-10-12 23-18-28.png added
- Status changed from QA to Needs Improvement
Need to update the tour guide doc links too [1]
[1]
Updated by Pramila Niroshan 11 months ago
- Status changed from Needs Improvement to QA
Nginx redirections added for all old doc links
Updated by Thilina Sandaruwan 11 months ago
- Status changed from QA Accept to Closed
Closing due to QA accept