Skip to content

cRaErBs/ipi-doc-source

 
 

Repository files navigation

ADLINK IPi documentation

Getting started

  1. Install dependencies:
$ git clone https://github.com/ADLINK-EPM/ipi-doc-source.git
$ cd ipi-doc-source
$ npm install
$ npm install hexo-cli -g

  1. Generate HTML website:
$ hexo clean
$ hexo g
  1. Run server on local side:
$ hexo s

How to add/modify the source of ipi-doc

Basic rules

  • your markdown and hexo source must build
  • your image format goes to .png
  • please use "Camel case" for your folder or file name.
    for example, HowToUseInstallUbuntu.md
  • please make sure that website can work at your local side

How to work

  • the recommneded method is to fork on github, and then send pull requests to the main proejct.
  • we will get the notification to merge your changes and go public your html files

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 61.0%
  • JavaScript 36.8%
  • Shell 2.0%
  • HTML 0.2%