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

Broken links #59

Open
6 of 11 tasks
sbliven opened this issue Oct 22, 2024 · 2 comments
Open
6 of 11 tasks

Broken links #59

sbliven opened this issue Oct 22, 2024 · 2 comments

Comments

@sbliven
Copy link
Contributor

sbliven commented Oct 22, 2024

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.

  • /Development/Development/Development_Methods.html from: /Development/v3.x/
  • /Development/Development/Development_Methods.html from: /Development/v4.x/
  • /Development/Operator from: /Development/v3.x/
  • /Development/Operator from: /Development/v4.x/
  • /Development/v3.x/Environment.md from: /Development/v3.x/OIDC.html
  • /Development/v4.x/Contributing.md from: http://localhost:4040/Development/v4.x/
  • /Development/v4.x/Documentation/v4.x/backend/configuration.md from: /Development/v4.x/overview.html
  • /Development/v4.x/OIDC.html from: /Development/v4.x/Login.html
  • /Development/v4.x/OIDC.md from: /Development/v4.x/Login.html
  • /Development/v4.x/Theming.md from: /Development/v4.x/Login.html and /Development/v4.x/frontend/configuration.html
  • /Development/v4.x/frontend/testing.md from: /Development/v4.x/Migration.html and /Development/v4.x/backend/testing/user_authorization.html and /Development/v4.x/backend/testing_backend.html
@sbliven
Copy link
Contributor Author

sbliven commented Oct 22, 2024

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 added a commit to sbliven/scicat-documentation that referenced this issue Oct 22, 2024
@sbliven
Copy link
Contributor Author

sbliven commented Oct 22, 2024

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

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

No branches or pull requests

1 participant