Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Open-source handbook and Nuxt documentation site for engineering effectiveness, with Markdown content and static generation.
Engineering Effectiveness Handbook is an open-source documentation site template built with Nuxt and Nuxt Content, designed to publish a practical, community-maintained guide to engineering effectiveness as a static website. It was created by the engineering leaders behind Okay and released under CC-BY-SA.
The Engineering Effectiveness Handbook is a documentation starter that renders a collection of Markdown files into a navigable static site. It takes Markdown content stored under the content/en folder and produces a static site using Nuxt's content module. The handbook itself addresses how engineering teams can become more effective, based on conversations with hundreds of engineering leaders. The project's repository includes the full source code, along with setup instructions for local development and static generation.
@nuxt/content module and theme-docs, enabling Markdown-based documentation with a built-in navigation and search experience.content/en directory, making contributions straightforward via pull requests.yarn generate outputs a dist/ folder ready for publishing to any static host.resources.md file that aggregates links to external engineering effectiveness resources.yarn install, start a dev server with yarn dev, and preview the generated site with yarn start.The project follows a straightforward workflow: clone the repository, run yarn install, and start the dev server with yarn dev. Content is edited in Markdown files; the Nuxt Content module parses them and renders them as pages. For production, yarn generate builds a static dist/ directory.
Yes. The source repository is public and the content is released under CC-BY-SA, so it is free to read, use, and distribute with attribution.
It is built with Nuxt and the Nuxt Content module. The repository also uses Yarn for dependency management.
Yes. The repository is structured as a theme-docs Nuxt application, so you can fork it and replace the Markdown content with your own documentation.
