Skip to content

Commit

Permalink
Hide TOC in YQL examples.
Browse files Browse the repository at this point in the history
Since the YQL examples use partials containing raw source code without
``` delimiters, Selleck parses the heading tags in the example code and
includes them in the TOC.
  • Loading branch information
rgrove committed Jun 28, 2011
1 parent eb1a561 commit be52e5d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/yql/docs/component.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,16 @@
"displayName": "Simple YQL Query",
"description": "Create a simple YQL Query to retrieve data from the Yahoo! Weather YQL table.",
"modules" : ["yql"],
"tags" : ["yql", "simple"]
"tags" : ["yql", "simple"],
"hideTableOfContents": true
},
{
"name" : "yql-requery",
"displayName": "Reusing a YQL query",
"description": "Use the Flickr Recent Photos YQL table to pull in a small set of recent Flickr images every 8 seconds.",
"modules" : ["yql"],
"tags" : ["yql", "simple", "refresh", "flickr"]
"tags" : ["yql", "simple", "refresh", "flickr"],
"hideTableOfContents": true
}
]
}

0 comments on commit be52e5d

Please sign in to comment.