Skip to content

Commit

Permalink
Merge pull request #299 from stride3d/master
Browse files Browse the repository at this point in the history
Initiating deployment of latest website updates to staging
  • Loading branch information
VaclavElias authored May 25, 2024
2 parents dd3ab06 + 9f21882 commit d86b00c
Show file tree
Hide file tree
Showing 5 changed files with 45 additions and 29 deletions.
2 changes: 1 addition & 1 deletion _data/site.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.0.0.25",
"version": "2.0.0.27",
"engine": "Eleventy 2.0",
"title": "Stride Game Engine",
"description": "C# Stride Game Engine is a powerful and versatile game development engine that is based on the C# programming language",
Expand Down
1 change: 1 addition & 0 deletions _includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ <h3 {{ text-styling }}>Docs</h3>
<li class="nav-item mb-2"><a href="{{ site.links.docs-release-notes-url }}" class="nav-link p-0 {{ btn-class }}" target="_blank" rel="noopener">Release notes</a></li>
<li class="nav-item mb-2"><a href="{{ site.links.docs-api-url }}" class="nav-link p-0 {{ btn-class }}" target="_blank" rel="noopener">Stride API</a></li>
<li class="nav-item mb-2"><a href="{{ site.links.docs-contributing-url }}" class="nav-link p-0 {{ btn-class }}" target="_blank" rel="noopener">Contributing</a></li>
<li class="nav-item mb-2"><a href="{{ site.links.docs-community-resources-url }}" class="nav-link p-0 {{ btn-class }}" target="_blank" rel="noopener">Community Resources</a></li>
</ul>
</div>

Expand Down
4 changes: 3 additions & 1 deletion assets/scripts/search.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ permalink: /scripts/search.js
return '📝';
case 'contributors':
return '🌟';
case 'community-resources':
return '🏋🏽';
default:
return '';
}
Expand Down Expand Up @@ -134,7 +136,7 @@ permalink: /scripts/search.js
var docs = Promise.resolve();

if({{site.docs-search}}) {
docs = fetch(`{{site.links.docs-search-url}}`).then(success);
docs = fetch(`{{site.links.docs-search-url}}?version={{site.version}}`).then(success);
}

Promise.all([web, docs])
Expand Down
63 changes: 38 additions & 25 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"@fortawesome/fontawesome-free": "^6.5.2",
"bootstrap": "^5.3.3",
"lunr": "^2.3.9",
"markdown-it-anchor": "^8.6.6",
"markdown-it-anchor": "^9.0.1",
"markdown-it-table-of-contents": "^0.6.0",
"sass": "^1.76.0"
"sass": "^1.77.2"
}
}

0 comments on commit d86b00c

Please sign in to comment.