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
b92f9d4d
Commit
b92f9d4d
authored
Mar 16, 2020
by
叶飞
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
init
parent
98dd3c0d
Show whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
38 additions
and
13 deletions
+38
-13
config.js
docs/.vuepress/config.js
+18
-8
index.js
docs/.vuepress/config/nav/index.js
+1
-0
webpack.config.js
docs/.vuepress/config/webpack.config.js
+8
-0
favicon.ico
docs/.vuepress/public/favicon.ico
+0
-0
test.jpg
docs/.vuepress/public/img/gateway/test.jpg
+0
-0
virtualserialportdriver8.rar
docs/.vuepress/public/software/virtualserialportdriver8.rar
+0
-0
README.md
docs/README.md
+1
-1
README.md
docs/views/gateway/README.md
+8
-0
modbusRTU.md
docs/views/gateway/modbusRTU.md
+2
-0
test.jpg
docs/views/gateway/test.jpg
+0
-0
virtualserialportdriver8.rar
docs/views/gateway/virtualserialportdriver8.rar
+0
-0
webpack.config.js
webpack.config.js
+0
-4
No files found.
docs/.vuepress/config.js
View file @
b92f9d4d
const
path
=
require
(
'path'
);
const
nav
=
require
(
'./config/nav/'
);
const
sidebar
=
require
(
'./config/sidebar/'
);
const
configureWebpack
=
require
(
'./config/webpack.config.js'
);
const
resolvePath
=
(
p
)
=>
path
.
resolve
(
__dirname
,
p
);
module
.
exports
=
{
dest
:
resolvePath
(
'../../dist'
),
base
:
'
/iot/
'
,
base
:
''
,
title
:
"物联网知识库"
,
description
:
'物联网知识点分享'
,
head
:
[
[
'meta'
,
{
name
:
'viewport'
,
content
:
'width=device-width,initial-scale=1,user-scalable=no'
}]
[
'meta'
,
{
name
:
'viewport'
,
content
:
'width=device-width,initial-scale=1,user-scalable=no'
}],
[
'link'
,
{
rel
:
'icon'
,
href
:
'/favicon.ico'
}],
],
theme
:
'reco'
,
themeConfig
:{
...
...
@@ -19,21 +24,23 @@ module.exports = {
authorAvatar
:
'/vuepress/panda.png'
,
//首页右侧头像
search
:
true
,
searchMaxSuggestions
:
10
,
sidebarDepth
:
2
,
sidebarDepth
:
3
,
noFoundPageByTencent
:
false
,
//关闭404腾讯公益
lastUpdated
:
'Last Updated'
,
lastUpdated
:
true
,
// 最后更新时间
lastUpdated
:
'最后更新时间'
,
// string | boolean
repo
:
'https://g.civnet.cn:8443/doc/IoTDoc'
,
//git地址
repoLabel
:
'查看源码'
,
docsBranch
:
'master'
,
// 默认是 false, 设置为 true 来启用
docsDir
:
'docs'
,
// 如果你的文档不在仓库的根部
editLinks
:
true
,
editLinkText
:
'
帮助我们改善此页面
!'
,
editLinkText
:
'
在 GitHub 上编辑此页
!'
,
//评论
valineConfig
:
{
appId
:
'xbT4pPXCWQju5T7GXC5fUFlF-gzGzoHsz'
,
appKey
:
'bofA5chNQ60p37Ih9sMffSI0'
,
placeholder
:
'
947371421@qq.com
'
,
placeholder
:
'
请输入。。。
'
,
notify
:
true
,
// 邮件提醒
verify
:
tru
e
,
// 验证码
verify
:
fals
e
,
// 验证码
recordIP
:
true
},
author
:
'Jaasdsa'
,
// 作者
...
...
@@ -45,5 +52,7 @@ module.exports = {
//插件配置
plugins
:
[
]
],
// webpack配置
configureWebpack
}
\ No newline at end of file
docs/.vuepress/config/nav/index.js
View file @
b92f9d4d
...
...
@@ -4,6 +4,7 @@ module.exports = [
{
text
:
'边缘网关'
,
link
:
'/views/gateway/'
,
icon
:
'reco-category'
},
{
text
:
'PLC'
,
icon
:
'reco-tag'
,
items
:
[{
text
:
'Siemens'
,
link
:
'/views/plc/siemens/'
...
...
docs/.vuepress/config/webpack.config.js
0 → 100644
View file @
b92f9d4d
module
.
exports
=
{
resolve
:
{
alias
:
{
'@public'
:
'../../.vuepress/public'
}
}
}
\ No newline at end of file
docs/.vuepress/public/favicon.ico
0 → 100644
View file @
b92f9d4d
4.19 KB
docs/.vuepress/public/img/gateway/test.jpg
0 → 100644
View file @
b92f9d4d
24.9 KB
docs/.vuepress/public/software/virtualserialportdriver8.rar
0 → 100644
View file @
b92f9d4d
File added
docs/README.md
View file @
b92f9d4d
...
...
@@ -4,7 +4,7 @@ heroImage: /vuepress/panda.png
heroText
:
物联网知识库
tagline
:
PandaIoTDoc
actionText
:
开启进阶之路
actionLink
:
/gateway/
actionLink
:
/
views/
gateway/
features
:
-
title
:
Gateway
details
:
部署在网络边缘侧的网关,通过网络联接、协议转换等功能联接物理和数字世界,提供轻量化的联接管理、实时数据分析及应用管理功能。
...
...
docs/views/gateway/README.md
View file @
b92f9d4d
# 这是网关主页
![
Image from alias
](
~@public/img/gateway/test.jpg
)
## 这是网关主页
### 这是网关主页
[
kepserver
](
https://g.civnet.cn:8443/doc/software/raw/master/kepserverex.rar
)
[
破解器
](
https://g.civnet.cn:8443/doc/software/raw/master/KEPServerEX-6.4.321.0%20%E7%88%86%E7%A0%B4(%E5%AE%8C%E7%BE%8E
)
.rar)
[
模拟器
](
https://g.civnet.cn:8443/doc/software/raw/master/ModbusPollSalveSN.rar
)
[
虚拟串口
](
https://g.civnet.cn:8443/doc/software/raw/master/virtualserialportdriver8.rar
)
docs/views/gateway/modbusRTU.md
View file @
b92f9d4d
# 这是modbusRTU的页面
![
一个图片
](
./test.jpg
)
\ No newline at end of file
docs/views/gateway/test.jpg
0 → 100644
View file @
b92f9d4d
24.9 KB
docs/views/gateway/virtualserialportdriver8.rar
0 → 100644
View file @
b92f9d4d
File added
webpack.config.js
deleted
100644 → 0
View file @
98dd3c0d
module
.
exports
=
{
}
\ 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