Skip to content

Commit

Permalink
doc: shorten path
Browse files Browse the repository at this point in the history
  • Loading branch information
ueokande committed Jul 15, 2023
1 parent 15d7f22 commit 1e36edd
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 22 deletions.
32 changes: 16 additions & 16 deletions docs/_layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

<body>
<header class='header-wide'>
<h1><a href='index.html'>Vimmatic</a></h1>
<h1><a href='.'>Vimmatic</a></h1>
<ul>
<li><a target="_blank" rel="noopener" href='https://github.com/ueokande/vimmatic'>GitHub</a></li>
<li><a target="_blank" rel="noopener" href='https://addons.mozilla.org/firefox/addon/vimmatic/'>Firefox Add-ons</a></li>
Expand All @@ -27,19 +27,19 @@ <h1><a href='index.html'>Vimmatic</a></h1>
</header>

<header class='header-mobile'>
<h1><a href='index.html'>Vimmatic</a></h1>
<h1><a href='.'>Vimmatic</a></h1>
</header>

<aside class='aside-wide'>
<h1>Guide</h1>
<ul>
<li><a href='./keymaps.html'>Keymaps</a></li>
<li><a href='./console_commands.html'>Console commands</a></li>
<li><a href='./blacklist.html'>Blacklist</a></li>
<li><a href='./search_engines.html'>Search engines</a></li>
<li><a href='./properties.html'>Properties</a></li>
<li><a href='./styles.html'>Custom Styles</a></li>
<li><a href='./troubleshooting.html'>Troubleshooting</a></li>
<li><a href='./keymaps'>Keymaps</a></li>
<li><a href='./console_commands'>Console commands</a></li>
<li><a href='./blacklist'>Blacklist</a></li>
<li><a href='./search_engines'>Search engines</a></li>
<li><a href='./properties'>Properties</a></li>
<li><a href='./styles'>Custom Styles</a></li>
<li><a href='./troubleshooting'>Troubleshooting</a></li>
</ul>
</aside>

Expand All @@ -50,13 +50,13 @@ <h1>Guide</h1>

<aside class='aside-mobile'>
<ul>
<li><a href='./keymaps.html'>Keymaps</a></li>
<li><a href='./console_commands.html'>Console commands</a></li>
<li><a href='./blacklist.html'>Blacklist</a></li>
<li><a href='./search_engines.html'>Search engines</a></li>
<li><a href='./properties.html'>Properties</a></li>
<li><a href='./styles.html'>Custom Styles</a></li>
<li><a href='./troubleshooting.html'>Troubleshooting</a></li>
<li><a href='./keymaps'>Keymaps</a></li>
<li><a href='./console_commands'>Console commands</a></li>
<li><a href='./blacklist'>Blacklist</a></li>
<li><a href='./search_engines'>Search engines</a></li>
<li><a href='./properties'>Properties</a></li>
<li><a href='./styles'>Custom Styles</a></li>
<li><a href='./troubleshooting'>Troubleshooting</a></li>
<li class='separator'></li>
<li><a target="_blank" rel="noopener" href='https://github.com/ueokande/vimmatic'>GitHub</a></li>
<li><a target="_blank" rel="noopener" href='https://addons.mozilla.org/firefox/addon/vimmatic/'>Firefox Add-ons</a></li>
Expand Down
6 changes: 3 additions & 3 deletions docs/console_commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ To use a search engine other than the default, specify the search engine to use
:open yahoo How to contribute to Vimmatic
```

To adjust the default search-engine and add/remove search engines, see the [search engines](./search_engines.md) section.
To adjust the default search-engine and add/remove search engines, see the [search engines](./search_engines) section.

Use <kbd>Tab</kbd> to select from the autocomplete suggestions. To configure this, set the [`complete` property.](./properties.html#complete)
Use <kbd>Tab</kbd> to select from the autocomplete suggestions. To configure this, set the [`complete` property.](./properties#complete)

## `:tabopen`

Expand Down Expand Up @@ -96,5 +96,5 @@ the current page.
## `:set`

The `:set` command can be used to temporarily override properties in the
console. See the [properties](./properties.md) section for more details on
console. See the [properties](./properties) section for more details on
the available properties.
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ tabs, use <kbd>u</kbd>.
To open a link, press <kbd>f</kbd> to enter the **follow mode** to select a
link. Then you can select links by alphabetic keys.

See also [Keymaps](./keymaps.md) for more detailed of keymaps.
See also [Keymaps](./keymaps) for more detailed of keymaps.

### Using commands

Expand All @@ -68,7 +68,7 @@ or search keywords with search engine (such as Google) like:

The console completes commands by your input. Press <kbd>Tab</kbd> and <kbd>
Shift</kbd>+<kbd>Tab</kbd> to select next and previous items, respectively.
You can see all commands on [Console commands](./console_commands.md).
You can see all commands on [Console commands](./console_commands).

## Copyright

Expand Down
2 changes: 1 addition & 1 deletion docs/keymaps.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ numeric marks (`[A-Z0-9]`) store the position and the tab.
- <kbd>b</kbd>: select tabs by URL or title
- <kbd>a</kbd>: add the current page to your bookmarks

See the [console commands](./console_commands.md) section for a more detailed description.
See the [console commands](./console_commands) section for a more detailed description.

## Zoom

Expand Down

0 comments on commit 1e36edd

Please sign in to comment.