gatsby-gitbook-starter icon indicating copy to clipboard operation
gatsby-gitbook-starter copied to clipboard

Generate GitBook style modern docs/tutorial websites using Gatsby + MDX

Results 59 gatsby-gitbook-starter issues
Sort by recently updated
recently updated
newest added

It doesn't seem to be possible to create a 404 page in the usual way with this setup. Anyone have a recommended way of doing so?

I followed exactly same as what it showed on the `README.md` in this repository, but I found error. Could anybody help? ```zsh warn The following flag(s) found in your gatsby-config.js...

Bumps [terser](https://github.com/terser/terser) from 5.9.0 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...

dependencies

Bumps [parse-url](https://github.com/IonicaBizau/parse-url) from 6.0.0 to 6.0.2. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=parse-url&package-manager=npm_and_yarn&previous-version=6.0.0&new-version=6.0.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [jpeg-js](https://github.com/eugeneware/jpeg-js) from 0.4.3 to 0.4.4. Release notes Sourced from jpeg-js's releases. v0.4.4 v0.4.4 (2022-06-07) feat: add comment tag encoding (#87) (13e1ffa), closes #87 fix: validate sampling factors (#106) (9ccd35f),...

dependencies

How do you make table of contents pickup more than just H1? The code seems to only do H1 while the demo is able to do H1-H6

Hi, I am trying to use Mermaid to make graphs in my markdown files. I followed the instructions on [the gatsby plugin site](https://www.gatsbyjs.org/packages/gatsby-remark-mermaid/) but it doesn't seem to work. I...

The structure of my files is as follows -content/nameDirectory/index.md. When opening a website page, the following path is displayed in the address bar: https://mySite/nameDirectory/index How do I make sure that...

The following error occurred when building docker. ``` #12 7.451 Error: error:0308010C:digital envelope routines::unsupported ``` This is a node 17 problem. The current docker file uses the latest node base...

The documentation says "For sub nesting in left sidebar, create a folder with the same name as the top level .md filename and the sub navigation is auto-generated. The sub...