jianboy / cordova-docs-cn

cordova-docs-cn中文社区文档,Apache官网没补充中文文档。fork on https://github.com/apache/cordova-docs

Home Page:https://cordova.yoqi.me/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

Cordova Docs / Website

This repository contains the source code for the Cordova website at cordova.apache.org.

The site is also reachable with the short domain cordova.io, the important subareas as docs.cordova.io, blog.cordova.io and plugins.cordova.io.

中文网站构架

git clone https://github.com/jianboy/cordova-docs-cn.git

docker-compose up -d

docker attach containerid -it /bin/bash

npm install

npm run-script build

或者手动执行(更快):

node tools/bin/toc.js www/docs www/_data/toc

bundle exec jekyll build --config conf/_config.yml,conf/_defaults.yml,conf/_version.yml,conf/_prod.yml --watch

About

cordova-docs-cn中文社区文档,Apache官网没补充中文文档。fork on https://github.com/apache/cordova-docs

https://cordova.yoqi.me/

License:Apache License 2.0


Languages

Language:JavaScript 62.4%Language:HTML 22.0%Language:CSS 14.8%Language:Java 0.3%Language:Shell 0.3%Language:Dockerfile 0.2%Language:Ruby 0.0%