mirror of
https://github.com/ElemeFE/node-interview.git
synced 2026-01-25 16:46:33 +00:00
add en-us folder
This commit is contained in:
parent
44e2b5e0b8
commit
07da59c73c
@ -6,3 +6,6 @@
|
||||
- [模块](sections/module)
|
||||
- [Network](sections/network)
|
||||
- [进程](sections/process)
|
||||
- Translations
|
||||
- [中文](/)
|
||||
- [English](/en-us/)
|
||||
0
en-us/README.md
Normal file
0
en-us/README.md
Normal file
11
en-us/_navbar.md
Normal file
11
en-us/_navbar.md
Normal file
@ -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/)
|
||||
0
en-us/sections/error.md
Normal file
0
en-us/sections/error.md
Normal file
0
en-us/sections/event-async.md
Normal file
0
en-us/sections/event-async.md
Normal file
0
en-us/sections/io.md
Normal file
0
en-us/sections/io.md
Normal file
0
en-us/sections/js-basic.md
Normal file
0
en-us/sections/js-basic.md
Normal file
0
en-us/sections/module.md
Normal file
0
en-us/sections/module.md
Normal file
0
en-us/sections/network.md
Normal file
0
en-us/sections/network.md
Normal file
0
en-us/sections/os.md
Normal file
0
en-us/sections/os.md
Normal file
0
en-us/sections/process.md
Normal file
0
en-us/sections/process.md
Normal file
22
index.html
22
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;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
@ -17,7 +38,6 @@
|
||||
</body>
|
||||
<script>
|
||||
window.$docsify = {
|
||||
repo: 'ElemeFE/node-interview',
|
||||
name: 'Node.js Interview',
|
||||
auto2top: true,
|
||||
loadNavbar: true
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
"name": "node-interview",
|
||||
"repository": "git@github.com:ElemeFE/node-interview.git",
|
||||
"scripts": {
|
||||
"serve": "docsify serve"
|
||||
"serve": "docsify serve ."
|
||||
},
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user