Skip to content
master
Go to file
Code
This branch is even with prometheus-zh:master.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
lib
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Prometheus 中文文档

这个库包含prometheus站点的内容和静态站点生成器代码.

环境要求

你需要有一个ruby的工作环境,并且安装网站运行必须的gems包。

cd docs
bundle

编译

生成静态站资源, 执行:

bundle exec nanoc

生成的静态文件资源会被存储在 output 这个目录下.

开发环境

在本地运行生成的网站,执行:

# Rebuild the site whenever relevant files change:
bundle exec guard
# Start the local development server:
bundle exec nanoc view

现在,你可以通过http://localhost:3000/访问你生成的网站了.

License

Apache License 2.0, see LICENSE.

About

Prometheus 中文文档

Resources

License

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.