FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [View Raw Code]   [Original HTTPS Page]

patternfly-elements/docs/docs/develop/todo.md at main · ChellappanRajan/patternfly-elements · GitHub

Latest commit

 

History

History
30 lines (25 loc) · 676 Bytes

File metadata and controls

30 lines (25 loc) · 676 Bytes
layout layout-docs.njk
title To-do items
order 90
tags
develop

{% band header="Overview" %}

The items below represent in-code // @TODO notes we have left for ourselves to ensure updates are made later on when we have more time.

{% endband %}

{% band %}

{%- for item in todos -%} {%- endfor -%}
DescriptionLocation
{{ item.text }} {{ item.file }}:{{ item.line }}

{% endband %}


Back | FazBrowse Home | New Git URL