Skip to content

Instantly share code, notes, and snippets.

@sunnyc7
Created August 4, 2024 21:29
Show Gist options
  • Save sunnyc7/bf574b41c3f79248d17818c2ce358a97 to your computer and use it in GitHub Desktop.
Save sunnyc7/bf574b41c3f79248d17818c2ce358a97 to your computer and use it in GitHub Desktop.
Convert Zed Docs to PDF

Context

Issue

  • Zed PDF docs doesn't exist / couldn't find after 10mins of searching.

Solution

  • Run the following in cmd.exe
npx docs-to-pdf --initialDocURLs="https://zed.brimdata.io/docs" --contentSelector="article" --paginationSelector="a.pagination-nav__link.pagination-nav__link--next" --excludeSelectors=".margin-vert--xl a,[class^='tocCollapsible'],.breadcrumbs,.theme-edit-this-page" --coverImage="https://raw.githubusercontent.com/brimdata/zed-docs-site/main/static/img/zed-logo.svg" --coverTitle="Zed Docs"

Tested on OS

  • Tested on Windows 11

Uses

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment