Skip to content

christoff-1992/Oxide.Docs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Oxide Docs Build Status

Contributing

Prerequisites

You're going to need:

  • Ruby, version 1.9.3 or newer
  • Bundler — If Ruby is already installed, but the bundle command doesn't work, just run gem install bundler in a terminal.

Setup

  1. Fork this repository on GitHub.
  2. Clone your forked repository (not our original one) git clone https://github.com/YOURUSERNAME/Oxide.Docs.git
  3. Open up the Ruby command console.
  4. Type cd Oxide.Docs in the Ruby console.
  5. Install all dependencies: bundle install
  6. Start the test server: bundle exec middleman server

You can now see the docs at http://localhost:4567. Whoa! That was fast!

Now that you have it all setup, you'll probably want to learn more about editing markdown.

Once you've made the changes you'd feel are needed, push them to your fork and then submit a pull request. Simple as that!

Special Thanks

About

API documentation for the Oxide mod framework.

Resources

License

Unknown, Unknown licenses found

Licenses found

Unknown
LICENSE
Unknown
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 89.8%
  • CSS 7.8%
  • HTML 1.2%
  • Ruby 1.1%
  • Shell 0.1%