Skip to content

Commit 6a3d933

Browse files
SEO: improve description links (#94)
* SEO: improvements * Update contributing.md Co-authored-by: Wouter Wijsman <[email protected]> * Update contributing.md Co-authored-by: Wouter Wijsman <[email protected]> * Update index.md Co-authored-by: Wouter Wijsman <[email protected]> * Update index.md Co-authored-by: Wouter Wijsman <[email protected]> * Update index.md Co-authored-by: Wouter Wijsman <[email protected]> * Update index.md Co-authored-by: Wouter Wijsman <[email protected]> --------- Co-authored-by: Wouter Wijsman <[email protected]>
1 parent 9585dee commit 6a3d933

File tree

3 files changed

+19
-17
lines changed

3 files changed

+19
-17
lines changed

Diff for: _config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ theme: just-the-docs
44
url: "https://pspdev.github.io"
55

66
# just-the-docs configuration
7-
favicon_ico: /images/pspdev.ico
7+
favicon_ico: "/images/pspdev.ico"
88
color_scheme: dark
99

1010
exclude:

Diff for: contributing.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ There are many ways to contribute to our efforts to make developing homebrew for
1414

1515
Before making any contribution, it's best to talk about what you want to do on [Discord](https://discord.gg/bePrj9W). After that, here are some places you can look to contribute:
1616

17-
- Found an bug or are you missing something? Report it [here](https://github.com/pspdev/pspdev/issues/new)!
18-
- Want to solve a bug? Find our bug tracker [here](https://github.com/issues?q=is%3Aopen+is%3Aissue+archived%3Afalse+user%3Apspdev+)!
19-
- Want to add a library? Find out how to [here](https://github.com/pspdev/psp-packages/blob/master/CONTRIBUTING.md)!
20-
- Want to add a function? Look [here](https://github.com/pspdev/pspsdk)!
17+
- Found a bug or are you missing something? [Submit a bug, feature request or pull request](https://github.com/pspdev/pspdev/issues/new)!
18+
- Want to solve a bug? [Check our bug tracker here](https://github.com/issues?q=is%3Aopen+is%3Aissue+archived%3Afalse+user%3Apspdev+)!
19+
- Want to add a library to support with PSP SDK? [Add your library here](https://github.com/pspdev/psp-packages/blob/master/CONTRIBUTING.md)!
20+
- Want to add a PSP SDK function? [Add your function here](https://github.com/pspdev/pspsdk)!
2121

22-
Pull requests are always welcome!
22+
**Pull requests are always welcome!**
2323

2424
## Where can I find the code?
2525
{: .fs-6 .fw-700 }

Diff for: index.md

+13-11
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ layout: home
44
nav_order: 1
55
---
66

7-
<center><img src="images/pspdev.ico" width="64px" /></center>
7+
<img src="/images/pspdev.ico" width="64px" alt="PSPDEV Logo" />
8+
{: .text-center }
89

910
# Welcome to PSPDEV
1011
{: .fs-8 .fw-700 .text-center .lh-0 }
@@ -18,39 +19,40 @@ PSPDEV is an open source software development kit (SDK) for PlayStation Portable
1819
# Getting started
1920
{: .fs-6 .fw-700 }
2021

21-
Want to install the PSP SDK? [Go here](installation.html).
22+
Install our open source [PlayStation Portable Software Development Kit](installation.html).
2223
{: .fs-5 }
2324

24-
Don't know how to get started? [Go here](how_to_use.html).
25+
Already have the PSP SDK installed? Dive in and [get started with PSP SDK Homebrew development](how_to_use.html).
2526
{: .fs-5 }
2627

27-
Need some examples for what you can do with the PSP SDK? [Go here](basic_programs.html).
28+
Need some inspiration? Check out our [PSP SDK examples](basic_programs.html).
2829
{: .fs-5 }
2930

30-
Is your code is not working? [Go here](debugging.html).
31+
Is your code is not working? [Debug it using PSPLINK](debugging.html).
3132
{: .fs-5 }
3233

33-
Want some simple tips and trick to improve your experience? [Go here](tips_tricks.html).
34+
Want to improve your PSP SDK homebrew development experience? Get some [tips and tricks here](tips_tricks.html).
3435
{: .fs-5 }
3536

3637
# Contact Us
3738
{: .fs-6 .fw-700 }
3839

39-
If you have ideas, suggestions or questions, please don't hesitate to use our [GitHub Discussions](https://github.com/pspdev/pspdev/discussions).
40+
If you have ideas, suggestions or questions, please don't hesitate to use our [PSPDEV GitHub Discussions](https://github.com/pspdev/pspdev/discussions).
4041
{: .fs-5 }
4142

4243
If you need help or would like to contribute, don't hesitate to join us on [Discord](https://discord.gg/bePrj9W) or open an issue on [GitHub](https://github.com/pspdev/pspdev/issues). See you there!
4344
{: .fs-5 }
4445

45-
# Made with the PSPDEV SDK
46+
# Made with PSP SDK by the PSPDEV community <3
4647
{: .fs-6 .fw-700 }
4748

48-
[![nzportable screenshot](images/nzp.png)](https://github.com/nzp-team/nzportable)
49+
| [![nzportable screenshot](images/nzp.png)](https://github.com/nzp-team/nzportable) |
4950
{: .text-center }
50-
[![oceanpop screenshot](images/oceanpop.png)](https://github.com/sharkwouter/oceanpop)
51+
52+
| [![oceanpop screenshot](images/oceanpop.png)](https://github.com/sharkwouter/oceanpop) |
5153
{: .text-center }
5254

53-
[![ccleste screenshot](images/ccleste.png)](https://github.com/fjtrujy/ccleste/tree/psp-fixes)
55+
| [![ccleste screenshot](images/ccleste.png)](https://github.com/fjtrujy/ccleste/tree/psp-fixes) |
5456
{: .text-center }
5557

5658
And so much more!

0 commit comments

Comments
 (0)