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

fix(docs): template guide on concerto model broken redirects in official docs. #439

Closed
wants to merge 2 commits into from

Conversation

Vinyl-Davyl
Copy link
Contributor

Closes #438

Broken Redirects in Concerto Model Section of Tech Docs

Description:

Several redirects in the Concerto Model section of the technical documentation are broken, rendering them inaccessible to users. The following redirects are affected:

  • Vocabulary
  • Namespaces
  • Classes
  • Enumerations
  • Properties
  • Relationships
  • Decorators

Users attempting to access these sections for information on the Concerto Model encounter broken redirects, hindering their ability to understand and utilize these essential components effectively.

Changes

For some reasons, we have redirects to the concerto docs on click of items in that section(Template Guides >> Concerto Model) on the tech docs which redirects to an empty page, which probably breaks the general experience and purpose of the doc coupled with this issue.

Screenshots or Video

The following links from the Tech-Docs Currently redirect to a page like this
Screenshot 2024-04-23 202803

Under the Template Guides dropdown accordion in the tech-docs,
This happen in the following redirect and supposed links

  1. https://docs.accordproject.org/docs/model-vocabulary.html
  2. https://concerto.accordproject.org/docs/specification/model-namespaces.html
  3. https://concerto.accordproject.org/docs/specification/model-classes.html
  4. https://concerto.accordproject.org/docs/specification/model-enums.html
  5. https://concerto.accordproject.org/docs/specification/model-properties.html
  6. https://concerto.accordproject.org/docs/specification/model-relationships.html
  7. https://concerto.accordproject.org/docs/specification/model-decorators.html

Related Issues

Author Checklist

  • Ensure you provide a DCO sign-off for your commits using the --signoff option of git commit.
  • Vital features and changes captured in unit and/or integration tests
  • Commits messages follow AP format
  • Extend the documentation, if necessary
  • Merging to master from fork:branchname
  • Manual accessibility test performed
    • Keyboard-only access, including forms
    • Contrast at least WCAG Level A
    • Appropriate labels, alt text, and instructions

@Vinyl-Davyl Vinyl-Davyl force-pushed the template-guides branch 4 times, most recently from 76c4bb1 to b46900e Compare April 23, 2024 19:48
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.

template guide on concerto model broken redirects in official docs
1 participant