From 33f2e861ff0ae7c79cc656aab06c4b5382cd36a2 Mon Sep 17 00:00:00 2001 From: Anton Medvedev Date: Thu, 7 Mar 2019 23:38:40 +0700 Subject: [PATCH] Add toc --- docs.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/docs.md b/docs.md index 23b8795..e29167e 100644 --- a/docs.md +++ b/docs.md @@ -1,5 +1,25 @@ # Documentation +* [Getting started](#getting-started) +* [Anonymous function](#anonymous-function) +* [Binding](#binding) +* [Dot](#dot) +* [Chain](#chain) +* [Generator](#generator) +* [Update](#update) +* [Using packages](#using-packages) +* [Using .fxrc](#using-fxrc) +* [Edit in place](#edit-in-place) +* [Formatting](#formatting) +* [Other examples](#other-examples) +* [Streaming mode](#streaming-mode) +* [Interactive mode](#interactive-mode) + + [Search](#search) + + [Selecting text](#selecting-text) + + +## Getting started + `fx` can work in two modes: cli and interactive. To start interactive mode pipe into `fx` any JSON: ```bash