Skip to content
This repository has been archived by the owner on Mar 19, 2021. It is now read-only.

Commit

Permalink
Merge pull request mbleigh#803 from logicminds/toc
Browse files Browse the repository at this point in the history
Adds a table of contents to the readme and contributing files
  • Loading branch information
seuros committed May 3, 2017
2 parents 7dd3eff + edf9b41 commit d9efdc6
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ As such, a _Feature_ would map to either major or minor. A _bug fix_ to a patch.
(https://github.com/mbleigh/acts-as-taggable-on/commit/9cc580e7f88164634eb10c8826e5b30ea0e00544)

* Documentation
* [@logicminds Adds table of contents using doctoc utility](https://github.com/mbleigh/acts-as-taggable-on/pull/803)
* [@jamesprior Changing ActsAsTaggable to ActsAsTaggableOn ](https://github.com/mbleigh/acts-as-taggable-on/pull/637)
* [@markgandolfo Update README.md](https://github.com/mbleigh/acts-as-taggable-on/pull/645))
* [@snowblink Update release date for 3.5.0](https://github.com/mbleigh/acts-as-taggable-on/pull/647)
Expand Down
13 changes: 13 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
**Table of Contents** *generated with [DocToc](https://github.com/thlorenz/doctoc)*

- [How to contribute:](#how-to-contribute)
- [Bug reports / Issues](#bug-reports--issues)
- [Code](#code)
- [Commit Messages](#commit-messages)
- [About Pull Requests (PR's)](#about-pull-requests-prs)
- [Documentation](#documentation)

<!-- END doctoc generated TOC please keep comment here to allow auto update -->

# How to contribute:

## Bug reports / Issues
Expand Down
30 changes: 30 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,33 @@
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
**Table of Contents** *generated with [DocToc](https://github.com/thlorenz/doctoc)*

- [ActsAsTaggableOn](#actsastaggableon)
- [Installation](#installation)
- [Post Installation](#post-installation)
- [For MySql users](#for-mysql-users)
- [Usage](#usage)
- [Finding most or least used tags](#finding-most-or-least-used-tags)
- [Finding Tagged Objects](#finding-tagged-objects)
- [Relationships](#relationships)
- [Dynamic Tag Contexts](#dynamic-tag-contexts)
- [Tag Parsers](#tag-parsers)
- [Tag Ownership](#tag-ownership)
- [Working with Owned Tags](#working-with-owned-tags)
- [Adding owned tags](#adding-owned-tags)
- [Removing owned tags](#removing-owned-tags)
- [Dirty objects](#dirty-objects)
- [Tag cloud calculations](#tag-cloud-calculations)
- [Configuration](#configuration)
- [Upgrading](#upgrading)
- [Contributors](#contributors)
- [Compatibility](#compatibility)
- [TODO](#todo)
- [Testing](#testing)
- [License](#license)

<!-- END doctoc generated TOC please keep comment here to allow auto update -->

# ActsAsTaggableOn

[![Join the chat at https://gitter.im/mbleigh/acts-as-taggable-on](https://badges.gitter.im/mbleigh/acts-as-taggable-on.svg)](https://gitter.im/mbleigh/acts-as-taggable-on?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
Expand Down

0 comments on commit d9efdc6

Please sign in to comment.