Skip to content

Commit

Permalink
Add TOC for convenient navigation through the docs (#235)
Browse files Browse the repository at this point in the history
* Add TOC for convenient navigation through the docs

* Make links in the TOC relative

* Simplify links in TOC
  • Loading branch information
bocharsky-bw authored and monteiro committed Dec 20, 2017
1 parent 467b924 commit 3226c9b
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions Resources/doc/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,22 @@ of this bundle. For version `1.x`, please read:
Also, you might be interested in this [UPGRADE
guide](https://github.com/willdurand/BazingaJsTranslationBundle/blob/master/UPGRADE.md).

- [Installation](#installation)
- [Usage](#usage)
- [Load Translations](#load-translations)
- [Domains](#domains)
- [Locales](#locales)
- [Loading via JSON](#loading-via-json)
- [The dump Command](#the-dump-command)
- [Assetic](#assetic)
- [The JS Translator](#the-js-translator)
- [Message Placeholders / Parameters](#message-placeholders--parameters)
- [Pluralization](#pluralization)
- [Get The Locale](#get-the-locale)
- [Examples](#examples)
- [More configuration](#more-configuration)
- [Reference Configuration](#reference-configuration)
- [Testing](#testing)

Installation
------------
Expand Down

0 comments on commit 3226c9b

Please sign in to comment.