change related nav position

This commit is contained in:
Sean
2019-10-29 16:58:52 +08:00
parent d18c7554b3
commit 52bde32d5f
3 changed files with 3 additions and 7 deletions
+1 -1
View File
@@ -90,7 +90,7 @@ body[data-page="en/uiflow/uiflow_home_page.md"] article.markdown-section {
position: fixed;
top:20%;
right: 100px;
right: 4%;
z-index: 9999;
}
-4
View File
@@ -1,9 +1,5 @@
# M5Stack Cases {docsify-ignore-all}
## STEM Education Cases
## M5Stack Awesome
* [M5Stack-SD-Updater](https://github.com/tobozo/M5Stack-SD-Updater) - Customizable menu system for M5Stack - loads apps from the Micro SD card
+2 -2
View File
@@ -68,7 +68,7 @@
<a class="dropdown-item" href="https://github.com/m5stack/UIFlow-Code/wiki">MicroPython API</a>
</div>
</div>
<a id="cases" class="p-2 text-dark" href="#/en/case">M5Stack Cases</a>
<a id="cases" class="p-2 text-dark" href="#/en/case">Cases</a>
<a id="uiflow" class="p-2 text-dark" href="#/en/uiflow/uiflow_home_page">UIFlow</a>
<a id="related" class="p-2 text-dark" href="#/en/related_documents">Software Tutorial</a>
<a id="faq" class="p-2 text-dark" href="#/en/faq" style="margin-right: 70px;">FAQ</a>
@@ -217,7 +217,7 @@
$("#product").attr("href", "#");
$("#arduino").text("Arduino API");
$("#arduino").attr("href", "#/en/api");
$("#cases").text("M5Stack Cases");
$("#cases").text("Cases");
$("#cases").attr("href", "#/en/case");
$("#related").text("Software Tutorial");
$("#related").attr("href", "#/en/related_documents");