From 2b376437702f1d2f36c4615a174d8ef6037ed52a Mon Sep 17 00:00:00 2001
From: Ivana Isadora Devcic <33730345+skadinna@users.noreply.github.com>
Date: Mon, 17 Aug 2020 22:06:41 +0200
Subject: [PATCH] Reorganize sections
---
README.md | 207 +++++++++++++-----------------------------------------
1 file changed, 50 insertions(+), 157 deletions(-)
diff --git a/README.md b/README.md
index a0388e0d..49786ed0 100644
--- a/README.md
+++ b/README.md
@@ -11,7 +11,7 @@
# About ReDoc
- Two-sentence introduction: what it does, who makes it, who it's for.
+TODO: Two-sentence introduction: what it does, who makes it, who it's for.
[Try the live demo](http://redocly.github.io/redoc/)
@@ -21,50 +21,68 @@
[](https://github.com/Rebilly/generator-openapi-repo#generator-openapi-repo--) [
](https://redoc.ly) [
](https://redoc.ly/#services)
- **What's the difference between ReDoc and Redoc.ly?**
+ **What's the difference between ReDoc and other Redoc.ly products?**
- Describe the difference, mention other products, insert link to detailed feature comparison.
+TODO: Describe the difference, insert link to detailed feature comparison.
## Project Status
- [](https://travis-ci.org/Redocly/redoc) [](https://coveralls.io/github/Redocly/redoc?branch=master) [](https://david-dm.org/Redocly/redoc) [](https://david-dm.org/Redocly/redoc#info=devDependencies) [](https://www.npmjs.com/package/redoc) [](https://github.com/Redocly/redoc/blob/master/LICENSE)
+ [](https://travis-ci.org/Redocly/redoc) [](https://coveralls.io/github/Redocly/redoc?branch=master) [](https://www.npmjs.com/package/redoc)
[](https://cdn.jsdelivr.net/npm/redoc/bundles/redoc.standalone.js) [](https://www.npmjs.com/package/redoc) [](https://www.jsdelivr.com/package/npm/redoc) [](https://hub.docker.com/r/redocly/redoc/)
+
+ **Project License**
+
+[](https://github.com/Redocly/redoc/blob/master/LICENSE)
+
+TODO: Link to contributing guidelines
# Table of Contents
+TODO: add links
+
+- Feature Guide
+- Quick Start Guide
+ - Support
+- Installation and Usage
+ - Standalone
+ - React component
+ - redoc-cli
+ - Docker
+- Configuration
+ - Advanced Options
+- Who is using ReDoc?
+- Project Development
+ - Roadmap
+ - Contributing
+ - Releases
+ - OpenAPI Version Support
+
# Feature Guide
+TODO:
+
Insert a table that compares ReDoc Community Edition features and premium features.
-## Features
-- Extremely easy deployment
-- [redoc-cli](https://github.com/Redocly/redoc/blob/master/cli/README.md) with ability to bundle your docs into **zero-dependency** HTML file
-- Server Side Rendering ready
-- The widest OpenAPI v2.0 features support (yes, it supports even `discriminator`)
-
-- OpenAPI 3.0 support
-- Neat **interactive** documentation for nested objects
-
-- Code samples support (via vendor extension)
-
-- Responsive three-panel design with menu/scrolling synchronization
-- Integrate API Introduction into side menu - ReDoc takes advantage of markdown headings from OpenAPI description field. It pulls them into side menu and also supports deep linking.
-- High-level grouping in side-menu via [`x-tagGroups`](docs/redoc-vendor-extensions.md#x-tagGroups) vendor extension
-- Simple integration with `create-react-app` ([sample](https://github.com/APIs-guru/create-react-app-redoc))
-- Branding/customizations via [`theme` option](#redoc-options-object)
+Clean up the old list of features with animated GIFs.
+
+Mention how ReDoc can integrate into a workflow with other tools like create-openapi-repo.
# Quick Start Guide
+TODO:
+
- Provide steps for the fastest way to build something
- Clarify that OpenAPI specs must be edited in another tool - redoc only builds them!
## Support
+TODO:
+
Links to
- **FAQ**
@@ -74,145 +92,20 @@ Links to
# Installation and Usage
+TODO:
+
- List all supported ways to install and deploy
- For each, include **Dependencies and Prerequisites**
-### TL;DR
-```html
-
-
-