Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
I
IoTDoc
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Document
IoTDoc
Commits
a553f6b1
Commit
a553f6b1
authored
Mar 16, 2020
by
叶飞
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
init
parent
89eb8385
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
102 additions
and
17 deletions
+102
-17
.gitignore
.gitignore
+0
-1
config.js
docs/.vuepress/config.js
+13
-2
index.js
docs/.vuepress/config/nav/index.js
+16
-3
index copy.js
docs/.vuepress/config/sidebar/index copy.js
+29
-0
index.js
docs/.vuepress/config/sidebar/index.js
+24
-4
README.md
docs/README.md
+8
-7
README.md
docs/foo/README.md
+2
-0
README.md
docs/views/gateway/README.md
+2
-0
modbusRTU.md
docs/views/gateway/modbusRTU.md
+2
-0
README.md
docs/views/iot/README.md
+2
-0
README.md
docs/views/plc/schneider/README.md
+2
-0
README.md
docs/views/plc/siemens/README.md
+2
-0
No files found.
.gitignore
View file @
a553f6b1
node_modules/
gb-pages/
dist
.vscode/
docs/.vuepress/config.js
View file @
a553f6b1
...
...
@@ -5,7 +5,7 @@ const resolvePath=(p)=>path.resolve(__dirname,p);
module
.
exports
=
{
dest
:
resolvePath
(
'../../dist'
),
base
:
'/iot/'
,
//
base: '/iot/',
title
:
"物联网知识库"
,
description
:
'物联网知识点分享'
,
head
:
[
...
...
@@ -26,7 +26,18 @@ module.exports = {
repoLabel
:
'查看源码'
,
docsBranch
:
'master'
,
// 默认是 false, 设置为 true 来启用
editLinks
:
true
,
editLinkText
:
'帮助我们改善此页面!'
editLinkText
:
'帮助我们改善此页面!'
,
//评论
valineConfig
:
{
appId
:
'xbT4pPXCWQju5T7GXC5fUFlF-gzGzoHsz'
,
appKey
:
'bofA5chNQ60p37Ih9sMffSI0'
,
placeholder
:
'947371421@qq.com'
,
notify
:
true
,
// 邮件提醒
verify
:
true
,
// 验证码
recordIP
:
true
},
author
:
'Jaasdsa'
,
// 作者
startYear
:
'2020'
,
// 项目开始时间
},
markdown
:
{
lineNumbers
:
true
...
...
docs/.vuepress/config/nav/index.js
View file @
a553f6b1
//导航栏
module
.
exports
=
[
{
text
:
'主页'
,
link
:
'/index.html'
,
icon
:
'reco-home'
},
{
text
:
'边缘网关'
,
link
:
'/gateway/'
,
icon
:
'reco-category'
},
// { text: 'GitHub', link: 'https://g.civnet.cn:8443/doc/IoTDoc', target:'_blank' ,icon: 'reco-gitlab'}
{
text
:
'主页'
,
link
:
'/'
,
icon
:
'reco-home'
},
{
text
:
'边缘网关'
,
link
:
'/views/gateway/'
,
icon
:
'reco-category'
},
{
text
:
'PLC'
,
items
:
[{
text
:
'Siemens'
,
link
:
'/views/plc/siemens/'
},
{
text
:
'Schneider'
,
link
:
'/views/plc/schneider/'
},
]
},
{
text
:
'foo'
,
link
:
'/foo/'
,
icon
:
'reco-category'
},
]
\ No newline at end of file
docs/.vuepress/config/sidebar/index copy.js
0 → 100644
View file @
a553f6b1
//侧边栏
module
.
exports
=
{
'/views/gateway/'
:
[{
title
:
'边缘网关'
,
collapsable
:
false
,
children
:
[
'/views/gateway'
,
]
}],
'/plc/siemens/'
:
[{
title
:
'Siemens'
,
collapsable
:
false
,
children
:
[
'/views/plc/siemens'
,
]
}],
'/plc/schneider/'
:
[{
title
:
'Schneider'
,
collapsable
:
false
,
children
:
[
'/views/plc/schneider'
,
]
}],
'/foo/'
:[
''
],
'/'
:
[
''
]
}
\ No newline at end of file
docs/.vuepress/config/sidebar/index.js
View file @
a553f6b1
//侧边栏
module
.
exports
=
{
'/gateway/'
:
[
''
,
]
'/views/gateway/'
:
[{
title
:
'边缘网关'
,
collapsable
:
false
,
children
:
[
''
,
'modbusRTU'
,
]
}],
'/views/plc/siemens/'
:
[{
title
:
'Siemens'
,
collapsable
:
false
,
children
:
[
''
,
]
}],
'/views/plc/schneider/'
:
[{
title
:
'Schneider'
,
collapsable
:
false
,
children
:
[
''
,
]
}],
'/'
:
[
''
]
}
\ No newline at end of file
docs/README.md
View file @
a553f6b1
...
...
@@ -4,13 +4,13 @@ heroImage: /vuepress/panda.png
heroText
:
物联网知识库
tagline
:
PandaIoTDoc
actionText
:
开启进阶之路
actionLink
:
/
views
/
actionLink
:
/
gateway
/
features
:
-
title
:
简洁至上
details
:
以 Markdown 为中心的项目结构,以最少的配置帮助你专注于写作
。
-
title
:
Vue驱动
details
:
享受 Vue + webpack 的开发体验,在 Markdown 中使用 Vue 组件,同时可以使用 Vue 来开发自定义主题。
-
title
:
高性能
details
:
VuePress 为每个页面预渲染生成静态的 HTML,同时在页面被加载的时候,将作为 SPA 运行
。
-
title
:
Gateway
details
:
部署在网络边缘侧的网关,通过网络联接、协议转换等功能联接物理和数字世界,提供轻量化的联接管理、实时数据分析及应用管理功能
。
-
title
:
PLC家族
details
:
常见PLC:西门子,施耐德等常见型号说明及PLC通信协议案例
-
title
:
组态家族
details
:
主流组态软件案例,kepServer、Intouch、IFix、Wincc、组态王、力控
。
footer
:
MIT Licensed | Copyright © 2018-present Evan You
---
\ No newline at end of file
docs/foo/README.md
0 → 100644
View file @
a553f6b1
# foo
\ No newline at end of file
docs/views/gateway/README.md
View file @
a553f6b1
# 这是网关主页
\ No newline at end of file
docs/views/gateway/modbusRTU.md
0 → 100644
View file @
a553f6b1
# 这是modbusRTU的页面
\ No newline at end of file
docs/views/iot/README.md
0 → 100644
View file @
a553f6b1
# IoT
\ No newline at end of file
docs/views/plc/schneider/README.md
0 → 100644
View file @
a553f6b1
# Schneider
\ No newline at end of file
docs/views/plc/siemens/README.md
0 → 100644
View file @
a553f6b1
# schneider
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment