Skip to content

Commit

Permalink
<Test>
Browse files Browse the repository at this point in the history
  • Loading branch information
SeaHI-Robot committed Jul 26, 2024
1 parent cdadcc8 commit f122103
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@



<img src="_media/brave_kun.png" style="zoom: 30%;" />
<img src="docs/_media/brave_kun.png" style="zoom: 30%;" />



Expand All @@ -18,4 +18,4 @@



<img src="_media/beg.jpg" style="zoom:15%;" />
<img src="docs/_media/beg.jpg" style="zoom:15%;" />
4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<!-- 设置浏览器图标 -->
<link rel="shortcut icon" href="_media/seahipage-logo.svg" type="image/x-icon">
<link rel="shortcut icon" href="docs/_media/seahipage-logo.svg" type="image/x-icon">
<!-- 默认主题 -->
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify@4/lib/themes/vue.css">

Expand Down Expand Up @@ -37,7 +37,7 @@
// 仓库地址,点击右上角的Github章鱼猫头像会跳转到此地址
repo: '',
// 在侧边栏中出现的网站图标, 你可以使用CSS来更改大小, 划到底部有可以改的地方
logo: '/_media/mujoco_logo.png',
logo: '/docs/_media/mujoco_logo.png',
// 侧边栏支持,默认加载的是项目根目录下的_sidebar.md文件
loadSidebar: true,
// 同时设置 loadSidebar 和 autoHeader 后, 可以根据 _sidebar.md 的内容自动为每个页面增加标题, 我不喜欢打开这个选项
Expand Down

0 comments on commit f122103

Please sign in to comment.