Skip to content

Commit

Permalink
Merge pull request #8628 from Tharanidk/4.3.0
Browse files Browse the repository at this point in the history
[4.3.0] Fix Documentation Issues
  • Loading branch information
Tharanidk authored Nov 4, 2024
2 parents af434dd + 3f41fef commit 0d69cfe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ In this section, we will cover the first technique which is the easiest way to c

For the second technique, please refer [Advanced Customization]({{base_path}}/develop/customizations/advanced-ui-customization/) section.

The default theme of the Publisher portal is built into the portal bundle file. You can find the pre-packed default theme file in the `<API-M_HOME>/repository/deployment/server/webapps/publisher/src/main/webapp/source/src/app/data/defaultTheme.js` source directory.
The default theme of the Publisher portal is built into the portal bundle file. You can find the pre-packed default theme file in the `<API-M_HOME>/repository/deployment/server/webapps/publisher/source/src/app/data/defaultTheme.js` source directory.

This can be used as a reference to identify the custom extension points that are available in the Publisher theme file.

To override the default theme parameters, you have to update the [externalized](https://webpack.js.org/configuration/externals/) `userThemes.json` file in the `<API-M_HOME>/repository/deployment/server/webapps/publisher/src/main/webapp/site/public/conf/userThemes.json` file.
To override the default theme parameters, you have to update the [externalized](https://webpack.js.org/configuration/externals/) `userThemes.js` file in the `<API-M_HOME>/repository/deployment/server/webapps/publisher/site/public/conf/userThemes.js` file.

Changes done in the `userThemes.json` file are reflected directly in the Publisher app (You do not need to restart the server or rebuild the source code).
Changes done in the `userThemes.js` file are reflected directly in the Publisher app (You do not need to restart the server or rebuild the source code).

When modifying the theme, you can only provide the custom parameter that you want to override in the default theme, the rest of the theme parameters will be inherited from the built-in default theme configuration.

Expand Down
1 change: 0 additions & 1 deletion en/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -797,7 +797,6 @@ nav:
- Basic Health Checks: install-and-setup/setup/deployment-best-practices/basic-health-checks.md
- Change the Hostname: install-and-setup/setup/deployment-best-practices/changing-the-hostname.md
- Change the Default Ports: install-and-setup/setup/deployment-best-practices/changing-the-default-ports-with-offset.md
- Monitor Integration Transaction Counts: install-and-setup/setup/deployment-best-practices/monitoring-transaction-counts.md
- Backup and Recovery: install-and-setup/setup/deployment-best-practices/backup-recovery.md
- Performance Tuning:
- API-M Performance Tuning: install-and-setup/setup/deployment-best-practices/tuning-performance.md
Expand Down

0 comments on commit 0d69cfe

Please sign in to comment.