From b75298fc9f0d8a138bde655c87cc03af02a36f87 Mon Sep 17 00:00:00 2001 From: John Rampono Date: Tue, 8 Dec 2020 15:27:30 +0800 Subject: [PATCH] Update README.md --- README.md | 24 +----------------------- 1 file changed, 1 insertion(+), 23 deletions(-) diff --git a/README.md b/README.md index 0fd6c749..78c4ff1d 100644 --- a/README.md +++ b/README.md @@ -1,24 +1,2 @@ -# Table of Contents - -1. Overview - 1. [What is ADS Go Fast Framework?](docs/overview.md) - 1. [Product Limitations](docs/overview-product-limitations.md) - 1. [Deployment](docs/overview-deployment.md) -1. Quickstart - 1. [Deploy Sample Data Ingestion](docs/deploy-sample-data-ingestion.md) - 1. [Refresh Environment](docs/refresh-environment.md) -1. How-to guides - 1. [Web App overview](docs/how-to-guides-web-app-overview.md) - 1. [Ingesting SQL Data Sources ](docs/how-to-guides-ingesting-sql-data-sources.md) - 1. [Ingesting CSV Data Sources ](docs/how-to-guides-ingesting-csv-data-sources.md) - 1. [Ingesting JSON Data Sources ](docs/how-to-guides-ingesting-json-data-sources.md) - 1. [Ingesting Excel Data Sources ](docs/how-to-guides-ingesting-excel-data-sources.md) - 1. [Ingesting Parquet Data Sources ](docs/how-to-guides-ingesting-excel-data-sources.md) -1. Concepts - 1. [Metadata Structure](docs/concepts-metadata-structure.md) - 1. [Orchestration Pattern](docs/concepts-orchestration-pattern.md) - 1. [Naming Conventions](docs/concepts-naming-conventions.md) - 1. [Data Lake Structure](docs/concepts-data-lake-structure.md) -1. Other - 1. [Frequently Asked Questions](docs/others-frequently-asked-questions.md) +Documentation for this codebase is mantained in a separate repository. You can find it [here](https://github.com/microsoft/azure-data-services-go-fast-documentation). Please feel free to contribute to the documentation.