Skip to content

Commit

Permalink
Merge pull request #50 from nkdAgility/update/20230517
Browse files Browse the repository at this point in the history
Add scrum guide attachments and fix downloads
  • Loading branch information
MrHinsh authored May 17, 2023
2 parents 5cd4716 + e0d2368 commit e9b31de
Show file tree
Hide file tree
Showing 12 changed files with 45 additions and 15 deletions.
2 changes: 1 addition & 1 deletion src/_includes/content-collection.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<li class="align-items-center">
<a href="{{ site.baseurl }}{{ item.url }}" class="link-body-emphasis">
{{ item.title }}
</a>{% if item.description != null %} - {{ item.description }}{% endif %}d
</a>{% if item.description != null %} - {{ item.description }}{% endif %}
</li>
{% endfor %}
</ul>
Expand Down
30 changes: 19 additions & 11 deletions src/_includes/downloads.html
Original file line number Diff line number Diff line change
@@ -1,16 +1,24 @@
{% assign downloads = page.downloads %}
{% if downloads.size > 0 %}
<div class="card m-2">
<h5 class="no_toc card-header">Downloads</h5>
<div class="card-body">
<div class="btn-group" role="group" aria-label="Basic example">
{% for item in downloads %}
<a class="btn btn-primary" target="_blank" href="{{item.url}}" role="button" title="{{item.title}}">{{item.name}}</a>
{% endfor %}
</div>
</div>
<div class="card m-2">
<h5 class="no_toc card-header">Downloads</h5>
<div class="card-body">
<ul id="toc" class="section-nav bd-links-nav list-unstyled pb-1 small">
{% for item in downloads %}
<li class="toc-entry align-items-center pb-2 ps-2 toc-h2">
<i class="fa-regular fa-download"></i>
{% if item.url contains "://" %}
<a href="{{ item.url }}" target="_blank">
{% else %}
<a href="{{ site.baseurl }}{{ item.url }}" target="_blank">
{% endif %}
{{item.title}}
</a> ({{ item.type }})
</li>
{% endfor %}
</ul>
</div>
</div>
{% endif %}




Binary file not shown.
Binary file added src/assets/attachments/Scrum-Guide-2011-07.pdf
Binary file not shown.
Binary file added src/assets/attachments/Scrum-Guide-2011-10.pdf
Binary file not shown.
Binary file added src/assets/attachments/Scrum-Guide-2013-07.pdf
Binary file not shown.
Binary file added src/assets/attachments/Scrum-Guide-2016.pdf
Binary file not shown.
Binary file added src/assets/attachments/Scrum-Guide-2017.pdf
Binary file not shown.
Binary file added src/assets/attachments/Scrum-Guide-2020.pdf
Binary file not shown.
22 changes: 22 additions & 0 deletions src/collections/_guides/scrum-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,28 @@ redirect_from:
- guides/Scrum-Guide/
- guides/Scrum-Guide.html
- guides/scrum-guide.html
downloads:
- title: "Scrum Guide 2020"
type: pdf
url: /assets/attachments/Scrum-Guide-2020.pdf
- title: "Scrum Guide 2017"
type: pdf
url: /assets/attachments/Scrum-Guide-2017.pdf
- title: "Scrum Guide 2016"
type: pdf
url: /assets/attachments/Scrum-Guide-2016.pdf
- title: "Scrum Guide 2013"
type: pdf
url: /assets/attachments/Scrum-Guide-2013-07.pdf
- title: "Scrum Guide 2011 v2"
type: pdf
url: /assets/attachments/2011-07-Scrum_Guide.pdf
- title: "Scrum Guide 2011"
type: pdf
url: /assets/attachments/Scrum-Guide-2011-07.pdf
- title: "Scrum Guide 2010"
type: pdf
url: /assets/attachments/Scrum-Guide-2010-v1-Scrum-Alliance.pdf
references:
- title: The 2020 Scrum Guide
url: https://scrumguides.org/scrum-guide.html
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ pageStatus: published
redirect_from:
downloads:
- title: "Agile Evolution: An Enterprise transformation that shows that you can too (PDF)"
name: PDF
type: PDF
url: https://nkdagility-my.sharepoint.com/:b:/p/martin/EU9_p9NRneRDjb-zitLq4O4B3SDDfmrpzPz5C-rDEYCN1A?e=7JHGhE
- title: "Agile Evolution: An Enterprise transformation that shows that you can too (PPT)"
name: PPT
type: PPT
url: https://nkdagility-my.sharepoint.com/:p:/p/martin/EaIuWbpE0x5LgNvESTeeyyQBAaS79iOV6F42NrURGBupCg?e=rarFcb
recommendedContent:
- collection: whitepapers
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ pageStatus: published
redirect_from:
downloads:
- title: "Agile Evolution: Live site Culture & Site Reliability (PPT)"
name: PPT
type: PPT
url: https://nkdagility-my.sharepoint.com/:p:/p/martin/Eb9HZA_2dsZHrt2Lu3fCcwwBTp-iO1kt8zq59UjBPR9WUQ?e=0VYjan
recommendedContent:
- collection: whitepapers
Expand Down

0 comments on commit e9b31de

Please sign in to comment.