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

Documentation Website #82

Open
kevinmarrec opened this issue Jan 5, 2023 · 4 comments
Open

Documentation Website #82

kevinmarrec opened this issue Jan 5, 2023 · 4 comments
Assignees
Labels
documentation Improvements or additions to documentation

Comments

@kevinmarrec
Copy link
Owner

I'm planning to have standalone documentation website as an update of https://pwa.nuxtjs.org.

It will use Docus based on @nuxt/content

@kevinmarrec kevinmarrec added the documentation Improvements or additions to documentation label Jan 5, 2023
@kevinmarrec kevinmarrec self-assigned this Jan 5, 2023
@kevinmarrec kevinmarrec changed the title Documentation Documentation Website Jan 5, 2023
@yeonjulee1005
Copy link

thank you for helping me :)
finally, i applied pwa in nuxt3 T.T
Thank you:)

@mctweb
Copy link

mctweb commented Jan 10, 2023

Thanks Kevin. Great module!
Can you confirm if there is a way to disable icon generation? Or have different icons depending on the size?

@kevinmarrec
Copy link
Owner Author

@mctweb Icon generation can be skipped through nuxt.config with

export default defineNuxtConfig({
  pwa: {
    icon: false
  }
})

About having different icons depending on the size, this is not possible yet and I'm not sure about why we would want to do that so let me know how it could be helpful.

@mctweb
Copy link

mctweb commented Jan 11, 2023

Thanks Kevin! That's much appreciated. My personal use case was that I wanted our favicon to have a different version of our logo on it than a PWA. The smallest logo version has an 'M', but our regular logo contains the full 'MCT'. Where possible, we prefer to use the full logo. This would be helpful to have breakpoints for this reason. I know various other brands do something similar by having different logos for different sizes.

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

No branches or pull requests

3 participants