Skip to content

Commit

Permalink
change logo images
Browse files Browse the repository at this point in the history
  • Loading branch information
noborus committed Apr 30, 2024
1 parent 0049d1d commit 7b5c52a
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ params:
disableShortcutsTitle: true
collapsibleMenu: true
images:
- '/images/noborus.png'
- '/images/logo.png'

markup:
goldmark:
Expand Down
2 changes: 1 addition & 1 deletion content/ov/_index.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ It is particularly suitable for displaying table-formatted text.

## Use case

{{% children containerstyle="div" description="true" style="h3" depth="1" sort="weight" %}}
{{% children containerstyle="div" description="true" style="h3" depth="1" sort="weight" %}}
2 changes: 1 addition & 1 deletion content/ov/bat.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ weight: 9

[bat](https://github.com/sharkdp/bat) supports pager.

You can use it by setting the environment variable PAGER or BAT_PAGER.
You can use it by setting the environment variable `PAGER` or `BAT_PAGER`.

```console
export BAT_PAGER="ov -F -H3"
Expand Down
2 changes: 1 addition & 1 deletion content/ov/pgcli.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ pager = 'ov -C -d "│" --section-delimiter "^┌" --section-header-num 3 --colu
table_format = psql_unicode
```

![pgcli-section](/ov/ov-pgcli-section.gif)
![pgcli-section](/ov/ov-pgcli-section.gif)
2 changes: 1 addition & 1 deletion content/ov/section.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ If section delimiters are not required (blank lines, etc.),

`--follow-section` uses the section instead of the follow-mode line.

Suitable for use with [\watch of psql](/ov/psql/#watchpostgresql-15).
Suitable for use with [\watch of psql](/ov/psql/#watchpostgresql-15).
1 change: 0 additions & 1 deletion content/ov/top.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,4 @@ topを`-b`バッチモードで起動すると先頭が"top"から始まる出
top -b -c -w512|ov --column-delimiter "/\s+/" --section-delimiter "^top" --column-mode --column-rainbow --follow-section -w=false
```


![ov-top.png](/ov/ov-top.gif)
2 changes: 1 addition & 1 deletion content/ov/watch.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ ov --watch 1 /proc/meminfo
![watch](/ov/ov-watch.gif)

At that time, add formfeed (\f) instead of EOF.
watch mode automatically sets follow-section "\f".
watch mode automatically sets follow-section "\f".
2 changes: 1 addition & 1 deletion content/trdsql/_index.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ Since the results can be output in various formats, it can also be used for form

## table of contents

{{% children containerstyle="div" style="div" depth="1" sort="weight" %}}
{{% children containerstyle="div" style="div" depth="1" sort="weight" %}}

0 comments on commit 7b5c52a

Please sign in to comment.