* Replace EJS with Eta for SSR generation
* Format with Prettier
* Remove ejs alias
* Don't autotrim, Terser will minify already
* Don't autoTrim, files are HTML-minified later
* Equivalent of rmWhitespace option for Eta
* Update Eta version and add rmWhitespace
* Format with Prettier
* chore(v2): upgrade Infima
* Make proper classes for active items
* upgrade Infima to v0.2.0-alpha.9
Co-authored-by: Alexey Pyltsyn <lex61rus@gmail.com>
* fix(v2): use remark-admonitions separately in each plugin instead of in preset only
* Update types.d.ts
* Update types.d.ts
* Address fixes from review
Co-authored-by: Yangshun Tay <tay.yang.shun@gmail.com>
* feat: update sidebar categ to take collapsed prop
* feat: add extra sidebars collapsed test
* fix: only mutate item.collapsed if necessary
* feat: update docs for SidebarItemCategory
* fix: update snapshots
* fix: update json to match new sidebar schema
* fix: update last snapshot
* feat(v2): add minor adjustements and footer component
* fix(v2): margin and spacing of footer
* fix(v2): spacings
* fix(v2): remove unrelated links of the bootstrap template
* fix(v2): remove unrelated links of the bootstrap template
* Add CLI option to polling
Some environments (specifically docker containers) can have issues with file watching for live reloads. [Webpack Dev Server provides a polling alternative](https://webpack.js.org/configuration/watch/#watchoptionspoll) option for this
* Update docusaurus.js
* Update cli.md
Co-authored-by: Yangshun Tay <tay.yang.shun@gmail.com>
* feat(v2): init the blog post card
* feat(v2): Update card design
* chore(v2): remove unused dependency
* feat(v2): add post list
* feat(v2): improve html tags
* chore(v2): run prettier
* feat(v2): remove old tag
* feat(v2): apply suggestions
* feat(v2): add tags for blog post
* feat(v2): add post content
* feat(v2): add tags
* feat(v2): add specific tag page
* feat(v2): fix tablet layout
* feat(v2): fix tablet layout
* feat(v2): init the blog post card
* feat(v2): Update card design
* chore(v2): remove unused dependency
* feat(v2): add post list
* feat(v2): improve html tags
* chore(v2): run prettier
* feat(v2): remove old tag
* feat(v2): apply suggestions
* feat(v2): add tags for blog post
* feat(v2): add post content
* feat(v2): init the blog post card
* feat(v2): Update card design
* chore(v2): remove unused dependency
* feat(v2): add post list
* feat(v2): improve html tags
* chore(v2): run prettier
* feat(v2): remove old tag
* feat(v2): apply suggestions