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

Add Algolia doc search #4830

Merged
merged 4 commits into from Feb 1, 2023
Merged

Add Algolia doc search #4830

merged 4 commits into from Feb 1, 2023

Conversation

lukastaegert
Copy link
Member

This PR contains:

  • bugfix
  • feature
  • refactor
  • documentation
  • other

Are tests included?

  • yes (bugfixes and features will not be merged without tests)
  • no

Breaking Changes?

  • yes (breaking changes will not be merged unless absolutely necessary)
  • no

List any relevant issue numbers:

Description

Finally…
guide-with-search

@netlify
Copy link

netlify bot commented Jan 31, 2023

Deploy Preview for rollupjs ready!

Name Link
🔨 Latest commit 1265b01
🔍 Latest deploy log https://app.netlify.com/sites/rollupjs/deploys/63da22a30dd09b00096d374c
😎 Deploy Preview https://deploy-preview-4830--rollupjs.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.

@github-actions
Copy link

github-actions bot commented Jan 31, 2023

Thank you for your contribution! ❤️

You can try out this pull request locally by installing Rollup via

npm install rollup/rollup#doc-search

or load it into the REPL:
https://deploy-preview-4830--rollupjs.netlify.app/repl/?pr=4830

@codecov
Copy link

codecov bot commented Jan 31, 2023

Codecov Report

Merging #4830 (8cf20fc) into master (7c50c18) will decrease coverage by 0.01%.
The diff coverage is n/a.

❗ Current head 8cf20fc differs from pull request most recent head 1265b01. Consider uploading reports for the commit 1265b01 to get more accurate results

@@            Coverage Diff             @@
##           master    #4830      +/-   ##
==========================================
- Coverage   99.00%   99.00%   -0.01%     
==========================================
  Files         219      219              
  Lines        7837     7834       -3     
  Branches     2169     2168       -1     
==========================================
- Hits         7759     7756       -3     
  Misses         26       26              
  Partials       52       52              
Impacted Files Coverage Δ
src/Chunk.ts 99.82% <0.00%> (ø)
src/utils/renderHelpers.ts 100.00% <0.00%> (ø)
src/ast/variables/Variable.ts 100.00% <0.00%> (ø)
src/ast/nodes/ClassDeclaration.ts 100.00% <0.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@lukastaegert lukastaegert merged commit 669f597 into master Feb 1, 2023
@lukastaegert lukastaegert deleted the doc-search branch February 1, 2023 08:42
@rollup-bot
Copy link
Collaborator

This PR has been released as part of rollup@3.12.1. You can test it via npm install rollup.

@rollup-bot rollup-bot mentioned this pull request Feb 1, 2023
4 tasks
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.

Add search box to docs
2 participants