foundry-rs / foundry-rs/foundry
feat(doc) user-defined documentation layout
Open
A-config
C-forge
Cmd-forge-doc
T-feature
- Dominant language
- Rust
- Stars
- 10.6k
- Forks
- 2.6k
- Avg merge
- 18h 20m
- Merged PRs (30d)
- 510
Description
### Component
Forge
### Describe the feature you would like
I want to define what is outputted in the markdown generated docs by order
currently we have:
```
## State Variables
## Functions
## Events
## Structs
```
I would like to specify the order that is outputted so:
```
## Structs
## State Variables
## Functions
## Events
```
### Additional context
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.