Docs update (#17)
* Increment version + docs update * Increment version + docs update * Increment version + docs update
This commit is contained in:
parent
2a22534bbc
commit
14a7d5f5d1
3 changed files with 25 additions and 4 deletions
13
CHANGELOG.md
13
CHANGELOG.md
|
@ -1,5 +1,18 @@
|
||||||
# Release Notes
|
# Release Notes
|
||||||
|
|
||||||
|
## v3.1.0 (09/09/2022)
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
- Add robots.txt
|
||||||
|
- Pin version of nodeJs in dockerfile
|
||||||
|
|
||||||
|
### Enhancement
|
||||||
|
|
||||||
|
- Update translation link & badge
|
||||||
|
- Fix indention of nginx conf
|
||||||
|
- Update EN translation
|
||||||
|
|
||||||
## v3.0.0 (02/09/2022)
|
## v3.0.0 (02/09/2022)
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
|
|
14
README.md
14
README.md
|
@ -1,8 +1,8 @@
|
||||||
<h1 style="text-align:center">
|
<h1 align="center">
|
||||||
<br>
|
<br>
|
||||||
<a href="https://ryujinx.org/"><img src="https://i.imgur.com/WcCj6Rt.png" alt="Ryujinx" width="150"></a>
|
<a href="https://ryujinx.org/"><img src="https://i.imgur.com/WcCj6Rt.png" alt="Ryujinx" width="150"></a>
|
||||||
<br>
|
<br>
|
||||||
<b>Ryujinx website</b>
|
<b>Ryujinx</b>
|
||||||
<br>
|
<br>
|
||||||
<sub><sup><b>(REE-YOU-JINX)</b></sup></sub>
|
<sub><sup><b>(REE-YOU-JINX)</b></sup></sub>
|
||||||
<br>
|
<br>
|
||||||
|
@ -47,7 +47,7 @@ To build the website you need:
|
||||||
|
|
||||||
- [nodejs](https://nodejs.org/en/) v16.x
|
- [nodejs](https://nodejs.org/en/) v16.x
|
||||||
|
|
||||||
To start working on the Daemon, you can build the main branch:
|
To start working on the website, you can build the main branch:
|
||||||
|
|
||||||
1. Clone the repo: `https://github.com/Ryujinx/Ryujinx-Website.git` or fork it and cd into.
|
1. Clone the repo: `https://github.com/Ryujinx/Ryujinx-Website.git` or fork it and cd into.
|
||||||
2. Restore project's dependencies : `npm install`
|
2. Restore project's dependencies : `npm install`
|
||||||
|
@ -65,6 +65,14 @@ npm run dev
|
||||||
npm run build
|
npm run build
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Versioning
|
||||||
|
|
||||||
|
This repo use Semantic Versioning (SemVer) : https://semver.org/
|
||||||
|
|
||||||
|
Maintainer :
|
||||||
|
- Don't forget to update the [CHANGELOG.md](CHANGELOG.md) file after several changes.
|
||||||
|
- Update the translation file within Crowdin after each PR.
|
||||||
|
|
||||||
## Contact
|
## Contact
|
||||||
|
|
||||||
If you have contributions, suggestions, need website support or just want to get in touch with the team, join our [Discord server](https://discord.com/invite/Ryujinx).
|
If you have contributions, suggestions, need website support or just want to get in touch with the team, join our [Discord server](https://discord.com/invite/Ryujinx).
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "ryujinx-website",
|
"name": "ryujinx-website",
|
||||||
"version": "3.0.0",
|
"version": "3.1.0",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "vite",
|
"dev": "vite",
|
||||||
"build": "vue-tsc --noEmit && vite build",
|
"build": "vue-tsc --noEmit && vite build",
|
||||||
|
|
Loading…
Reference in a new issue