From 38bb4e2249e08e7748a7255ae42cea8da9cd3273 Mon Sep 17 00:00:00 2001 From: Barry McGee Date: Tue, 18 Jul 2017 17:01:08 +0100 Subject: [PATCH 1/9] =?UTF-8?q?Remove=20duplicate=20=E2=80=98extra?= =?UTF-8?q?=E2=80=99=20in=20docs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/en/base/typography.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/base/typography.md b/docs/en/base/typography.md index 16a489305..da2fa729a 100644 --- a/docs/en/base/typography.md +++ b/docs/en/base/typography.md @@ -119,7 +119,7 @@ descriptions. ## Enabling Cyrillic, Greek and Latin fonts -Due to the extra extra weight of loading these fonts they are not imported by +Due to the extra weight of loading these fonts they are not imported by default. To enable Cyrillic, Greek and Latin fonts on Ubuntu please set the following font setting to true. From f219dd926288a1ec1719017dd6871b3b9a1fd2db Mon Sep 17 00:00:00 2001 From: Barry McGee Date: Tue, 18 Jul 2017 17:01:50 +0100 Subject: [PATCH 2/9] Remove trailing slash from related links --- docs/en/base/code.md | 4 ++-- docs/en/base/forms.md | 2 +- docs/en/patterns/grid.md | 2 +- docs/en/patterns/lists.md | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/en/base/code.md b/docs/en/base/code.md index 7d0e89721..65b3db5a5 100644 --- a/docs/en/base/code.md +++ b/docs/en/base/code.md @@ -24,5 +24,5 @@ If you want to refer to a larger piece of code, use <pre> tog ### Related -* [Code numbered pattern](/en/patterns/code-numbered/) -* [Code snippet pattern](/en/patterns/code-snippet/) +* [Code numbered pattern](/en/patterns/code-numbered) +* [Code snippet pattern](/en/patterns/code-snippet) diff --git a/docs/en/base/forms.md b/docs/en/base/forms.md index db77ab809..abbe00109 100644 --- a/docs/en/base/forms.md +++ b/docs/en/base/forms.md @@ -95,4 +95,4 @@ You can use the ```
``` element to divide the form into different logic ### Related -* [Buttons pattern](/en/patterns/buttons/) +* [Buttons pattern](/en/patterns/buttons) diff --git a/docs/en/patterns/grid.md b/docs/en/patterns/grid.md index 3b40ab2cc..cfc70070d 100644 --- a/docs/en/patterns/grid.md +++ b/docs/en/patterns/grid.md @@ -13,7 +13,7 @@ Vanilla's default grid has 12 columns and `20px` gutters. On large screens, each Layouts can be created combining rows with different number of columns to an ideal maximum of 4 columns per row. Each column should span a minimum of 3 columns. -Read also: [Breakpoints](/en/settings/breakpoints) +Read also: [Breakpoints](/en/settings/breakpoint-settings) diff --git a/docs/en/patterns/lists.md b/docs/en/patterns/lists.md index 0cff272e8..677af1a89 100644 --- a/docs/en/patterns/lists.md +++ b/docs/en/patterns/lists.md @@ -79,5 +79,5 @@ tutorial or instructions — you can use the class ```.p-list-step```. ### Related -* [Base lists](/en/base/lists/) -* [Inline images pattern](/en/patterns/inline-images/) +* [Base lists](/en/base/lists) +* [Inline images pattern](/en/patterns/inline-images) From c280843994f4e635003d4329b55bb7ac84bbb273 Mon Sep 17 00:00:00 2001 From: Barry McGee Date: Tue, 18 Jul 2017 17:02:52 +0100 Subject: [PATCH 3/9] Remove table of contents where not relevant --- docs/en/patterns/notification.md | 2 +- docs/en/patterns/pull-quote.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/patterns/notification.md b/docs/en/patterns/notification.md index 9fd744b42..7abd11ac3 100644 --- a/docs/en/patterns/notification.md +++ b/docs/en/patterns/notification.md @@ -1,6 +1,6 @@ --- title: Notification -table_of_contents: true +table_of_contents: false --- # Notification diff --git a/docs/en/patterns/pull-quote.md b/docs/en/patterns/pull-quote.md index 42f519926..ed1e28e9e 100644 --- a/docs/en/patterns/pull-quote.md +++ b/docs/en/patterns/pull-quote.md @@ -1,6 +1,6 @@ --- title: Pull quote -table_of_contents: true +table_of_contents: false --- # Pull quote From 972b5009f84d1d7fab05dcdee528675061eb6000 Mon Sep 17 00:00:00 2001 From: Barry McGee Date: Thu, 20 Jul 2017 15:55:08 +0100 Subject: [PATCH 4/9] Remove redundant guidelines section --- docs/en/index.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/docs/en/index.md b/docs/en/index.md index 3db42e63f..ba30d6419 100644 --- a/docs/en/index.md +++ b/docs/en/index.md @@ -44,14 +44,6 @@ Download the latest version of Vanilla from [GitHub](https://github.com/vanilla- To make improvements to Vanilla itself, please follow the instructions on the project’s [README.md](https://github.com/vanilla-framework/vanilla-framework#vanilla-framework). -## Guidelines - -If you want to propose new patterns or improvements to Vanilla, make sure to follow these guidelines, which help to keep Vanilla robust and accessible: - -- [Accessibility guidelines]() -- [Browser support]() -- [Coding standards]() - ## Getting help If you have any questions or get stuck, you can file an issue on [GitHub](https://github.com/vanilla-framework/vanilla-framework/issues/new) or ask us a question on [Twitter](https://twitter.com/vanillaframewrk) or [Slack](https://vanillaframework.slack.com). From dc30c611aed00a0cef16c636e682b280bc7a35e5 Mon Sep 17 00:00:00 2001 From: Barry McGee Date: Thu, 20 Jul 2017 16:02:04 +0100 Subject: [PATCH 5/9] Add /en/ prefix to links --- docs/en/patterns/code-numbered.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/patterns/code-numbered.md b/docs/en/patterns/code-numbered.md index 3f7d853ea..e9ed7927b 100644 --- a/docs/en/patterns/code-numbered.md +++ b/docs/en/patterns/code-numbered.md @@ -7,9 +7,9 @@ table_of_contents: true The code numbered pattern can be used when displaying large blocks of code to enable users to quickly reference a specific line. -Code numbered extends the [base styling of code](/base/code/). +Code numbered extends the [base styling of code](/en/base/code/). -See also: [code snippet](/patterns/code-snippet/). +See also: [code snippet](/en/patterns/code-snippet/). From 06a353c46a0627678e5601842ac7258884d5fb65 Mon Sep 17 00:00:00 2001 From: Barry McGee Date: Thu, 20 Jul 2017 16:02:26 +0100 Subject: [PATCH 6/9] Remove ToC from /patterns/code-snippet --- docs/en/patterns/code-snippet.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/patterns/code-snippet.md b/docs/en/patterns/code-snippet.md index 6c0f931fd..f90a7641a 100644 --- a/docs/en/patterns/code-snippet.md +++ b/docs/en/patterns/code-snippet.md @@ -1,6 +1,6 @@ --- title: Code snippet -table_of_contents: true +table_of_contents: false --- # Code snippet From dd4d4470a3c4d1c880145416ee6d56bb757296b1 Mon Sep 17 00:00:00 2001 From: Barry McGee Date: Thu, 20 Jul 2017 16:02:41 +0100 Subject: [PATCH 7/9] Remove 404 link --- docs/en/patterns/lists.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/en/patterns/lists.md b/docs/en/patterns/lists.md index 677af1a89..eab819229 100644 --- a/docs/en/patterns/lists.md +++ b/docs/en/patterns/lists.md @@ -79,5 +79,4 @@ tutorial or instructions — you can use the class ```.p-list-step```. ### Related -* [Base lists](/en/base/lists) * [Inline images pattern](/en/patterns/inline-images) From 13f303cfa7e2f15988cdd0e969bcf0928572422c Mon Sep 17 00:00:00 2001 From: Barry McGee Date: Thu, 20 Jul 2017 16:02:51 +0100 Subject: [PATCH 8/9] Add h1 to Navigation pattern --- docs/en/patterns/navigation.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/en/patterns/navigation.md b/docs/en/patterns/navigation.md index f7fc0b5cc..7bb6d84ab 100644 --- a/docs/en/patterns/navigation.md +++ b/docs/en/patterns/navigation.md @@ -3,6 +3,8 @@ title: Navigation table_of_contents: true --- +# Navigation + Vanilla includes a simple navigation bar that you can add to the top of your sites. From 3fbc9fff8a05c904fb80a4d1aec4493fa3fba827 Mon Sep 17 00:00:00 2001 From: Barry McGee Date: Thu, 20 Jul 2017 16:08:46 +0100 Subject: [PATCH 9/9] Remove trailing slashes --- docs/en/patterns/code-numbered.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/patterns/code-numbered.md b/docs/en/patterns/code-numbered.md index e9ed7927b..a4fa50af2 100644 --- a/docs/en/patterns/code-numbered.md +++ b/docs/en/patterns/code-numbered.md @@ -7,9 +7,9 @@ table_of_contents: true The code numbered pattern can be used when displaying large blocks of code to enable users to quickly reference a specific line. -Code numbered extends the [base styling of code](/en/base/code/). +Code numbered extends the [base styling of code](/en/base/code). -See also: [code snippet](/en/patterns/code-snippet/). +See also: [code snippet](/en/patterns/code-snippet).