liyubin117 commented on code in PR #5340: URL: https://github.com/apache/paimon/pull/5340#discussion_r2011459211
########## docs/content/concepts/rest/rest-api.md: ########## @@ -23,6 +23,11 @@ under the License. --> <body> -<redoc spec-url="https://raw.githubusercontent.com/apache/paimon/master/paimon-open-api/rest-catalog-open-api.yaml"></redoc> -<script src="https://cdn.jsdelivr.net/npm/redoc@next/bundles/redoc.standalone.js"></script> + <div id="redoc-container"></div> + <script src="/docs/master/js/redoc.standalone.js"></script> Review Comment: After setting <script src="{{.Site.BaseURL}}/js/redoc.standalone.js"></script>, throw following error: ``` GET http://localhost:1313/docs/master/concepts/rest/rest-api/%7B%7B.Site.BaseURL%7D%7D/js/redoc.standalone.js net::ERR_ABORTED 404 (Not Found) ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
