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's >> concerto model broken redirects in official docs #440

Open
wants to merge 2 commits into
base: main
Choose a base branch
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 changed the title fix(docs): template guide >> concerto model broken redirects in official docs fix(docs): template guide's >> concerto model broken redirects in official docs Apr 23, 2024
@Vinyl-Davyl Vinyl-Davyl force-pushed the template-guides-concerto-model branch from 1881a3f to b0a3aa5 Compare April 23, 2024 21:03
Signed-off-by: Vinyl-Davyl <okononfuadavid@gmail.com>
Signed-off-by: Vinyl-Davyl <okononfuadavid@gmail.com>
@Vinyl-Davyl Vinyl-Davyl force-pushed the template-guides-concerto-model branch from 673f50d to 19ee348 Compare April 23, 2024 21:12
@Vinyl-Davyl
Copy link
Contributor Author

Hello 👋 @sanketshevkar @mttrbrts @dselman @DianaLease
From the Issue #438 on the our tech-docs/official docs site. Please look into the fix is for review

@sanketshevkar
Copy link
Member

@Vinyl-Davyl I think we just need to redirect those sections to the concerto docs which are outside of the tech docs.

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
2 participants