Skip to content

Commit

Permalink
add en-us folder
Browse files Browse the repository at this point in the history
  • Loading branch information
QingWei-Li committed Mar 20, 2017
1 parent 44e2b5e commit 07da59c
Show file tree
Hide file tree
Showing 13 changed files with 36 additions and 2 deletions.
3 changes: 3 additions & 0 deletions _navbar.md
Expand Up @@ -6,3 +6,6 @@
- [模块](sections/module)
- [Network](sections/network)
- [进程](sections/process)
- Translations
- [中文](/)
- [English](/en-us/)
Empty file added en-us/README.md
Empty file.
11 changes: 11 additions & 0 deletions 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/)
Empty file added en-us/sections/error.md
Empty file.
Empty file added en-us/sections/event-async.md
Empty file.
Empty file added en-us/sections/io.md
Empty file.
Empty file added en-us/sections/js-basic.md
Empty file.
Empty file added en-us/sections/module.md
Empty file.
Empty file added en-us/sections/network.md
Empty file.
Empty file added en-us/sections/os.md
Empty file.
Empty file added en-us/sections/process.md
Empty file.
22 changes: 21 additions & 1 deletion index.html
Expand Up @@ -10,14 +10,34 @@
.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>
<div id="app"></div>
</body>
<script>
window.$docsify = {
repo: 'ElemeFE/node-interview',
name: 'Node.js Interview',
auto2top: true,
loadNavbar: true
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -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": {
Expand Down

0 comments on commit 07da59c

Please sign in to comment.