我正在使用 npm 包 redoc 并尝试自定义侧边栏。我还想在侧边栏中添加更多选项。我怎样才能做到这一点?
<RedocStandalone
specUrl={data}
options={{
nativeScrollbars: true,
theme: {
colors: { primary: { main: "#dd5522" } },
menu: {
backgroundColor: "#fff",
fontSize: "40px",
},
},
}}
/>
我就是这样用的。