docshelf_init_shelf
Set up a new document shelf by generating the standard directory structure, INDEX.md, and .docshelf.json configuration at the given path, with options for provider, categories, and manifest.
Instructions
Bootstrap a new document shelf at shelf_path.
Creates the directory layout (docs/, INDEX.md, .docshelf.json,
.gitignore), pre-creates any default_categories, and stores the
github_remote so generated INDEX entries link to raw GitHub URLs.
Idempotent — safe to call on an existing shelf to update metadata.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |