Aug 16, 2024

sideBar

The sideBar object defining sideBar of the website.

style
string
Required
Default: details
The style of the sidebar. Either "static" or "details".
develop
boolean
Required
Default: true
If the sideBar.style is set to details, this controls weather the collapsible are open (`true`) or closed (`false`) by default.
style
string
Required
Default: details
The style of the sidebar. Either "static" or "details".
socials
string
Required
Default: details

sideBar.socials

The socials object describing the socials displayed on right of the sidebar.

target
string
Default: _self
The target property of the social link. Can be "_blank"|"_self"|"_parent"|"_top"|"framename".
list
array
Required

sideBar.socials.list

An array of socials displayed on the right of the sidebar.

name
string
Required
The name of the social (ex : GitHub).
url
string
Required
The url of the social page.
icon
boolean
The name of the social icon.
Last updated : Aug 16, 2024