Skip to content

Commit

Permalink
fix(pdk-docs) remove table of context from ldoc generation
Browse files Browse the repository at this point in the history
All Tables of Contexts across the site, PDK or otherwise, are generated automatically via #920 .
  • Loading branch information
kikito committed Dec 4, 2018
1 parent d3223f9 commit 7a62b3f
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions ldoc/ldoc.ltp
Expand Up @@ -75,16 +75,6 @@ pdk: true

$(module.summary) $(module.description)

## Table of Contents

> for kind, items in module.kinds() do
> for item in items() do
* [$(display_name(item))]($(href(item, "#")))
> end -- for items
> end -- for kinds
>
> -- Content

> for kind, items in module.kinds() do
>
> if has_content(items) then
Expand All @@ -93,7 +83,7 @@ $(module.kinds:get_section_description(kind))
> for item in items() do
> if not item.tags.redirect then -- skip redirects

### <a name="$(href(item))"></a>$(display_name(item))
### $(display_name(item))

$(ldoc.descript(item))
> if ldoc.custom_tags then
Expand Down

0 comments on commit 7a62b3f

Please sign in to comment.