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

Update documentation breadcrumb to make it even more dynamic #5

Open
erdoganbulut opened this issue Jan 20, 2022 · 0 comments
Open
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@erdoganbulut
Copy link
Contributor

https://github.com/sdtrdev/paymple-ui/blob/develop/src/routes/Documentation/index.tsx

<Breadcrumb style={{ margin: '16px 0' }}>
  <Breadcrumb.Item>Home</Breadcrumb.Item>
  <Breadcrumb.Item>Documentation</Breadcrumb.Item>
</Breadcrumb>

[en]

Documentation pages have a breadcrumb. It is currently static. It does not change when visiting one of the subpages. For example, when visiting the Privacy-Policy page, it would be better if it wrote "Home / Documentation / Privacy Policy". It would be even nicer to do this dynamically.

[tr]

Documentation sayfalarında bir breadcrumb bulunuyor. Şu an static halde. Alt sayfalardan birini ziyaret edince değişmiyor. Örneğin Privacy-Policy sayfasını ziyaret edince "Home / Documentation / Privacy Policy" yazsa daha güzel olur. Bunu dinamik bir şekilde yapmak daha da güzel olur.

@erdoganbulut erdoganbulut added enhancement New feature or request good first issue Good for newcomers labels Jan 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant