8000 GitHub - rychenga/docs: Prometheus 中文文档
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

rychenga/docs

 
 

Repository files navigation

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

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 79.8%
  • HTML 12.2%
  • Ruby 6.9%
  • Other 1.1%
0