Update getting started
This commit is contained in:
parent
02022912d8
commit
432ee1a169
25 changed files with 691 additions and 540 deletions
|
@ -3,7 +3,13 @@ layout: default
|
|||
---
|
||||
|
||||
<article class="page">
|
||||
{% include edit_github.html %}
|
||||
{% assign url_parts = page.url | split: '/' %}
|
||||
{% if url_parts[1] != 'components' and
|
||||
url_parts[1] != 'cookbook' and
|
||||
url_parts[1] != 'developers' and
|
||||
url_parts[1] != 'getting-started' %}
|
||||
{% include edit_github.html %}
|
||||
{% endif %}
|
||||
|
||||
{% if page.title and page.show_title != false %}
|
||||
<header>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue