A powerful, flexible, Markdown-based authoring framework.
Markdoc is an innovative Markdown-based syntax and toolchain designed specifically for creating custom documentation sites and experiences. Developed to power Stripe's extensive public documentation, Markdoc offers a robust solution for managing complex content sites with ease and efficiency. Whether you're a developer looking to streamline your documentation process or a content creator in need of a sophisticated tool, Markdoc has the potential to significantly enhance your documentation workflow.
What sets Markdoc apart is its flexibility and ease of integration. It caters to various ecosystems, including TypeScript and React, making it a versatile choice for modern web development. With a supportive community and comprehensive documentation, users can quickly get up to speed and make the most of this powerful tool.
React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components
Documentation themes are built specifically for writing technical and product documentation. They are normally written and maintained in Markdown. The often include a navigation menu, search bar, clear headings, semantic document structure and clean typography.
ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.
TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.