page #18
page
#18
Replies: 5 comments 3 replies
-
|
如何使用阿里的图标库呢icon图标非svg |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
你好,不同的分组,怎么设置不同的侧边栏呢?类似于这个博主这样: https://xinlei3166.github.io/blog/Docker/Docker%E6%96%87%E6%A1%A3 |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
好像这个网站有的图标都能用 https://simpleicons.org/ |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
你好,我想把很多内容放一个md文件中,他默认2-6级标题在右边,如何放在左边呢?相当于把右边的菜单当做左边的sidebar去使用 |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
谢谢大佬
…------------------ 原始邮件 ------------------
发件人: ***@***.***>;
发送时间: 2025年10月11日(星期六) 下午3:24
收件人: ***@***.***>;
抄送: ***@***.***>; ***@***.***>;
主题: Re: [Yiov/vitepress-doc] page (Discussion #18)
其实 Frontmatter教程 里都有的,单个md页面就关闭侧边栏,然后大纲栏靠左就行了
--- sidebar: false aside: left ---
整个都改变就需要到 config.mts 中配置
themeConfig: { sidebar: false, aside: 'left', }
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
page
我的vitpress文档教程
https://vitepress.yiov.top/page.html
Beta Was this translation helpful? Give feedback.
All reactions