add en-us folder

This commit is contained in:
qingwei.li 2017-03-20 13:52:04 +08:00
parent 44e2b5e0b8
commit 07da59c73c
13 changed files with 36 additions and 2 deletions

View File

@ -6,3 +6,6 @@
- [模块](sections/module)
- [Network](sections/network)
- [进程](sections/process)
- Translations
- [中文](/)
- [English](/en-us/)

0
en-us/README.md Normal file
View File

11
en-us/_navbar.md Normal file
View 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
View File

View File

0
en-us/sections/io.md Normal file
View File

View File

0
en-us/sections/module.md Normal file
View File

View File

0
en-us/sections/os.md Normal file
View File

View File

View File

@ -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

View File

@ -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": {