Skip to content

Commit

Permalink
chore(build): auto-generate docs
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 11, 2024
1 parent 1f9218b commit dda3097
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ config.defaults = {
border = "rounded",
scrollbar = { enabled = true, character = "", offset = 0 },
position = "auto",
advanced_styling = false,
},
type_icons = {
Class = "󰠱",
Expand Down Expand Up @@ -377,6 +378,13 @@ Configuration of the scrollbar
Position of docs view.
Auto will prefer right if there is enough space

## Advanced Styling
`config.ui.docs.advanced_styling? boolean`

Use advanced styling for the documentation.
This will use treesitter to make the menu prettier which comes with quite a big
performance cost though.

Additional data passed to format function to allow more advanced formatting
# `care.format_data`

Expand Down

0 comments on commit dda3097

Please sign in to comment.