Code Monkey home page Code Monkey logo

rdk_doc's Introduction

English| 简体中文

Welcome to this project! This document will help you quickly get started with the installation, development, building, and deployment of RDK_DOC.

I. Environment Installation

To install the dependencies for this project, execute the following command:

$ npm install

II. Online Operation

To build only the Chinese manual:

$ npm run start

To build only the English manual:

$ npm run start  -- --locale en

This method does not support switching between Chinese and English documents. It can only build a single language document. If you need to display Chinese and English simultaneously, please refer to the method in Step III.

III. Offline Deployment

For compiling and deploying the documents, use the following command:

$ npm run build

To deploy the documents, use the following command:

#Direct Deployment

$ npm run serve

#Deploy with Specified IP Address and Port Number

$ npm run serve -- --host=10.64.29.52 --port=1688 --no-open

This will start a static file server and provide the following links for access in the browser,The port number should be based on the actual port number:

English manual link: http://localhost:3000/en/rdk_doc/

Chinese manual link: http://localhost:3000/rdk_doc/

Note: Please ensure that Node.js version 18.0 or higher is required.

rdk_doc's People

Contributors

xuguosheng110 avatar zhu-kao avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.