Skip to content

Commit

Permalink
fix docs. [skip CI]
Browse files Browse the repository at this point in the history
  • Loading branch information
pigpigyyy committed Dec 26, 2023
1 parent 857e5ec commit 30b5f0b
Show file tree
Hide file tree
Showing 13 changed files with 23 additions and 36 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
slug: dorothy-ssr
slug: dora-ssr
title: 🌈 Dora SSR - A Magical Journey from "The Wizard of Oz" to the World of Gaming
authors: [lijin]
tags: [Dora SSR, hello world]
Expand Down
2 changes: 1 addition & 1 deletion Site/docs/tutorial/dev-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ git clone https://github.com/ippclub/Dora-SSR.git
4. Run the generated software.
```sh
cd Assets
../Project/Linux/build/dorothy-ssr
../Project/Linux/build/dora-ssr
```

## 3. Dora Dora Editor Development
Expand Down
4 changes: 2 additions & 2 deletions Site/docs/tutorial/quick-start.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ import TabItem from '@theme/TabItem';
- 1. Download and run the [software](https://github.com/ippclub/Dora-SSR/releases/latest).
- Get software on macOS with Homebrew using
```sh
brew tap ippclub/dorothy-ssr
brew install --cask dorothy-ssr
brew tap ippclub/dora-ssr
brew install --cask dora-ssr
```
- 2. Access the server address displayed by the software through a browser.
- 3. Start game development.
Expand Down
2 changes: 1 addition & 1 deletion Site/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ const config = {
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */
({
// Replace with your project's social card
image: 'img/dorothy-ssr-social-card.jpg',
image: 'img/dora-ssr-social-card.jpg',
navbar: {
title: 'Dora SSR',
logo: {
Expand Down
2 changes: 1 addition & 1 deletion Site/i18n/zh-Hans/code.json
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@
"message": "标签",
"description": "The title of the tag list page"
},
"dorothy_enter_tutorial_button": {
"dora_enter_tutorial_button": {
"message": "启动",
"description": "The tutorial button in front page"
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
slug: dorothy-ssr
slug: dora-ssr
title: 🌈 Dora SSR - 从《绿野仙踪》到游戏世界的奇幻之旅
authors: [lijin]
tags: [Dora SSR, hello world]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ git clone https://github.com/ippclub/Dora-SSR.git
4. 运行生成的软件。
```sh
cd Assets
../Project/Linux/build/dorothy-ssr
../Project/Linux/build/dora-ssr
```


Expand Down
2 changes: 1 addition & 1 deletion Site/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "dorothy-ssr",
"name": "dora-ssr",
"version": "0.1.0",
"private": true,
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion Site/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ function HomepageHeader() {
className="button button--secondary button--lg"
to="/docs/tutorial/quick-start">
<Translate
id='dorothy_enter_tutorial_button'
id='dora_enter_tutorial_button'
description='The tutorial button in front page'>
Start
</Translate>
Expand Down
Binary file added Site/static/img/dora-ssr-social-card.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed Site/static/img/dorothy-ssr-social-card.jpg
Binary file not shown.
Binary file modified Site/static/img/favicon.ico
Binary file not shown.
39 changes: 13 additions & 26 deletions Site/static/img/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 30b5f0b

Please sign in to comment.