From 5321ba3e8fc8aaa1f7f3f126e4df05698db67f41 Mon Sep 17 00:00:00 2001 From: Gian Merlino Date: Tue, 7 Jun 2016 21:39:34 -0700 Subject: [PATCH] Switch to absolute TOC (#3110) Depends on druid-io/druid-io.github.io#282 --- docs/content/toc.md | 160 ++++++++++++++++++++++---------------------- 1 file changed, 80 insertions(+), 80 deletions(-) diff --git a/docs/content/toc.md b/docs/content/toc.md index 843418ffa99..2110bf08ca6 100644 --- a/docs/content/toc.md +++ b/docs/content/toc.md @@ -2,104 +2,104 @@ --- ## Getting Started - * [Concepts](../design/) - * [Quickstart](../tutorials/quickstart.html) - * [Loading Data](../tutorials/ingestion.html) - * [Loading from Files](../tutorials/tutorial-batch.html) - * [Loading from Streams](../tutorials/tutorial-streams.html) - * [Loading from Kafka](../tutorials/tutorial-kafka.html) - * [Clustering](../tutorials/cluster.html) + * [Concepts](/docs/replace-with-version/design/) + * [Quickstart](/docs/replace-with-version/tutorials/quickstart.html) + * [Loading Data](/docs/replace-with-version/tutorials/ingestion.html) + * [Loading from Files](/docs/replace-with-version/tutorials/tutorial-batch.html) + * [Loading from Streams](/docs/replace-with-version/tutorials/tutorial-streams.html) + * [Loading from Kafka](/docs/replace-with-version/tutorials/tutorial-kafka.html) + * [Clustering](/docs/replace-with-version/tutorials/cluster.html) ## Data Ingestion - * [Data Formats](../ingestion/data-formats.html) - * [Data Schema](../ingestion/index.html) - * [Schema Design](../ingestion/schema-design.html) - * [Schema Changes](../ingestion/schema-changes.html) - * [Batch File Ingestion](../ingestion/batch-ingestion.html) - * [Stream Ingestion](../ingestion/stream-ingestion.html) - * [Stream Push](../ingestion/stream-push.html) - * [Stream Pull](../ingestion/stream-pull.html) - * [Updating Existing Data](../ingestion/update-existing-data.html) - * [FAQ](../ingestion/faq.html) + * [Data Formats](/docs/replace-with-version/ingestion/data-formats.html) + * [Data Schema](/docs/replace-with-version/ingestion/index.html) + * [Schema Design](/docs/replace-with-version/ingestion/schema-design.html) + * [Schema Changes](/docs/replace-with-version/ingestion/schema-changes.html) + * [Batch File Ingestion](/docs/replace-with-version/ingestion/batch-ingestion.html) + * [Stream Ingestion](/docs/replace-with-version/ingestion/stream-ingestion.html) + * [Stream Push](/docs/replace-with-version/ingestion/stream-push.html) + * [Stream Pull](/docs/replace-with-version/ingestion/stream-pull.html) + * [Updating Existing Data](/docs/replace-with-version/ingestion/update-existing-data.html) + * [FAQ](/docs/replace-with-version/ingestion/faq.html) ## Querying - * [Overview](../querying/querying.html) - * [Timeseries](../querying/timeseriesquery.html) - * [TopN](../querying/topnquery.html) - * [GroupBy](../querying/groupbyquery.html) - * [Time Boundary](../querying/timeboundaryquery.html) - * [Segment Metadata](../querying/segmentmetadataquery.html) - * [DataSource Metadata](../querying/datasourcemetadataquery.html) - * [Search](../querying/searchquery.html) - * [Select](../querying/select-query.html) + * [Overview](/docs/replace-with-version/querying/querying.html) + * [Timeseries](/docs/replace-with-version/querying/timeseriesquery.html) + * [TopN](/docs/replace-with-version/querying/topnquery.html) + * [GroupBy](/docs/replace-with-version/querying/groupbyquery.html) + * [Time Boundary](/docs/replace-with-version/querying/timeboundaryquery.html) + * [Segment Metadata](/docs/replace-with-version/querying/segmentmetadataquery.html) + * [DataSource Metadata](/docs/replace-with-version/querying/datasourcemetadataquery.html) + * [Search](/docs/replace-with-version/querying/searchquery.html) + * [Select](/docs/replace-with-version/querying/select-query.html) * Components - * [Datasources](../querying/datasource.html) - * [Filters](../querying/filters.html) - * [Aggregations](../querying/aggregations.html) - * [Post Aggregations](../querying/post-aggregations.html) - * [Granularities](../querying/granularities.html) - * [DimensionSpecs](../querying/dimensionspecs.html) - * [Context](../querying/query-context.html) - * [Multi-value dimensions](../querying/multi-value-dimensions.html) - * [SQL](../querying/sql.html) - * [Lookups](../querying/lookups.html) - * [Joins](../querying/joins.html) - * [Multitenancy](../querying/multitenancy.html) - * [Caching](../querying/caching.html) + * [Datasources](/docs/replace-with-version/querying/datasource.html) + * [Filters](/docs/replace-with-version/querying/filters.html) + * [Aggregations](/docs/replace-with-version/querying/aggregations.html) + * [Post Aggregations](/docs/replace-with-version/querying/post-aggregations.html) + * [Granularities](/docs/replace-with-version/querying/granularities.html) + * [DimensionSpecs](/docs/replace-with-version/querying/dimensionspecs.html) + * [Context](/docs/replace-with-version/querying/query-context.html) + * [Multi-value dimensions](/docs/replace-with-version/querying/multi-value-dimensions.html) + * [SQL](/docs/replace-with-version/querying/sql.html) + * [Lookups](/docs/replace-with-version/querying/lookups.html) + * [Joins](/docs/replace-with-version/querying/joins.html) + * [Multitenancy](/docs/replace-with-version/querying/multitenancy.html) + * [Caching](/docs/replace-with-version/querying/caching.html) ## Design - * [Overview](../design/design.html) + * [Overview](/docs/replace-with-version/design/design.html) * Storage - * [Segments](../design/segments.html) + * [Segments](/docs/replace-with-version/design/segments.html) * Node Types - * [Historical](../design/historical.html) - * [Broker](../design/broker.html) - * [Coordinator](../design/coordinator.html) - * [Indexing Service](../design/indexing-service.html) - * [Realtime](../design/realtime.html) + * [Historical](/docs/replace-with-version/design/historical.html) + * [Broker](/docs/replace-with-version/design/broker.html) + * [Coordinator](/docs/replace-with-version/design/coordinator.html) + * [Indexing Service](/docs/replace-with-version/design/indexing-service.html) + * [Realtime](/docs/replace-with-version/design/realtime.html) * Dependencies - * [Deep Storage](../dependencies/deep-storage.html) - * [Metadata Storage](../dependencies/metadata-storage.html) - * [ZooKeeper](../dependencies/zookeeper.html) + * [Deep Storage](/docs/replace-with-version/dependencies/deep-storage.html) + * [Metadata Storage](/docs/replace-with-version/dependencies/metadata-storage.html) + * [ZooKeeper](/docs/replace-with-version/dependencies/zookeeper.html) ## Operations - * [Good Practices](../operations/recommendations.html) - * [Including Extensions](../operations/including-extensions.html) - * [Data Retention](../operations/rule-configuration.html) - * [Metrics and Monitoring](../operations/metrics.html) - * [Alerts](../operations/alerts.html) - * [Updating the Cluster](../operations/rolling-updates.html) - * [Different Hadoop Versions](../operations/other-hadoop.html) - * [Performance FAQ](../operations/performance-faq.html) + * [Good Practices](/docs/replace-with-version/operations/recommendations.html) + * [Including Extensions](/docs/replace-with-version/operations/including-extensions.html) + * [Data Retention](/docs/replace-with-version/operations/rule-configuration.html) + * [Metrics and Monitoring](/docs/replace-with-version/operations/metrics.html) + * [Alerts](/docs/replace-with-version/operations/alerts.html) + * [Updating the Cluster](/docs/replace-with-version/operations/rolling-updates.html) + * [Different Hadoop Versions](/docs/replace-with-version/operations/other-hadoop.html) + * [Performance FAQ](/docs/replace-with-version/operations/performance-faq.html) ## Configuration - * [Common Configuration](../configuration/index.html) - * [Indexing Service](../configuration/indexing-service.html) - * [Coordinator](../configuration/coordinator.html) - * [Historical](../configuration/historical.html) - * [Broker](../configuration/broker.html) - * [Realtime](../configuration/realtime.html) - * [Configuring Logging](../configuration/logging.html) - * [Production Cluster Configuration](../configuration/production-cluster.html) - * [Production Hadoop Configuration](../configuration/hadoop.html) - * [Production Zookeeper Configuration](../configuration/zookeeper.html) + * [Common Configuration](/docs/replace-with-version/configuration/index.html) + * [Indexing Service](/docs/replace-with-version/configuration/indexing-service.html) + * [Coordinator](/docs/replace-with-version/configuration/coordinator.html) + * [Historical](/docs/replace-with-version/configuration/historical.html) + * [Broker](/docs/replace-with-version/configuration/broker.html) + * [Realtime](/docs/replace-with-version/configuration/realtime.html) + * [Configuring Logging](/docs/replace-with-version/configuration/logging.html) + * [Production Cluster Configuration](/docs/replace-with-version/configuration/production-cluster.html) + * [Production Hadoop Configuration](/docs/replace-with-version/configuration/hadoop.html) + * [Production Zookeeper Configuration](/docs/replace-with-version/configuration/zookeeper.html) ## Development - * [Overview](../development/overview.html) - * [Libraries](../development/libraries.html) - * [Extensions](../development/extensions.html) - * [Build From Source](../development/build.html) - * [Versioning](../development/versioning.html) - * [Integration](../development/integrating-druid-with-other-technologies.html) + * [Overview](/docs/replace-with-version/development/overview.html) + * [Libraries](/docs/replace-with-version/development/libraries.html) + * [Extensions](/docs/replace-with-version/development/extensions.html) + * [Build From Source](/docs/replace-with-version/development/build.html) + * [Versioning](/docs/replace-with-version/development/versioning.html) + * [Integration](/docs/replace-with-version/development/integrating-druid-with-other-technologies.html) * Experimental Features - * [Overview](../development/experimental.html) - * [Approximate Histograms and Quantiles](../development/extensions-core/approximate-histograms.html) - * [Datasketches](../development/extensions-core/datasketches-aggregators.html) - * [Geographic Queries](../development/geo.html) - * [Router](../development/router.html) - * [Kafka Indexing Service](../development/extensions-core/kafka-ingestion.html) + * [Overview](/docs/replace-with-version/development/experimental.html) + * [Approximate Histograms and Quantiles](/docs/replace-with-version/development/extensions-core/approximate-histograms.html) + * [Datasketches](/docs/replace-with-version/development/extensions-core/datasketches-aggregators.html) + * [Geographic Queries](/docs/replace-with-version/development/geo.html) + * [Router](/docs/replace-with-version/development/router.html) + * [Kafka Indexing Service](/docs/replace-with-version/development/extensions-core/kafka-ingestion.html) ## Misc - * [Papers & Talks](../misc/papers-and-talks.html) + * [Papers & Talks](/docs/replace-with-version/misc/papers-and-talks.html) * [Thanks](/thanks.html)