项目作者: Soft8Soft

项目描述 :
Verge3D User Manual and API Reference
高级语言: HTML
项目地址: git://github.com/Soft8Soft/verge3d-docs.git
创建时间: 2020-06-28T07:23:41Z
项目社区:https://github.com/Soft8Soft/verge3d-docs

开源协议:Creative Commons Attribution 4.0 International

下载


Verge3D User Manual and API Reference

Here is the source code of Verge3D User Manual and API Reference.

Translation Guide

  1. Install npm.

  2. Go to the documentation folder and install dependencies with the command:

    1. npm install
  3. Copy the translated manual file(s) from the manual/en/… to manual/LANG directory or if you’re going to translate the API documenation, copy from api/en/… to api/LANG.

  4. Add translated file(s) to the list.json file.

  5. Add translated language in the generate.js file:

    1. const LANGUAGES = ['en', 'ru', 'zh', 'PUT_YOUR_LANGUAGE_HERE']
  6. Generate documentation:

    1. node generate.js
  7. Check out the generated manual in the output directory.