Streamerbot / docs

Official documentation for Streamer.bot
https://docs.streamer.bot
7 stars 45 forks source link

Refactor C# API References #85

Closed Whipstickgostop closed 4 months ago

Whipstickgostop commented 5 months ago

Is your feature request related to a problem? Please describe. Currently the C# pages are a mixture of autogenerated method definitions and the old wiki-imported pages which were sorting them out in to various 'categories'.

We need a better way to continue to categorize methods and add custom supplementary information while using auto-generation as the primary source of content.

Describe the solution you'd like

Additional context Assigning myself as this requires changes to the docs core repo

Whipstickgostop commented 4 months ago

I think it will end up being something like this: image image

Tried to keep similar structure with sub-actions, so the parameters and value keys work the same. value can then be plugged in automatically for the CPH code example.

Whipstickgostop commented 4 months ago

Closed now that you can also import shared params from the _parameters partial directory.