gatsby-project-kb

Developing gatsby-theme-kb, a Gatsby theme for publishing Knowledge Base.

MIT License

Downloads
253
Stars
61
Committers
7

Bot releases are visible (Hide)

gatsby-project-kb - extract plain markdowndown internal links Latest Release

Published by hikerpig over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/hikerpig/gatsby-project-kb/compare/[email protected]

gatsby-project-kb - v0.9.0 Hello Gatsby V4

Published by hikerpig over 2 years ago

BREAKING CHANGE: To be compatible with Gatsby v4

Related issue #36

Some changes you need to apply to your site:

  • Minimal Node.js version is now 14.15.0
  • Upgrade your dependency to gatsby@latest

For plugin upgrade and more other details, please see Gatsy's official guide Migrating from v3 to v4 | Gatsby

Some common errors and fixes

.cache/loader.js: Missing class properties transform.

This is likely a Gatsby code generation cache issue.

You can fix it by the command below ( assuming you are using yarn ).

rm -rf yarn.lock node_modules && yarn

✨ Features

  • show graph-view in mobile mode (#38), thanks @nollied
gatsby-project-kb - v0.9.0-alpha.3. For Gatsby 4

Published by hikerpig almost 3 years ago

gatsby-theme-kb

BREAKING: Now this theme works for Gatsby 4, and a bunch of plugins are updated, so it may not work with Gatsby 3 or below.

gatsby-project-kb - v0.8.0 Mobile friendly table-of-contents

Published by hikerpig almost 3 years ago

table-of-contents imrovements

The TOC sidebar now can also be triggered in mobile mode. For more details, please refer to the documentation about table of contents

sidebar-mobile-toc

Features

  • demo: an example of shadowing by adding a comment, close #24 (5628ccf)
  • gatsby-theme-kb: Add toc menu in mobile mode (a82e9b4)
  • gatsby-theme-kb: adjust blockquote style a little (e125ce4)
  • gatsby-theme-kb: configurable toc, both inline and sidebar (e3be6cc), close #2
  • gatsby-theme-kb: upgrade gatsby-plugin-purgecss (35936a6)
gatsby-project-kb - v0.7.4

Published by hikerpig over 3 years ago

Special thanks to @zubayrrr for posting issues and PRs.

  • feat: Support dark mode for graph view, related #15

  • fix: broken hover card overflow style in Firefox, close #19

  • fix: toc backlink anchor clicking malfunctioning due to lack of id, close #18

  • fix: anchor popover nested content's link resolving, related #20

gatsby-project-kb - Hello Gatsby V3

Published by hikerpig over 3 years ago

BREAKING

now works with gatsby@3

Improvements

  • upgrade gatsby-plugin-mdx@2
  • fix(gatsby-theme-kb): sidebar expand bug with file in nested folder
  • style: a warmer color for light mode default text
gatsby-project-kb - 0.5.2

Published by hikerpig over 3 years ago