Skip to content

docs: document transformers - #1453

Merged
farnabaz merged 5 commits into
mainfrom
docs/transformers
Aug 16, 2022
Merged

docs: document transformers#1453
farnabaz merged 5 commits into
mainfrom
docs/transformers

Conversation

@farnabaz

Copy link
Copy Markdown
Member

🔗 Linked issue

❓ Type of change

  • 📖 Documentation (updates to the documentation or readme)
  • 🐞 Bug fix (a non-breaking change that fixes an issue)
  • 👌 Enhancement (improving an existing functionality like performance)
  • ✨ New feature (a non-breaking change that adds functionality)
  • ⚠️ Breaking change (fix or feature that would cause existing functionality to change)

📚 Description

📝 Checklist

  • I have linked an issue or discussion.
  • I have updated the documentation accordingly.

@netlify

netlifyBot commented Aug 16, 2022

Copy link
Copy Markdown

Deploy Preview for nuxt-content ready!

NameLink
🔨 Latest commitace3b15
🔍 Latest deploy loghttps://app.netlify.com/sites/nuxt-content/deploys/62fbb15943fbee0008f13932
😎 Deploy Previewhttps://deploy-preview-1453--nuxt-content.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

setup (_options, nuxt) {
nuxt.options.nitro.externals = nuxt.options.nitro.externals || {}
nuxt.options.nitro.externals.inline = nuxt.options.nitro.externals.inline || []
nuxt.options.nitro.externals.inline.push(resolve('./my-module'))

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we have any way to simplify these 3 lines above @pi0 ?

Someting like

addServerExternal(resolve('./my-module'))

Comment threaddocs/content/4.api/4.advanced.md Outdated
Comment threaddocs/content/4.api/4.advanced.md Outdated
Comment threaddocs/content/4.api/4.advanced.md Outdated
Co-authored-by: nobkd <44443899+nobkd@users.noreply.github.com>
@farnabaz
farnabaz merged commit 1dc3589 into mainAug 16, 2022
@farnabaz
farnabaz deleted the docs/transformers branch August 16, 2022 15:06
@farnabazfarnabaz mentioned this pull request Sep 2, 2022
farnabaz added a commit that referenced this pull request Sep 7, 2022
Co-authored-by: Sébastien Chopin <seb@nuxtjs.com>
Co-authored-by: nobkd <44443899+nobkd@users.noreply.github.com>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@farnabaz@atinux@nobkd