SciCatProject / documentation

Documentation for SciCat metadata server :page_with_curl:
https://scicatproject.github.io/
3 stars 9 forks source link

Broken links #59

Open sbliven opened 1 month ago

sbliven commented 1 month ago

I used broken-link-checker to find broken links in the website. I used the command

npm install broken-link-checker
npx blc  -ro http://localhost:4040/ --exclude-external | grep BROKEN | sort -u

We should fix these.

sbliven commented 1 month ago

Some of these are straightforward typos and can be easily fixed. I wanted to ask about a couple though.

  1. @LAShemilt From Development/v3.x/OIDC.md:

    These setting are accomplished by modifying the frontend [environment document](./Environment.md).

I don't think the frontend uses a .env file. I guess this should mean config.json and the link go to ./Configuration.md?

  1. What's the plan with the Development/v4.x/old directory? OIDC.md and Theming.md are in that folder but linked one level up. Do the 'old' files need to get updated and promoted to the correct place in the hierarchy?
sbliven commented 1 month ago

While documenting #61 I noticed Development/v4.x/backend/configuration_oidc.md. Should links to v4.x/OIDC.md point to this?