-
-
Notifications
You must be signed in to change notification settings - Fork 484
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
feat: new docs #2740
feat: new docs #2740
Conversation
β Live Preview ready!
|
I'm getting the same error, I did run I found this issue https://github.com/nuxt/ui-pro/issues/37 that seems to describe a similar issue, the error went away after adding the following lines to
|
@BobbieGoede Thanks for finding out! I'll add them and recheck if everything works |
@BobbieGoede @kazupon I've pushed changes and tested locally by removing
It worked correctly. Please check now on your side. I've also bumped |
@MuhammadM1998 @atinux
|
Shall be good now! |
This looks good but I don't know what steps are left to make deployment work π€ |
@BobbieGoede Preview Deployment is already working https://deploy-preview-2740--nuxt-i18n.netlify.app/ I'm available If there's anything I could help with |
I've checked netlify enviroment variables. @atinux |
No need for a |
Okay! Thanks! |
@MuhammadM1998 |
* feat: new docs * chore: ignore docs from linting * chore: Nuxt UI Pro + Nuxt Content starter * chore: refresh lockfile * chore: update app metadata * chore: update header title * refactor: update index page * feat: the logo * feat: navigation links * docs: installation page * docs: add getting started icon * docs: update installation page * docs: usage page * docs: add /guide content * style: add '.env' file icons * chore: spacing * chore: change 'alert' to 'callout' * fix: pin '@nuxt/content' to 2.8.2 * docs: options page * docs: api * docs: roadmap page * chore: add ts-expect-error * docs: v7 * chore: remove duplicate title * refactor: separate v8 & v7 docs pages * style: disallow opening multiple accordions * chore: refresh lockfile * chore: add oss license * feat: implement VersionSelect to switch module versions * refactor: move all docs under '/docs' route * docs: update homepage links * refactor: match page name to its title * feat: add code group in homepage * feat: dynamically show full or truncate i18n ero title * feat: og image * refactor: remove redundant props * chore: cleanup * refactor: cleanup * refactor: remove empty 'logo' object * chore: remove redundant 'viewport' as it's automatically added * refactor: set `titleTemplate` in app.vue * refactor: `usePageMeta` composable * chore: avoid using single-name components * refactor: set header 'links' props to optional * refactor: add 'ts-expect-error' * refactor: remove redundant 'v7' page * chore: rename first pages to index * fix: broken link * chore: update relative links * chore: fix broken links * chore: add `strict-peer-dependencies` to docs npmrc * chore: remove redundant 'vue' resolution * chore: add 'shamefully-hoist' & 'strict-peer-dependencies' to root .npmrc * chore: bump nuxt content and ui pro * chore: organize a bit * chore: remove 'asciidoc name from codeblocks * chore: replace 'env' with 'shell' * fix: 'env' icons are not rendered * chore: refresh lockfile * chore: highlight `jsonc` code blocks --------- Co-authored-by: SΓ©bastien Chopin <[email protected]>
π Linked issue
Resolves #2692
β Type of change
π Description
This updates the docs to use Nuxt UI Pro & Nuxt Content. Moving away from the un-maintained Docus and aligning with the other official modules docs.
I've tried to keep minimal changes and not changing the content for easier migration. I'll open other PRs to improve the docs sections I'm confident about later.
Changes
TODOs
::callout
instead of<alert>
or::alert
)Build locally and check if everything works correctly(Needs license to runnuxt generate
)Builds Are Failing
Builds are failing as it needs NuxtUI Pro license which we don't have yet, a workaround is to set
env
for this deployment to 'development' so it doesn't ask for the licenseπ Checklist