azu

Results 808 comments of azu

@himanoa 新しい文章が増える形になるので[Contributor License Agreement(CLA)](https://github.com/asciidwango/js-primer/blob/master/CLA.md)へのサインお願いします 🙏 - https://docs.google.com/forms/d/e/1FAIpQLSfysn5ZMYZvk3VGE5flQ9AKxQszmP0cVQar1KnokrRtcrYSVQ/viewform

HonKit default theme use [pjax](https://github.com/defunkt/jquery-pjax)-like navigation. - https://github.com/honkit/honkit/blob/master/packages/%40honkit/theme-default/src/js/theme/navigation.js Probably, we need to store scroll position before going to next page. 1. store scroll position for the page to sessionStorage 2....

Thanks for report! Can you create minimum reproduce code and `.babelrc`?

We add the note about array methods.

We have added `@honkit/honkit-plugin-theme` as experimental. https://honkit.netlify.app/ it-self use this theme. - https://github.com/honkit/honkit/pull/365 This is WIP. This PR has removed all but what is necessary. As a results, - JS:...

@jeffrey-ng Please note that this is still experimental and therefore quite unstable. (Probably Breaking changes are also made in the PATCH version.) 1. install theme ```bash npm @honkit/honkit-plugin-theme -D ```...

Ah, I forgot to publish to npm. I've published `@honkit/honkit-plugin-theme` to npm. https://github.com/honkit/honkit/releases/tag/v5.1.0

[Pagefind](https://pagefind.app/) is suitable for new search engine.

Yes. It will probably look something like this ```yaml name: deploy on: push: branches: - master - main jobs: deploy: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - name: Setup Node...

- https://github.com/honkit/honkit/issues/218 - https://github.com/honkit/honkit/issues/234 - #311