From 8a8c18feca72bb82c00372ea64e4f0b784d33c67 Mon Sep 17 00:00:00 2001 From: tannerlinsley Date: Thu, 15 Aug 2019 15:33:39 -0600 Subject: [PATCH] docs(docs): docs --- README.md | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index ce81cb5..1964829 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,13 @@ Hooks for building **lightweight, fast and extendable datagrids** for React - Extensible via hook-based plugin system - "Why I wrote React Table and the problems it has solved for Nozzle.io" by Tanner Linsley -## [See Examples](#examples) +## Documentation + +- [Installation](./docs/installation.md) - Walk through how to install React Table +- [Concepts](./docs/concepts.md) - Read how React Table works and how you can use it better +- [Examples](./docs/examples.md) - Experience and learn from some examples and guides of how to use React Table and implement common patterns +- [API](./docs/api.md) - Get to know React Table's API, how to use it and how to extend its functionality +- [Contributing](#./CONTRIBUTORS.md) - Become familiar with how to contribute back to React Table ## Sponsors @@ -142,11 +148,3 @@ Hooks for building **lightweight, fast and extendable datagrids** for React - -# Documentation - -- [Installation](./docs/installation.md) - Walk through how to install React Table -- [Concepts](./docs/concepts.md) - Read how React Table works and how you can use it better -- [Examples](./docs/examples.md) - Experience and learn from some examples and guides of how to use React Table and implement common patterns -- [API](./docs/api.md) - Get to know React Table's API, how to use it and how to extend its functionality -- [Contributing](#./CONTRIBUTORS.md) - Become familiar with how to contribute back to React Table