Skip to content

Commit

Permalink
Set up GitHub pages for website (SkyAPM#21)
Browse files Browse the repository at this point in the history
* Set up GitHub pages for website

* Remove token and configure it in travis-ci.org

* Update package.json
  • Loading branch information
kezhenxu94 authored and wu-sheng committed Apr 24, 2019
1 parent 2aff672 commit 17af881
Show file tree
Hide file tree
Showing 87 changed files with 483 additions and 418 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.idea
node_modules
package-lock.json
26 changes: 26 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
language: node_js

node_js:
- "8"

script:
- npm run build

deploy:
provider: pages
skip_cleanup: true
github_token: "$GITHUB_TOKEN"
keep_history: false
local_dir: dist
target_branch: gh-pages
name: kezhenxu94
email: [email protected]
on:
branch: master

notifications:
email:
recipients:
- [email protected]
on_success: change
on_failure: always
4 changes: 4 additions & 0 deletions docs/.vuepress/config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
module.exports = {
base: "/document-cn-translation-of-skywalking/",
dest: "dist"
}
7 changes: 6 additions & 1 deletion README.md → docs/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# SkyWalking 文档中文版(社区提供)
此文档源自Apache SkyWalking [官方文档](https://github.com/apache/incubator-skywalking/blob/master/docs/README.md)
此文档源自 Apache SkyWalking [官方文档](https://github.com/apache/incubator-skywalking/blob/master/docs/README.md)
由社区志愿者提供翻译和更新。

**所有文档内容仅供参考,所有描述以英文官方文档为准。**
Expand All @@ -9,5 +9,10 @@
- [@KAMIJYOUDOUMA](https://github.com/KAMIJYOUDOUMA)
- [@thelight1](https://github.com/thelight1)

## 版本
此文档从 SkyWalking 6.0.0-GA 版开始提供中文翻译版本, 各版本文档分别如下:

- [6.0.0-GA](zh/6.0.0-GA/README.md)

## LICENSE
Apache 2.0
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
13 changes: 7 additions & 6 deletions zh/README.md → docs/zh/6.0.0-GA/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@

在这里你可以了解到所有有关 **SkyWalking** 的架构, 如何部署并使用 SkyWalking, 以及如何基于 SkyWalking 进行开发.

- [概念与设计](zh/concepts-and-designs/README.md). 概念与设计解释了 SkyWalking 最重要的核心思想.
- [概念与设计](concepts-and-designs/README.md). 概念与设计解释了 SkyWalking 最重要的核心思想.
如果你想理解这些特性和可视化底层是如何运作的, 你可以从那里开始学习.
- [设置](zh/setup/README.md). 包含了在不同场景下安装 SkyWalking 的教程. 作为一个平台, SkyWalking 提供了几种方式来提供观测能力.
- [设置](setup/README.md). 包含了在不同场景下安装 SkyWalking 的教程. 作为一个平台, SkyWalking 提供了几种方式来提供观测能力.
包括监控以及报警.
- [贡献指南](zh/guides/README.md). 教程是针对 PPMC, Committer 和新贡献者. 在这里你可以了解到如何从零进行贡献.
- [协议](zn/protocols/README.md). 协议展示了 Agents/探针和后端的通讯方式. 对于上行遥测数据感兴趣的人, 绝对应该一读.
- [FAQs](zn/FAQ/README.md). 包括了一个清单, 含有已知的设置问题, 如果你遇到什么问题, 请先在那里查找看是否已有解决方案.
- [贡献指南](guides/README.md). 教程是针对 PPMC, Committer 和新贡献者. 在这里你可以了解到如何从零进行贡献.
- [协议](protocols/README.md). 协议展示了 Agents/探针和后端的通讯方式. 对于上行遥测数据感兴趣的人, 绝对应该一读.
- [FAQs](FAQ/README.md). 包括了一个清单, 含有已知的设置问题, 如果你遇到什么问题, 请先在那里查找看是否已有解决方案.

除此之外, 你还可能对以下链接感兴趣.

Expand All @@ -19,7 +19,8 @@
- 我们一直在寻找优化文档和代码的帮助, 所以如果你发现了有什么问题, 不要犹豫, [给我们提 Issue](https://github.com/apache/skywalking/issues/new),
或者, 通过 PR 把你的贡献提交给我们, 帮助我们把 SkyWalking 做得更好.

___
---

### 来自 5.x 版本的用户
SkyWalking 5.x 仍然由社区支持. 对于想从 5.x 升级到 6.x 的用户, 你应该要知道有些定义和概念已经改变了.

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit 17af881

Please sign in to comment.