Skip to content

Commit

Permalink
doc: Update to latest discord invite link (#23)
Browse files Browse the repository at this point in the history
Signed-off-by: Brian McGinn <brian.mcginn@intel.com>
  • Loading branch information
brian-intel authored May 9, 2024
1 parent 67d8d1d commit 1cf60a6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/intel-retail/documentation/badge)](https://api.securityscorecards.dev/projects/github.com/intel-retail/documentation)
[![GitHub Latest Stable Tag](https://img.shields.io/github/v/tag/intel-retail/documentation?sort=semver&label=latest-stable)](https://github.com/intel-retail/documentation/releases)
[![Discord](https://discord.com/api/guilds/1150892043120414780/widget.png?style=shield)](https://discord.gg/ZHgtrZcu)
[![Discord](https://discord.com/api/guilds/1150892043120414780/widget.png?style=shield)](https://discord.gg/2SpNRF4SCn)

![Requirements Review Process Flow](./docs_src/requirements-review-process-flow.png)

Expand All @@ -25,4 +25,4 @@
## [Intel Retail Documentation](https://intel-retail.github.io/documentation/)

## Join the community
[![Discord Banner 1](https://discordapp.com/api/guilds/1150892043120414780/widget.png?style=banner2)](https://discord.gg/ZHgtrZcu)
[![Discord Banner 1](https://discordapp.com/api/guilds/1150892043120414780/widget.png?style=banner2)](https://discord.gg/2SpNRF4SCn)
2 changes: 1 addition & 1 deletion docs/search/search_index.json

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -980,7 +980,7 @@ <h2 id="step-by-step-instructions">Step by step instructions:</h2>
<li>
<p>Verify Docker containers</p>
<p>Verify Docker images
<div class="language-bash highlight"><pre><span></span><code>docker<span class="w"> </span>ps<span class="w"> </span>--format<span class="w"> </span><span class="s1">&#39;table{{.Image}}\t{{.Status}}&#39;</span>
<div class="language-bash highlight"><pre><span></span><code>docker<span class="w"> </span>ps<span class="w"> </span>--format<span class="w"> </span><span class="s1">&#39;table{{.Names}}\t{{.Status}}\t{{.Image}}&#39;</span>
</code></pre></div>
Result:
<div class="language-bash highlight"><pre><span></span><code>src-OvmsClientGst-1<span class="w"> </span>Up<span class="w"> </span><span class="m">32</span><span class="w"> </span>seconds
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

Verify Docker images
```bash
docker ps --format 'table{{.Image}}\t{{.Status}}'
docker ps --format 'table{{.Names}}\t{{.Status}}\t{{.Image}}'
```
Result:
```bash
Expand Down

0 comments on commit 1cf60a6

Please sign in to comment.