From 490014ae5f1774cedf5addd2a45ea9498bb104ce Mon Sep 17 00:00:00 2001 From: Shin'ya Ueoka Date: Mon, 10 Aug 2020 12:14:29 +0900 Subject: Fix link in docs Links to .md is replaced with .html by jekyll-relative-links plugin. --- docs/console_commands.md | 4 ++-- docs/index.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'docs') diff --git a/docs/console_commands.md b/docs/console_commands.md index 1cdcb6e..434f74a 100644 --- a/docs/console_commands.md +++ b/docs/console_commands.md @@ -35,7 +35,7 @@ To use a search engine other than the default, specify the search engine to use :open yahoo How to contribute to Vim-Vixen ``` -To adjust the default search-engine and add/remove search engines, see the [search engines](./search_engines.html) section. +To adjust the default search-engine and add/remove search engines, see the [search engines](./search_engines.md) section. Use Tab to select from the autocomplete suggestions. To configure this, set the [`complete` property.](./properties.html#complete) @@ -94,5 +94,5 @@ the current page. ## `:set` The `:set` command can be used to temporarily override properties in the -console. See the [properties](./properties.html) section for more details on +console. See the [properties](./properties.md) section for more details on the available properties. diff --git a/docs/index.md b/docs/index.md index 8e4f3a3..b06d45d 100644 --- a/docs/index.md +++ b/docs/index.md @@ -32,7 +32,7 @@ tabs, use u. To open a link, press f to enter the **follow mode** to select a link. Then you can select links by alphabetic keys. -See also [Keymaps](./keymaps.html) for more detailed of keymaps. +See also [Keymaps](./keymaps.md) for more detailed of keymaps. ### Using commands @@ -51,7 +51,7 @@ or search keywords with search engine (such as Google) like: :open How to use Vim ``` -You can see completed commands on [Console commands](./console_commands.html). +You can see completed commands on [Console commands](./console_commands.md). ## Copyright -- cgit v1.2.3 From 8f7cce68a5859eac6ac650ae3c808658b3e5de1e Mon Sep 17 00:00:00 2001 From: Shin'ya Ueoka Date: Mon, 10 Aug 2020 13:42:37 +0900 Subject: Support responsive design for mobile devices --- docs/_layouts/default.html | 26 ++++++++- docs/assets/css/style.scss | 132 ++++++++++++++++++++++++++++++++++++++++++++- 2 files changed, 155 insertions(+), 3 deletions(-) (limited to 'docs') diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html index 40080b5..0569452 100644 --- a/docs/_layouts/default.html +++ b/docs/_layouts/default.html @@ -17,7 +17,7 @@ -
+

Vim Vixen

-