-
Notifications
You must be signed in to change notification settings - Fork 66
Remove dollars from bash command examples #321
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curquiza
approved these changes
Mar 11, 2021
Member
curquiza
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
bors merge
Contributor
|
Build succeeded: |
bors bot
referenced
this pull request
in meilisearch/mini-dashboard
Mar 15, 2021
2: Bump @meilisearch/instant-meilisearch from 0.3.1 to 0.3.2 r=mdubus a=dependabot[bot] Bumps [@meilisearch/instant-meilisearch](https://github.com/meilisearch/instant-meilisearch) from 0.3.1 to 0.3.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/meilisearch/instant-meilisearch/releases"><code>@meilisearch/instant-meilisearch's releases</code></a>.</em></p> <blockquote> <h2>v0.3.2 🔗</h2> <h2>Changes</h2> <ul> <li>Add objectID when primaryKey is provided (<a href="https://github.com/meilisearch/instant-meilisearch/issues/322">#322</a>) <a href="https://github.com/bidoubiwa"><code>@bidoubiwa</code></a></li> <li>Fix processing time that was always 0 in Stats widget (<a href="https://github.com/meilisearch/instant-meilisearch/issues/323">#323</a>) <a href="https://github.com/bidoubiwa"><code>@bidoubiwa</code></a></li> </ul> <p>Thanks again to <a href="https://github.com/bidoubiwa"><code>@bidoubiwa</code></a>! 🎉</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/meilisearch/instant-meilisearch/commit/af4fafb72cf4bf7e9749b4527ca6f6791e3688f2"><code>af4fafb</code></a> Merge <a href="https://github.com/meilisearch/instant-meilisearch/issues/324">#324</a></li> <li><a href="https://github.com/meilisearch/instant-meilisearch/commit/d29ba1101cf6a4ee755dd492dc91d6584e6f18c8"><code>d29ba11</code></a> Update package.json</li> <li><a href="https://github.com/meilisearch/instant-meilisearch/commit/23353efeeaf83d0fd9d8558969fb3bf18ffcb362"><code>23353ef</code></a> Merge <a href="https://github.com/meilisearch/instant-meilisearch/issues/323">#323</a></li> <li><a href="https://github.com/meilisearch/instant-meilisearch/commit/7c558c2ea4e9ce5078847eafde0f6caa754b1588"><code>7c558c2</code></a> Merge <a href="https://github.com/meilisearch/instant-meilisearch/issues/322">#322</a></li> <li><a href="https://github.com/meilisearch/instant-meilisearch/commit/0b653a37154172a44ce2ac4ed9ef1883eb789453"><code>0b653a3</code></a> Fix processing time that was always 0</li> <li><a href="https://github.com/meilisearch/instant-meilisearch/commit/f3338ae1663ba39fa0353dfd85a1a5379ed23548"><code>f3338ae</code></a> Merge <a href="https://github.com/meilisearch/instant-meilisearch/issues/321">#321</a></li> <li><a href="https://github.com/meilisearch/instant-meilisearch/commit/6aab0c012df607538b9392edf13054fe9344c007"><code>6aab0c0</code></a> Add documentation link to primary key</li> <li><a href="https://github.com/meilisearch/instant-meilisearch/commit/f619adf3734eec2d2cc574d2f0812620578c474a"><code>f619adf</code></a> Add objectID when primaryKey is provided</li> <li><a href="https://github.com/meilisearch/instant-meilisearch/commit/092d918abe07cbfcfa44f41b3b68c1e8da3d01cd"><code>092d918</code></a> Update README.md</li> <li><a href="https://github.com/meilisearch/instant-meilisearch/commit/d4c3a628576c2dadbd724d46971f90f2cfd1bdfd"><code>d4c3a62</code></a> Update CONTRIBUTING.md</li> <li>Additional commits viewable in <a href="https://github.com/meilisearch/instant-meilisearch/compare/v0.3.1...v0.3.2">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR is auto-generated.
Related to meilisearch/integration-guides#99 and meilisearch/integration-guides#103.