项目作者: guess-js

项目描述 :
The website of Guess.js
高级语言: JavaScript
项目地址: git://github.com/guess-js/guess-js.github.io.git
创建时间: 2018-10-27T19:24:45Z
项目社区:https://github.com/guess-js/guess-js.github.io

开源协议:MIT License

下载


Website of Guess.js

This repository contains the source code for guessjs.com.

Developing

  1. npm i -g gatsby
  2. git clone git@github.com:guess-js/guessjs.com && cd guessjs.com
  3. npm i
  4. gatsby develop

Deployment

For deployment, you need the guess repository in a sibling directory of the docs in order to generate API documentation:

  1. git clone git@github.com:guess-js/guess
  2. git clone git@github.com:guess-js/guessjs.com && cd guessjs.com
  3. npm i
  4. npm run build
  5. git add .
  6. git commit -am 'Publishing the docs'
  7. git push origin master

Adding a Guide

To add a guide, create a markdown file in the content directory. To add a link to the guide in the “Docs” page, edit src/components/docs-layout/index.js and add a new entry in the renderSidebar method.

License

MIT