TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Which documentation tool creates stripe.com like modern docs?

4 pointsby node-bayareaalmost 7 years ago

2 comments

cutetyalmost 7 years ago
I can’t say for sure exactly what Stripe is using, it could be a custom built static site, or they could be using one a static site generator with a custom theme.<p>Some tools that you can use to build doc sites similar to stripes off the top of my head:<p>GitBook - <a href="https:&#x2F;&#x2F;www.gitbook.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.gitbook.com&#x2F;</a><p>Hexo - <a href="https:&#x2F;&#x2F;hexo.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;hexo.io&#x2F;</a><p>Docute - <a href="https:&#x2F;&#x2F;v3.docute.org&#x2F;#&#x2F;" rel="nofollow">https:&#x2F;&#x2F;v3.docute.org&#x2F;#&#x2F;</a><p>Gatsby - <a href="https:&#x2F;&#x2F;www.gatsbyjs.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.gatsbyjs.org&#x2F;</a><p>VuePress - <a href="https:&#x2F;&#x2F;vuepress.vuejs.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;vuepress.vuejs.org&#x2F;</a>
dazmilleralmost 7 years ago
Hi,<p>Check outmkdocs.<p><a href="https:&#x2F;&#x2F;www.mkdocs.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.mkdocs.org&#x2F;</a><p>They have some great themes and you can get pretty close to what you want. Easy to use and quite powerful.