Azure / API-Portal

API Portal lets you create and publish a customized site with API documentation, for free and without writing any code.
MIT License
173 stars 141 forks source link

Support for publishing to GitHub Pages with URL suffix #21

Open DawMatt opened 3 years ago

DawMatt commented 3 years ago

Currently the setup wiki page for this repo advises:

The portal will be deployed under the URL https://[username].github.io, without a URL path suffix

Can support for publishing to a URL path suffix be added? Currently the code does not operate correctly if published to GitHub Pages with a URL path suffix (the default config after forking the repo). If the user reconfigures the settings to publish as advised by the wiki page, the user is effectively unable to use their GitHub Pages site for any other repositories, limiting the appeal of this project.

azaslonov commented 3 years ago

Hi @DawMatt, yes this is a known issue, we'll fix this soon.

DawMatt commented 2 years ago

@azaslonov , any update on timing for this?