Skip to content

Commit

Permalink
Merge pull request #281 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 Mar 12, 2024
2 parents b802176 + 03af4f4 commit 5890e61
Show file tree
Hide file tree
Showing 20 changed files with 162 additions and 909 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/stride-website-release-azure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Set up Node.js version
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: '18.x'
node-version: '20.x'

- name: npm install, build, and test
run: |
Expand All @@ -35,7 +35,7 @@ jobs:
npm run test --if-present
- name: Upload artifact for deployment job
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: node-app
path: ./_site
Expand All @@ -49,7 +49,7 @@ jobs:

steps:
- name: Download artifact from build job
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: node-app

Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/stride-website-wiki.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: Publish to GitHub Wiki
on:
push:
branches:
- master
paths:
- wiki/**
# push:
# branches:
# - master
# paths:
# - wiki/**
workflow_dispatch:

jobs:
Expand All @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Upload Wiki pages
uses: docker://decathlon/wiki-page-creator-action:2.0.1
env:
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Welcome to the Stride website repository. This repository contains all the sourc

## 🚀 Getting Started

All the information you need to start with Stride Website development is available in the 📚 [Stride Website Wiki](https://github.com/stride3d/stride-website/wiki).
All the information you need to start with Stride Website development is available in the 📚 [Stride Docs - Contributing](https://doc.stride3d.net/latest/en/contributors/website/index.html).

## 🤝 Contributing

Expand All @@ -26,7 +26,7 @@ The `master` branch is the default branch for pull requests and most other devel

Releases are based on a stable `master` branch. Use of [Conventional Commit](https://www.conventionalcommits.org/en/v1.0.0/) is encouraged.

Stride Website is _not_ released under a regular cadence; new updates arrive when maintainers fix issues or see enough changes that warrant a new releases. Sometimes we use prereleases to get feedbacks from the community.
Stride Website is _not_ released under a regular cadence; new updates arrive when maintainers fix issues or see enough changes that warrant a new releases. Sometimes we use pre-releases to get feedbacks from the community.

### Staging

Expand All @@ -36,16 +36,16 @@ The staging website is available at https://stride-website-staging.azurewebsites

## 🗺️ Roadmap

Our Wiki [Roadmap](https://github.com/stride3d/stride-website/wiki/Roadmap) communicates upcoming changes to the Stride website.
Our [Roadmap](https://doc.stride3d.net/latest/en/contributors/website/roadmap.html) communicates upcoming changes to the Stride website.

## 📖 Stride Documentation Landscape

The Stride documentation landscape is organized across different repositories and their respective wikis to cater to both users and contributors. Here's how it's structured:
The Stride documentation landscape is organized across different locations. Here's how it's structured:

1. [Stride Website](https://www.stride3d.net/) - Stride's official site showcasing its free, open-source 2D and 3D game engine, alongside blog posts
- [Stride Website Wiki](https://github.com/stride3d/stride-website/wiki) - This wiki serves as a comprehensive guide for those looking to contribute to or develop the Stride Website
- [Stride Website - Contributing](https://doc.stride3d.net/latest/en/contributors/website/index.html) - This serves as a comprehensive guide for those looking to contribute to or develop the Stride Website
1. [Stride Docs](https://doc.stride3d.net/) - Here you'll find Stride's documentation, including manuals, tutorials, and API references
- [Stride Docs Wiki](https://github.com/stride3d/stride-docs/wiki) - This wiki is a comprehensive guide for individuals interested in contributing to or developing the Stride Docs
- [Stride Docs - Contributing](https://doc.stride3d.net/latest/en/contributors/documentation/index.html) - This is a comprehensive guide for individuals interested in contributing to or developing the Stride Docs
1. [Stride Wiki](https://github.com/stride3d/stride/wiki) - A thorough guide for those who wish to contribute to or develop Stride game engine

## 🌐 .NET Foundation
Expand Down
6 changes: 6 additions & 0 deletions _data/site.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,12 @@
"github": "manio143",
"linkedin": "",
"twitter": "MDziubiak"
},
"parham": {
"name": "Parham Gholami",
"github": "parhamgholami",
"linkedin": "",
"twitter": "parhamgholami"
}
}
}
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit 5890e61

Please sign in to comment.