Skip to content
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

Nav and Redirect #42

Merged
merged 5 commits into from
Jun 15, 2022
Merged

Conversation

halotroop2288
Copy link
Contributor

@halotroop2288 halotroop2288 commented Feb 14, 2022

I'm gonna fix #38, #39 and #40 in this PR.

I have done what I said I was gonna do:

  • MkDocs navigation has been implemented
  • Images and articles have moved to subfolders matching their category
  • Redundant category pages have been deleted
  • Redundant redirect pages have been deleted

This PR still needs some cleanup. Links may be broken. (but there are none reported by the compiler.)

Before merge:

  • Fix merge conflict
  • Move the rest of the pages to their folders
  • Make sure every page has been added to the MkDocs nav
  • Use /** absolute links instead of ../** relative links
  • Remove redundant "Xbox-360-" from category folder names
    (This site is all about the 360! It's implied!)

Merge

Please squash this PR.

Post-merge:

  • Index pages should be created for each category, like this:

    mkdocs.yml

    nav:
      - Category:
        - 'category/index.yml'
  • !TODO and !Pages That Need Updates should be deleted and posted as an issue here on GitHub.

  • Index should be rewritten. There's probably not a lot of need for most of the current content, but all of the links will be broken!

@halotroop2288 halotroop2288 changed the title This should have been in the previous PR Nav and Redirect Feb 14, 2022
@halotroop2288
Copy link
Contributor Author

@tuxuser If you would like to review, you can start viewing file changes now. I'm finishing up my changes. I need to find a way to fix all the dead links (they're not being warned by the compiler)

- Move all images and articles to category-based folders
- Switch to MkDocs navigation
- Implement MkDocs Redirects
@halotroop2288
Copy link
Contributor Author

RFC: Should "Category:" links at the bottom of every page that were added as a remnant of Mediawiki be kept?

Removing them instead of fixing them would save me a lot of work.

@halotroop2288 halotroop2288 force-pushed the pr/nav-and-redirect branch 2 times, most recently from 4dd0a82 to a8a59ab Compare February 14, 2022 07:49
@halotroop2288 halotroop2288 marked this pull request as ready for review February 14, 2022 07:50
@halotroop2288
Copy link
Contributor Author

As far as this PR goes, I think I've reached the limit of my usefulness. I don't know enough to categorize all of the remaining pages.

@halotroop2288 halotroop2288 force-pushed the pr/nav-and-redirect branch 7 times, most recently from f1efefb to c10372f Compare February 14, 2022 10:36
@tuxuser
Copy link
Contributor

tuxuser commented Feb 14, 2022

Pages needing updates:

@halotroop2288
Copy link
Contributor Author

Thanks, tuxuser! I'll put that to good use for my KSY files!

@halotroop2288
Copy link
Contributor Author

I am not sure how much of these tasks I completed, but this could use a real review.

I'd like to add more onto this wiki, from findings while working on Xenia. Such as kernel min version 1861 which has yet to be found.
Snippet from Xenia log

@tuxuser tuxuser merged commit fc013f0 into Free60Project:master Jun 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Redirects should be moved to MkDocs' built-in redirect system
2 participants