tristanpoland/Rust Docs to Wiki
Automatically extract Rust documentation and publish it to GitHub Wiki
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | GitHub token for wiki access (typically secrets.GITHUB_TOKEN) | yes | ${{ github.token }} |
| source_path | Directory containing Rust source files | no | src |
| wiki_path | Directory to store generated wiki content before publishing | no | wiki-content |
| commit_message | Commit message for wiki updates | no | Update documentation from Rust code |
| excluded_paths | Comma-separated list of paths to exclude | no | "" |
| extract_private | Whether to extract private items (true/false) | no | false |
| max_definition_lines | Maximum number of lines to extract for each definition | no | 50 |
Outputs
no outputs