docs-v2/scripts
Jason Stirnaman be87ffc5b7 - Redesign of the docs CLI tools for creating and editing content
- Cleaner interface works better for piping output to agents and downstream utilities
- Updates README.md and other authoring docs

This repository includes a `docs` CLI tool for common documentation workflows:

```sh
npx docs create drafts/new-feature.md --products influxdb3_core

npx docs edit https://docs.influxdata.com/influxdb3/core/admin/

npx docs placeholders content/influxdb3/core/admin/upgrade.md

npx docs --help
```
2025-11-01 16:33:14 -05:00
..
lib refactor: simplify link following behavior - treat relative paths as local files, all HTTP/HTTPS as external 2025-10-31 15:05:17 -05:00
schemas chore(scripts): docs:create and docs:edit scripts for content creation and editing 2025-10-27 23:43:08 -04:00
templates - Redesign of the docs CLI tools for creating and editing content 2025-11-01 16:33:14 -05:00
add-placeholders.js - Redesign of the docs CLI tools for creating and editing content 2025-11-01 16:33:14 -05:00
docs-cli.js - Redesign of the docs CLI tools for creating and editing content 2025-11-01 16:33:14 -05:00
docs-create.js feat: add `docs create` CLI with smart piping detection 2025-11-01 14:18:25 -05:00
docs-edit.js chore(scripts): docs:create and docs:edit scripts for content creation and editing 2025-10-27 23:43:08 -04:00
setup-local-bin.js - Redesign of the docs CLI tools for creating and editing content 2025-11-01 16:33:14 -05:00