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

Small device aside navigation is not working. #699

Closed
itsmnthn opened this issue Nov 30, 2022 · 4 comments
Closed

Small device aside navigation is not working. #699

itsmnthn opened this issue Nov 30, 2022 · 4 comments
Assignees

Comments

@itsmnthn
Copy link
Contributor

Repository
Live preview

image

Using app.config.ts

export default defineAppConfig({
  docus: {
     header: { logo: true, showLinkIcon: false, exclude: ["/docs", "/blogs"] },
     aside: { level: 1, collapsed: false, exclude: [] },
  }
})

output of npx nuxi info:

- Operating System: `Darwin`
- Node Version:     `v18.12.1`
- Nuxt Version:     `3.0.0`
- Nitro Version:    `1.0.0`
- Package Manager:  `yarn@1.22.19`
- Builder:          `vite`
- User Config:      `extends`, `components`, `content`
- Runtime Modules:  `-`
- Build Modules:    `-`
@Tahul
Copy link
Contributor

Tahul commented Dec 7, 2022

@bdrtsky : could you look into this?

@bdrtsky
Copy link
Contributor

bdrtsky commented Dec 8, 2022

Is it working already? I can see navigation on the link above

Screenshot 2022-12-08 at 11 52 31

@itsmnthn
Copy link
Contributor Author

itsmnthn commented Dec 9, 2022

@bdrtsky I've updated the config to not exclude the form header in the latest commits. Check this config app.config.ts and live preview at this commit.

To fix this issue I've created pr with fix #710

Copy link
Contributor

Tahul commented Dec 12, 2022

Hey @itsmnthn ; will look into your PR very soon!

@Tahul Tahul closed this as completed Dec 15, 2022
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

3 participants