-
Notifications
You must be signed in to change notification settings - Fork 640
Closed
Labels
🚨This issue needs some love.This issue needs some love.triage meI really want to be triaged.I really want to be triaged.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Milestone
Description
Wasn't sure of best solution or else would have created pull request.
This page: http://googlecloudplatform.github.io/gcloud-node/#/docs/v0.6.0/storage shows "See the Dataset documentation..." when it shouldn't.
In source: https://github.com/GoogleCloudPlatform/gcloud-node/blob/master/docs/components/docs/docs.html, line 87
<p ng-if="!isActiveUrl('/docs/datastore/dataset')">
See <a href="#/docs/datastore/dataset">the Dataset documentation</a> for examples of how to query the datastore, save entities, run a transaction, and others.
</p>
should be either "isActiveUrl('/docs/{{version}}/datastore/dataset')" or maybe "isActiveDoc('datastore')"
Metadata
Metadata
Assignees
Labels
🚨This issue needs some love.This issue needs some love.triage meI really want to be triaged.I really want to be triaged.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.