加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/ging/licode
克隆/下载
mkdocs.yml 538 Bytes
一键复制 编辑 原始数据 按行查看 历史
site_name: Documentation
site_url: http://licode.readthedocs.org
repo_url: https://github.com/lynckia/licode
site_description: Open Source WebRTC Communications Platform
docs_dir: doc
theme:
name: mkdocs
custom_dir: doc/custom_theme
extra_css: ['css/style.css', 'css/architecture.css']
extra_javascript: ['js/script.js']
pages:
- API Documentation:
- Architecture: index.md
- Client API: client_api.md
- Server API: server_api.md
- Installation:
- Docker: docker.md
- From Source: from_source.md
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化