diff --git a/_navbar.md b/_navbar.md index d2cc4fc..3f1f12d 100644 --- a/_navbar.md +++ b/_navbar.md @@ -6,3 +6,6 @@ - [模块](sections/module) - [Network](sections/network) - [进程](sections/process) +- Translations + - [中文](/) + - [English](/en-us/) \ No newline at end of file diff --git a/en-us/README.md b/en-us/README.md new file mode 100644 index 0000000..e69de29 diff --git a/en-us/_navbar.md b/en-us/_navbar.md new file mode 100644 index 0000000..89618db --- /dev/null +++ b/en-us/_navbar.md @@ -0,0 +1,11 @@ +- [Home](/en-us/) +- Sections + - [Event/Async](/en-us/sections/event-async) + - [IO](/en-us/sections/io) + - [Javascript Basic](/en-us/sections/js-basic) + - [Module](/en-us/sections/module) + - [Network](/en-us/sections/network) + - [Process](/en-us/sections/process) +- Translations + - [中文](/) + - [English](/en-us/) diff --git a/en-us/sections/error.md b/en-us/sections/error.md new file mode 100644 index 0000000..e69de29 diff --git a/en-us/sections/event-async.md b/en-us/sections/event-async.md new file mode 100644 index 0000000..e69de29 diff --git a/en-us/sections/io.md b/en-us/sections/io.md new file mode 100644 index 0000000..e69de29 diff --git a/en-us/sections/js-basic.md b/en-us/sections/js-basic.md new file mode 100644 index 0000000..e69de29 diff --git a/en-us/sections/module.md b/en-us/sections/module.md new file mode 100644 index 0000000..e69de29 diff --git a/en-us/sections/network.md b/en-us/sections/network.md new file mode 100644 index 0000000..e69de29 diff --git a/en-us/sections/os.md b/en-us/sections/os.md new file mode 100644 index 0000000..e69de29 diff --git a/en-us/sections/process.md b/en-us/sections/process.md new file mode 100644 index 0000000..e69de29 diff --git a/index.html b/index.html index 9302a6d..00dc555 100644 --- a/index.html +++ b/index.html @@ -10,6 +10,27 @@ .markdown-section a:not(:hover) { text-decoration: none; } + .sidebar { + padding-top: 20px; + } + .sidebar h1 { + font-weight: normal; + } + .sidebar blockquote { + margin-left: 12px; + } + nav.app-nav { + position: fixed; + background-color: rgba(255, 255, 255, .8); + width: 100%; + margin-top: 0; + padding: 13px 0; + border-bottom: 1px solid rgba(0, 0, 0, .07); + margin-top: 0; + } + section.content { + padding-top: 50px; + }
@@ -17,7 +38,6 @@