Code Monkey home page Code Monkey logo

docs's Introduction

๐Ÿ“„ Documentation for Growthbeat

wercker


Setup | Building | Usage | What's included | Development

Setup

Required software

Building

This documentaion site is powerd by Hugo hosted on Github Pages. To build a Hugo site you'll need to setup Golang and Hugo environment on your system. Please see Setup, If you are not familiar with Hugo, please check the Hugo quickstart guide.

Follow these steps to build Hugo site on your system:

$ git clone [email protected]:growthbeat/docs.git
$ cd docs
$ npm run bootstrap
$ npm start

Usage

Write a new article

Follow these steps to post a new article:

# Write an article
$ npm run post <File Name>.md
/path/to/docs/content/<File Name>.md created
# Writing
# commit
$ git add .
$ git commit -m "message"
$ git push

Update an article

After updating existing article in content, please change date. It is used as update date in this site.

Deployment

This blog uses wercker to deploy public to gh-pages branch automatically so you do not have to do it yourself. If you would like to know this configuration, please see wercker.yml. If you are not familiar with wercker, please check the wercker quickstart guide.

Development

  1. Fork it ( https://github.com/[my-github-username]/docs/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Versioning

For transparency into our release cycle and in striving to maintain backward compatibility, IT is maintained under the Semantic Versioning guidelines. Sometimes we screw up, but we'll adhere to those rules whenever possible.

License

growthbeat/docs ยฉ SIROK, Inc. Code is under MIT License and documents are under CC BY-NC 4.0

Whenever code for docs is borrowed or inspired by awesome existing sources, we credit the original developer, designer or article in our code. Please create issue if you think any credit is absent.

docs's People

Contributors

sotayamashita avatar tooooomin avatar sangotaro avatar tabachain avatar ainoya-s avatar mitsuakinoda avatar

Watchers

James Cloos avatar  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.