diff --git a/docs/_static/js/main.js b/docs/_static/js/main.js index 35a57b701d32..dcd61f346e86 100755 --- a/docs/_static/js/main.js +++ b/docs/_static/js/main.js @@ -13,16 +13,6 @@ $('.headerlink').parent().each(function() { ); }); -$('.side-nav').children('ul:nth-child(2)').children().each(function() { - var itemName = $(this).text(); - if (itemName !== 'Datastore' && - itemName !== 'Storage' && - itemName !== 'Pub/Sub' && - itemName !== 'BigQuery') { - $(this).css('padding-left','2em'); - } -}); - var apiQsSection; // don't even ask me why if ($('#cloud-datastore-in-10-seconds').length) diff --git a/docs/index.rst b/docs/index.rst index 00de6de84f02..de647426ab81 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -1,8 +1,15 @@ .. toctree:: :maxdepth: 0 :hidden: + :caption: gcloud gcloud-api + +.. toctree:: + :maxdepth: 0 + :hidden: + :caption: Datastore + datastore-overview datastore-client datastore-entities @@ -10,14 +17,32 @@ datastore-queries datastore-transactions datastore-batches + +.. toctree:: + :maxdepth: 0 + :hidden: + :caption: Storage + storage-api storage-blobs storage-buckets storage-acl + +.. toctree:: + :maxdepth: 0 + :hidden: + :caption: Pub/Sub + pubsub-api pubsub-usage pubsub-topic pubsub-subscription + +.. toctree:: + :maxdepth: 0 + :hidden: + :caption: BigQuery + bigquery-usage