developer_portal
v1.0.0
Published
WSO2 API Manager Developer Portal Web App Note: reverted the swagger-ui version from 3.24.3 to 3.22.2 as POST was not working within swagger console
Downloads
11
Readme
Developer Portal Application Structure
Override folder - If you want to override a certain React Component / file from source/src/ folder, this is the correct place to do it. You do not have to copy the entire directory, only copy the desired file/files.
Services folder - Includes the files related to the functionalities of login, logout and refresh.
Site folder - Includes the configuration and public folders of the project.
jaggery.conf file - The file that is responsible to fetch the paths and handle server-side routing.
Note : Only the Services and Site folders along with the jaggery.conf file is required at the runtime.
- Source and other files - Includes the react files (source code) of the Developer Portal React Application.