Convert subpages to folders
This commit is contained in:
parent
aaa837c3e7
commit
e59252a39b
81 changed files with 184 additions and 184 deletions
|
@ -11,7 +11,7 @@
|
|||
{% assign is_platform = true %}
|
||||
{% assign imp_name = file_parts[1] %}
|
||||
{% assign parent_name = file_parts[0] %}
|
||||
{% assign parent_url = parent_name | prepend: '/components/' | append: '.html' %}
|
||||
{% assign parent_url = parent_name | prepend: '/components/' | append: '/' %}
|
||||
{% assign parent_component = components | where: 'url', parent_url | first %}
|
||||
{% else %}
|
||||
{% assign is_platform = false %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue