azu
azu
Move to #57 ?
GitHub Pages and Netlify is good hosting example.
Hi, We want to add "Publish" guide into our document. Examples. - [Deploying | VuePress](https://vuepress.vuejs.org/guide/deploy.html#google-firebase) - [Publishing your site · Docusaurus](https://docusaurus.io/docs/en/publishing) Purpose: The user can know how to deploy own...
[GitHub Actions](https://docs.github.com/en/actions) is easy and useful. [GitHub Actions for GitHub Pages ](https://github.com/peaceiris/actions-gh-pages) helps you to deploy gh-pages. ```yaml name: deploy on: push: branches: - master - main jobs: deploy: runs-on:...
- [ ] How to create reproduce repository section We need to get repository for debugging for quick response.
https://codesandbox.io will help you to create a reproducing demo
@dependabot merge
`https://www.asellus.org/wiki/` seems work. last slash `/` is related to this issue. When access `https://www.asellus.org/wiki`, Load `https://www.asellus.org/gitbook/style.css`. It is 404. When access `https://www.asellus.org/wiki/`, Load `https://www.asellus.org/wiki/gitbook/style.css` It is ok.
Unfortunately, `baseurl` option is not implemented. HonKit(GitBook v1) always handle the path as relative path. https://github.com/honkit/honkit/blob/4a439e5aff23b0722b93ab30186f2a30872a12e4/packages/honkit/src/output/website/onPage.ts#L37 > is there a way to solve the slash issue from the honkit side?...