wso2 / wso2/docs-apim

Incorrect URLs in external store config

Open
#5,496 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

API-M-4.0.0 API-M-4.1.0 API-M-Master Docs/TW Severity/Minor Type/Bug
Dominant language
CSS
Stars
99
Forks
708
Avg merge
1d 7h
Merged PRs (30d)
22

Description

Description:
Config in doc [1] at step 7 should be corrected as below. Need to fix in master branch too.

<ExternalAPIStores>
    <StoreURL>https://localhost:9443/devportal</StoreURL>
        <ExternalAPIStore id="DeveloperPortal2" type="wso2" className="org.wso2.carbon.apimgt.impl.publishers.WSO2APIPublisher">
            <DisplayName>DeveloperPortal2</DisplayName>
            <Endpoint>https://localhost:9444/devportal</Endpoint>
            <Username>admin</Username>
            <Password>admin</Password>
        </ExternalAPIStore>
</ExternalAPIStores>

[1]. https://apim.docs.wso2.com/en/latest/deploy-and-publish/publish-on-dev-portal/publish-to-multiple-external-api-stores/

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Open the linked publish-to-multiple-external-api-stores documentation and inspect step 7, then locate the corresponding configuration in the master branch. Update the external store URLs to match the XML shown in the issue and verify that the rendered documentation contains the corrected values.

Written by the indexing model from the issue text.

Assessment

Tech stack
xml
Domain
documentation
Issue type
Documentation
Difficulty
1/5
Estimated time
Under an hour
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
55/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.