Skip to content

mikzat/guides

This branch is 1509 commits behind emberjs/guides:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 Cannot retrieve latest commit at this time.
Feb 4, 2016
Feb 11, 2016
Feb 16, 2016
Feb 11, 2016
Dec 17, 2015
Feb 13, 2015
Nov 26, 2015
Jun 20, 2015
Dec 11, 2015
Dec 4, 2015
Dec 1, 2015
Feb 13, 2015
Jan 20, 2016
Feb 12, 2016
Dec 18, 2015
Feb 11, 2016
Feb 12, 2016

Repository files navigation

Ember Guides Source

Build Status Crowdin

The source for the Ember.js Guides.

Contributing

Please see CONTRIBUTING.md.

Project layout

The Guides' content is in the source folder. The left nav bar is produced from data/pages.yml. lib contains Middleman plugins, and spec contains tests for those plugins.

Dependencies

The Guides are built with Middleman, which runs on Ruby 1.9.3 or newer (2.0.0 recommended).

During build, Middleman will require Aspell to look for misspellings. On Macs, it can be installed via Homebrew:

brew install aspell --with-lang-en

On Windows, you can download an installer, but unfortunately it is unmaintained. On Linux, you can install with your distribution's package manager. On all platforms, you can also build the most recent version from source.

Developing with the Guides

To get started:

git clone git://github.com/emberjs/guides.git
cd guides
bundle
bundle exec middleman

Then visit http://localhost:4567/.

If you run into problems, check Troubleshooting.md.

Spellchecking

If you have a false hit during spellchecking, you can add the word to /data/spelling-exceptions.txt. Words are line separated and case insensitive.

Maintainers

See MAINTAINERS.md.

Releasing

See https://github.com/emberjs/guides.emberjs.com.

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 49.2%
  • CSS 36.5%
  • HTML 12.2%
  • JavaScript 2.1%