docshelf_init_shelf
Initialize a document shelf by creating the necessary directory layout, INDEX.md, and metadata. Pre-create categories and link to a GitHub remote for automatic raw URL generation.
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 |