- Generate PDF of Zed docs for offline reading.
- UR: https://zed.brimdata.io/docs
- Zed PDF docs doesn't exist / couldn't find after 10mins of searching.
- 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 Windows 11