Skip to content

Commit cc13efd

Browse files
Update
1 parent 026577d commit cc13efd

File tree

3 files changed

+17
-17
lines changed

3 files changed

+17
-17
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
11
# [win11docs.asylum-os.com](https://win11docs.asylum-os.com/)
2+
3+
## Contributors
4+
5+
<a href="https://github.com/win11react/docs/graphs/contributors">
6+
<img src="https://contrib.rocks/image?repo=win11react/docs" />
7+
</a>

docs/Store/add-app.md

Lines changed: 10 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,18 @@
11
# Add an App
22

3-
### Hi there 👋
4-
5-
For the store file, please visit: [store.json - Win11React](https://github.com/win11react/store/tree/main/store)
6-
7-
### To add your game/app 🎮
8-
93
First, please make sure the site accepts IFrame. You can check this by inserting the sites URL into this: [IFrame checker](https://www.tinywebgallery.com/blog/advanced-iframe/free-iframe-checker)
104

11-
#### Either
5+
## Ways to add an app to the store
126

13-
#### 1. Create an [Issue](https://github.com/win11react/store/issues/new/choose) and follow the given steps
7+
### Using Github issues
148

15-
#### OR
9+
Create an [Issue](https://github.com/win11react/store/issues/new/choose) and follow the given steps.
1610

17-
#### 2. Make a pull request by manually editing the `store.json` file in your fork
11+
### Via Github Pull Request
1812

19-
Read the schema below, **BEFORE** adding any game and/or app element into the Store file:
13+
Make a pull request by editing the [store.json](https://github.com/win11react/store/blob/main/store/index.json) file
14+
15+
Read the schema below, **BEFORE** adding any game/app element into the `store.json` file:
2016

2117
```json
2218
{
@@ -39,10 +35,8 @@ Read the schema below, **BEFORE** adding any game and/or app element into the St
3935
}
4036
```
4137

42-
### PLEASE REMOVE THE COMMENTS FROM YOUR JSON, BEFORE MAKING A PULL REQUEST
43-
44-
**Comments look like this: `// example text`**
38+
#### Make sure to remove the coments from the json before making a pull request
4539

46-
Add your game/app in the file (don't beautify the code, just add your game and/or app element) and make a pull request to get it reviewed then **potentially** accepted.
40+
Comments look like this: `// example text`
4741

48-
# PLEASE STOP SUGGESTING ANDROID GAMES
42+
Add your game/app in the file (don't beautify the code, just add your game/app element) and make a pull request to get it **potentially** accepted.

docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ const config = {
6767
hideOnScroll: true,
6868
},
6969
footer: {
70-
style: "dark",
70+
style: "light",
7171
links: [
7272
{
7373
title: "Docs",

0 commit comments

Comments
 (0)