Skip to content

Conversation

tertsdiepraam
Copy link
Member

@tertsdiepraam tertsdiepraam commented Aug 19, 2023

I'm not sure how to test this, before we push it. We might need a few iterations to get it right.

I want to revamp the website structure a bit, which will sadly break links but I think it's necessary. I'll repeat in bold: this will break existing links to our website.

The current structure is:

/     <- a super simple page with links
/user <- coreutils mdbook
/dev  <- coreutils rustdoc

This leaves no room for findutils, which should probably not be left behind :). This PR creates the following structure:

/                <- page about uutils with links to coreutils and findutils

/coreutils       <- oranda website for coreutils
/coreutils/book  <- coreutils mdbook (generated by oranda at this location)
/coreutils/dev   <- coreutils rustdoc

/findutils       <- oranda website for findutils
/findutils/book  <- findutils mdbook (does not exist yet)
/findutils/dev   <- findutils rustdoc

Although, to be honest, I don't even think we need the rustdoc, given that docs.rs exists. But I've kept it for now.

This PR just creates that structure. As a follow up I'll try to write a nice homepage.

@tertsdiepraam
Copy link
Member Author

Uh oh, oranda failed to install

@tertsdiepraam
Copy link
Member Author

Cargo binstall recommends https://github.com/taiki-e/install-action. Let's see whether that helps. (Locally, I can install oranda with binstall)

@tertsdiepraam tertsdiepraam force-pushed the oranda-setup branch 3 times, most recently from 347f230 to ce57903 Compare August 19, 2023 18:34
@tertsdiepraam
Copy link
Member Author

Ok, I think it's ready now, but there's plenty that could still go wrong, because we can't actually see the website it builds :)

@tertsdiepraam
Copy link
Member Author

@sylvestre would you mind reviewing this? (I do not seem to be able to ask a review via the github reviewer thingy)

@sylvestre
Copy link
Collaborator

let's see :)

@sylvestre sylvestre merged commit 67cebe8 into uutils:main Aug 20, 2023
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.

2 participants