Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a table of contents to the readme #2945

Merged
merged 3 commits into from
Nov 20, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 13 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@
- [Join our Slack](http://slack.solidus.io/) ([solidusio.slack.com](http://solidusio.slack.com))
- [solidus-security](https://groups.google.com/forum/#!forum/solidus-security) mailing list

## Table of Contents
1. [Summary](#summary)
2. [Demo](#demo)
3. [Getting Started](#getting-started)
4. [Installation Options](#installation-options)
5. [Performance](#performance)
6. [Developing Solidus](#developing-solidus)
7. [Contributing](#contributing)

## Summary

Solidus is a complete open source ecommerce solution built with Ruby on Rails.
Expand Down Expand Up @@ -89,8 +98,7 @@ As part of running the above installation steps, you will be asked to set an adm

The best way to ask questions is via the [#support channel on the Solidus Slack](https://solidusio.slack.com/messages/support/details/).

Installation options
--------------------
## Installation options

Instead of a stable build, if you want to use the bleeding edge version of
Solidus, use this line:
Expand Down Expand Up @@ -122,8 +130,7 @@ bundle exec rake spree_sample:load
There are also options and rake tasks provided by
[solidus\_auth\_devise](https://github.com/solidusio/solidus_auth_devise).

Performance
-----------
## Performance

You may notice that your Solidus store runs slowly in development mode. This
can be because in development each CSS and JavaScript is loaded as a separate
Expand All @@ -148,8 +155,7 @@ Add `gem 'turbolinks', '~> 5.0.0'` into your `Gemfile` (if not already present)
**CAUTION** Please be aware that Turbolinks can break extensions and/or customizations to the Solidus admin.
Use at own risk.

Developing Solidus
------------------
## Developing Solidus

* Clone the Git repo

Expand Down Expand Up @@ -253,8 +259,7 @@ A list can be found at [extensions.solidus.io](http://extensions.solidus.io/).
If you want to write an extension for Solidus, you can use the
[solidus_cmd](https://www.github.com/solidusio/solidus_cmd.git) gem.

Contributing
------------
## Contributing

Solidus is an open source project and we encourage contributions. Please read
[CONTRIBUTING.md](CONTRIBUTING.md) before contributing.