gatsby-gitbook-starter
gatsby-gitbook-starter copied to clipboard
Generate GitBook style modern docs/tutorial websites using Gatsby + MDX
Hi I add utterance scirpt for comments, under `addPaddTopBottom` class in `src/templates/docs.js`. but, just show up for a second and then disappears. How to use utterances?
Thanks for the starter template - I really like it. Minor thing, but I get a flash of unstyled text on my site using the template. I haven't changed any...
  System: OS: macOS 10.15.4 CPU: (16) x64 Intel(R) Core(TM) i9-9980HK CPU @ 2.40GHz Shell: 5.7.1 - /bin/zsh Binaries: Node: 12.16.1 - /usr/local/bin/node npm: 6.14.5 - /usr/local/bin/npm Languages: Python:...
Hi, I am trying to add a component for a page. How do I display the components of a page under src / pages using the following repository? I can...
Hi 👋 This is a great boilerplate thank you for open sourcing it. I'm looking to port my existing [documentation](https://serialport.io) to use it but I have one extra requirement which...
Am i missing something? I'm assuming that only the public folder is required on the prod server My local site test out fine using npm start. When i run the...
git clone worked for me as: ``` git clone https://github.com/hasura/gatsby-gitbook-starter.git ``` Maybe change in the README? The current command resulted in error. Can do a PR.
I really like your starter repo! I ran into a problem that seemed related to using react `dangerouslySetInnerHTML`. It's especially noticeable when I changed the discord link to a LinkedIn...
Currently when the search results appear, it stays persistent till the search term is cleared. When the focus is not inside the search results, then the panel needs to be...
Hello, I am not able to use live editing with reactstrap components. I have imported the reactstrap component in **src/components/mdxComponents/index.js** and it is working properly outside of the live editor...