From 71a7c069bdb18934501524bdd75f01714ddb6832 Mon Sep 17 00:00:00 2001 From: Sameer Al-Sakran <sameer@expa.com> Date: Fri, 9 Oct 2015 15:47:45 -0700 Subject: [PATCH] nix half baked docs --- docs/README.md | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/docs/README.md b/docs/README.md index f64ef08cd25..3449e5bb8fc 100644 --- a/docs/README.md +++ b/docs/README.md @@ -23,17 +23,6 @@ This guide covers how to contribute back to Metabase. It includes setting up a d #### [API Reference](uberdoc.html) This is a comprehensive reference for all server functions in our codebase. -## Advanced Topics - -#### [Metadata Guide](metadata-guide.md) -This guide goes into depth about the semantic model of your underlying data that Metabase builds and uses. - -#### [Data Warehousing Guide](data-warehousing.md) -This guide covers the care and feeding of a data warehouse. It includes advice on how to set them up, which databases to use and how to think about scaling. - -#### [ETL Guide](etl-guide.md) -This guide covers changing the format of the data in your underlying database or data warehouse through views, enrichment and pre-computation to simplify the data an end user interacts with. - ## Reference -- GitLab