Config File Structure Issue
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 11
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
In the docs:
https://docs.massa.net/docs/deweb/cli/config
it lacks a comma after 64000
```json
{
"wallet_password": "your-wallet-password",
"wallet_path": "your-wallet.yaml",
"node_url": "https://mainnet.massa.net/api/v2",
"chunk_size": 64000
"metadatas": {
"TITLE": "My Website",
"DESCRIPTION": "This is my website",
"KEYWORD1": "deweb",
"KEYWORD2": "massa",
}
}
```
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Open the configuration documentation at the linked docs page and locate the JSON example containing "chunk_size": 64000. Correct the example's structure by adding the missing comma after 64000, then verify that the displayed configuration is valid JSON and that the documentation renders correctly.
Written by the indexing model from the issue text.
Assessment
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 45/100