Skip to content
This repository has been archived by the owner on May 17, 2023. It is now read-only.

Some links on the docs page give 404 #1739

Closed
konradsopala opened this issue Mar 15, 2021 · 2 comments
Closed

Some links on the docs page give 404 #1739

konradsopala opened this issue Mar 15, 2021 · 2 comments

Comments

@konradsopala
Copy link

Describe the bug
Some links on https://auth0-cosmos.now.sh/#/usage are broken (give 404). For example:

  • Installation
  • Using component
  • Building your own components
  • Usage with styleguide

Expected behavior
They should open.

Screenshots
None

Cosmos version:
It's about cosmos docs not cosmos itself

Additional context
Add any other context about the problem here.

@ghost
Copy link

ghost commented Jun 6, 2021

The page is routed to /docs/#/usage#installation instead of /#/usage#installation.

toggle = () => {
if (location.href.includes('localhost')) {
location.href = `/#/${this.props.page}#${this.state.id}`
} else {
location.href = `/docs/#/${this.props.page}#${this.state.id}`
}
this.setState({ expanded: !this.state.expanded })
}

@theinfosecguy
Copy link

theinfosecguy commented Apr 20, 2022

Looks like a lot of pages are broken due to this router issue including Contribution Guide.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants