diff --git a/docs/css/style.css b/docs/css/style.css index 19f4def2e..b796a54dc 100644 --- a/docs/css/style.css +++ b/docs/css/style.css @@ -40,11 +40,11 @@ h1 { } h2 { - font-size: 1.4em; + font-size: 1.2em; } h3 { - font-size: 1.2em; + font-size: 1.1em; } nav { @@ -172,4 +172,4 @@ li { /* Make prism code boxes more compact */ pre[class*="language-"] { padding: 0.5em !important; -} \ No newline at end of file +} diff --git a/docs/doc/contribute.html b/docs/devdoc/contribute.html similarity index 100% rename from docs/doc/contribute.html rename to docs/devdoc/contribute.html diff --git a/docs/doc/logical_operators.html b/docs/devdoc/logical_operators.html similarity index 100% rename from docs/doc/logical_operators.html rename to docs/devdoc/logical_operators.html diff --git a/docs/doc/logical_optimizer.html b/docs/devdoc/logical_optimizer.html similarity index 100% rename from docs/doc/logical_optimizer.html rename to docs/devdoc/logical_optimizer.html diff --git a/docs/doc/physical_operators.html b/docs/devdoc/physical_operators.html similarity index 100% rename from docs/doc/physical_operators.html rename to docs/devdoc/physical_operators.html diff --git a/docs/doc/physical_optimizers.html b/docs/devdoc/physical_optimizers.html similarity index 100% rename from docs/doc/physical_optimizers.html rename to docs/devdoc/physical_optimizers.html diff --git a/docs/doc/query_processing.html b/docs/devdoc/query_processing.html similarity index 100% rename from docs/doc/query_processing.html rename to docs/devdoc/query_processing.html diff --git a/docs/doc/index.html b/docs/doc/index.html index 2521cad59..35ece71d2 100644 --- a/docs/doc/index.html +++ b/docs/doc/index.html @@ -5,7 +5,7 @@ -