No commit activity in last 3 years
No release in over 3 years
PrettyDocs by 3rd Wave Media adapted for Ruby on Rails.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 3.3.7, ~> 3.3
>= 4.7.0.1, ~> 4.7
~> 0.15

Runtime

>= 3.3.7, ~> 3.3
>= 4.7.0.1, ~> 4.7
>= 4.2.0
 Project Readme

PrettyDocs Rails

A rails plugin for the PrettyDocs Bootstrap theme.

Dependencies

This is has been tested on the following:

  • Ruby 2.3.3
  • Rails 5.0.0.1

Other dependencies:

Installation

Add this line to your application's Gemfile:

# PrettyDocs Rails
gem 'prettydocs_rails'

Usage

How to use this plugin.

Sass

Change your application.css to application.scss.

$ mv app/assets/stylesheets/application.css app/assets/stylesheets/application.scss

Then, remove all the *= require_self and *= require_tree . statements from the sass file. Instead, use @import to import Sass files.

Do not use *= require in Sass or your other stylesheets will not be [able to access][antirequire] the Bootstrap mixins or variables.

Using SCSS, add this to your application.scss file:

@import "prettydocs";

JavaScript

Add the following line to your application.js file:

//= require prettydocs

Demo

A live demo of PrettyDocs is available at http://themes.3rdwavemedia.com/demo/prettydocs/index.html. To view example pages, download the original files.

Contributing

Features

  • Fully Responsive
  • HTML5 + CSS3
  • Built on Bootstrap 3
  • 6 Colour Schemes
  • 600+ FontAwesome icons
  • LESS files included
  • Compatible with all modern browsers

PrettyDocs Credits

License

PrettyDocs is made by UX designer Xiaoying Riley for developers and is 100% FREE under the Creative Commons Attribution 3.0 License (CC BY 3.0).

PrettyDocs on Github.

The gem is available as open source under the terms of the Creative Commons Attribution 3.0 License (CC BY 3.0).

Copyright 2016 NewsDesk Ninja, Inc.