On a side-note, mixing serifs and sans in the way the site does looks like something only a mass murderer would do.
Markdoc: Stripe's Markdown-based authoring framework
71–80 of 157 posts
Re: Markdoc: Stripe's Markdown-based authoring framework
#72Earlier quoted context omitted.
Right now we're only using it in our narrative docs ( http://stripe.com/docs ) but we have plans to use it in the reference docs as well.
What powers the API docs ?
Re: Markdoc: Stripe's Markdown-based authoring framework
#73Re: Markdoc: Stripe's Markdown-based authoring framework
#74Re: Markdoc: Stripe's Markdown-based authoring framework
#75Earlier quoted context omitted.
Would be very cool with some information on how they work with creating the docs, manage them etc.
I agree. Most companies, open source projects, and individual developers find this to be a Herculean challenge. I'd love to know if Stripe has any secrets to keeping their Docs updated. Though, my gut says that they likely just put in the work. Their Docs are incredibly important to their success.
Re: Markdoc: Stripe's Markdown-based authoring framework
#76I'm not sure what the difference is between this and a bunch of other ones like Jekyll or Middleman? Is it in the render phase? What am I missing?
Hey, I work on the Docs Product engineering team at Stripe and created Markdoc. The scope is somewhat different: Jekyll and Middleman are static site generators that provide a full stack for content publishing whereas Markdoc is a framework for processing Markdown content with custom tags and transforming it into the desired output format. Markdoc can be used inside of a static site generator or a custom documentatio…
Re: Markdoc: Stripe's Markdown-based authoring framework
#77Earlier quoted context omitted.
As an individual developer with many open-source projects, I'm pretty sure that my docs would be better if I had $2+ billion in funding ;)
The odds are deeply against your assertion- If we look at companies with $2b in funding, chances are yours would fall somewhere in the the median range, rather than at the top of the pack.
Re: Markdoc: Stripe's Markdown-based authoring framework
#78Shameless plug: we're looking for someone to come in and a product manager over the Stripe Docs. Imagine working on docs at the company known for docs. Very fun problems.
https://stripe.com/jobs/listing/product-manager-docs/3928998
Re: Markdoc: Stripe's Markdown-based authoring framework
#79As far as I can see, you can get similar workflow with combination of existing tools. I created this docker image that combines them for very easy consumption and created thousands of pages of technical, functional and user documentation with it:
Re: Markdoc: Stripe's Markdown-based authoring framework
#80"side-by-side" is a module that seems to be used extensively throughout this projects documentation, as well as in stripes documentation. I don't see where it is defined anywhere, do they have a library of these common helpers? I looked but I guess my searchfu isn't what it used to be.