-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a docs page explaining to players what subsets are and how to play them #94
Comments
I'm willing to do it. But first, I'm going to ask the following: |
@SuperGamer18 Hi! It's probably OK to take inspiration from portions of that document, yes. However, I believe the emphasis should be most tightly focused on:
Someone should be able to open the page and gather this info in 3 minutes or less. If successful, we'll link the site directly to the doc. For content that may be duplicative, it could be best to just link to that existing subsets page. We can then track if people who land on this page navigate there. Based on those behavior patterns we can continue to refine both pages. |
Alright, I'll proceed to work on it, thanks for the suggestions, Wes! Also one last question for now, in which directory would you think is the most suitable for putting this in? (This is the first time I make a new file for this repo btw, so I'm not sure where everything should go) |
Good question. I think probably in general/tutorials/how-to-play-subsets.md. The sidebar can be updated in docs/.vitepress/config/en.ts. I'd put it right underneath the tutorial for PSP DLC: {
text: "Working with DLC for the PlayStation Portable",
link: "/general/tutorials/working-with-dlc-for-the-psp",
},
{
text: "How to Play Subsets",
link: "/general/tutorials/how-to-play-subsets",
}, |
Just made a PR about this, it's #104. As usual, feel free to hit me up with some suggestions (nothing about replacing the screenshots though, sorry). |
"subset" is the top search query on the docs site, but it currently sends people to a developer doc. This is very much less than ideal.
The text was updated successfully, but these errors were encountered: