Skip to content

Commit

Permalink
Merge pull request #295 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 5, 2024
2 parents 064dd9d + 9c27a03 commit dd3ab06
Show file tree
Hide file tree
Showing 8 changed files with 54 additions and 50 deletions.
1 change: 1 addition & 0 deletions .github/workflows/stride-website-staging-azure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
- staging
paths-ignore:
- 'README.md'
- 'Stride.Web.sln'
- 'wiki/**'
- '_drafts/**'
- .gitignore
Expand Down
1 change: 1 addition & 0 deletions _data/site.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"docs-search-url": "https://doc.stride3d.net/latest/en/index.json",
"docs-tutorial-url": "https://doc.stride3d.net/latest/en/tutorials/",
"docs-contributing-url": "https://doc.stride3d.net/latest/en/contributors/index.html",
"docs-community-resources-url": "https://doc.stride3d.net/latest/en/community-resources/index.html",
"dotnet-foundation-url": "https://dotnetfoundation.org/",
"facebook-url": "https://www.facebook.com/stride3d",
"github-discussions-url": "https://github.com/stride3d/stride/discussions",
Expand Down
3 changes: 2 additions & 1 deletion _includes/_top-navigation.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@
<li><a class="dropdown-item" href="{{ site.links.docs-manual-jp-url }}" target="_blank" rel="noopener">📚 Manual (JP)</a></li>
<li><a class="dropdown-item" href="{{ site.links.docs-tutorial-url }}" target="_blank" rel="noopener">🎓 Tutorials</a></li>
<li><a class="dropdown-item" href="{{ site.links.docs-release-notes-url }}" target="_blank" rel="noopener">📝 Release Notes</a></li>
<li><a class="dropdown-item" href="{{ site.links.docs-api-url }}" target="_blank" rel="noopener">🔧 API</a></li>
<li><a class="dropdown-item" href="{{ site.links.docs-contributing-url }}" target="_blank" rel="noopener">🌟 Contributing</a></li>
<li><a class="dropdown-item" href="{{ site.links.docs-api-url }}" target="_blank" rel="noopener">🔧 API</a></li>
<li><a class="dropdown-item" href="{{ site.links.docs-community-resources-url }}" target="_blank" rel="noopener">🏋🏽 Community Resources</a></li>
</ul>
</li>
<li class="nav-item">
Expand Down
4 changes: 2 additions & 2 deletions _includes/blog-aside.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ <h2 class="h4">Resources</h2>
<h2 class="h4">FOSS Game Engines</h2>
<ul class="ps-1 ms-3">
<li><a title="Bevy" href="https://bevyengine.org/" target="_blank" rel="noopener">Bevy</a></li>
<li><a title="Bevy" href="https://godotengine.org/" target="_blank" rel="noopener">Godot</a></li>
<li><a title="Bevy" href="https://o3de.org/" target="_blank" rel="noopener">Open 3D Engine</a></li>
<li><a title="Godot" href="https://godotengine.org/" target="_blank" rel="noopener">Godot</a></li>
<li><a title="Open 3D Engine" href="https://o3de.org/" target="_blank" rel="noopener">Open 3D Engine</a></li>
</ul>
<hr>
<h2 class="h4">Other</h2>
Expand Down
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ <h2 class="h3 mb-3 fw-bold text-stride">Develop once, deploy <br /> cross-platfo
{% include bullet-point.html text:'Windows Universal' %}
{% include bullet-point.html text:'iOS and Android' %}
{% include bullet-point.html text:'Linux' %}
{% include bullet-point.html text:'macOS' %}
</ul>
</div>
<div class="px-5 pb-5">
Expand Down Expand Up @@ -131,4 +132,4 @@ <h2 class="mb-3 fw-bold">Featured Sponsors</h2>
</div>
</div>
</div>
</div>
</div>
38 changes: 19 additions & 19 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0"
},
"dependencies": {
"@11ty/eleventy-fetch": "^4.0.0",
"@fortawesome/fontawesome-free": "^6.5.1",
"bootstrap": "^5.3.2",
"@11ty/eleventy-fetch": "^4.0.1",
"@fortawesome/fontawesome-free": "^6.5.2",
"bootstrap": "^5.3.3",
"lunr": "^2.3.9",
"markdown-it-anchor": "^8.6.6",
"markdown-it-table-of-contents": "^0.6.0",
"sass": "^1.69.7"
"sass": "^1.76.0"
}
}
Loading

0 comments on commit dd3ab06

Please sign in to comment.