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

docs: document transformers #1453

Merged
merged 5 commits into from
Aug 16, 2022
Merged

docs: document transformers #1453

merged 5 commits into from
Aug 16, 2022

Conversation

farnabaz
Copy link
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
Copy link

netlify bot commented Aug 16, 2022

โœ… Deploy Preview for nuxt-content ready!

Name Link
๐Ÿ”จ Latest commit ace3b15
๐Ÿ” Latest deploy log https://app.netlify.com/sites/nuxt-content/deploys/62fbb15943fbee0008f13932
๐Ÿ˜Ž Deploy Preview https://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
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'))

docs/content/4.api/4.advanced.md Outdated Show resolved Hide resolved
docs/content/4.api/4.advanced.md Outdated Show resolved Hide resolved
@farnabaz farnabaz merged commit 1dc3589 into main Aug 16, 2022
@farnabaz farnabaz deleted the docs/transformers branch August 16, 2022 15:06
@farnabaz farnabaz 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 <[email protected]>
Co-authored-by: nobkd <[email protected]>
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

Successfully merging this pull request may close these issues.

3 participants