From 410085dd28fd2d7254e1cdd8e64caea537a69494 Mon Sep 17 00:00:00 2001 From: Patrick Marsceill Date: Fri, 16 Nov 2018 14:37:00 -0500 Subject: [PATCH] Content cleanup --- docs/configuration.md | 2 +- docs/ui-components/buttons.md | 2 -- docs/ui-components/labels.md | 2 -- 3 files changed, 1 insertion(+), 5 deletions(-) diff --git a/docs/configuration.md b/docs/configuration.md index c2f867b..e092418 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -6,7 +6,7 @@ nav_order: 2 # Configuration -Just the Docs has some specific configuration parameters that can be definied in your Jekyll site's `config.yml` file. +Just the Docs has some specific configuration parameters that can be definied in your Jekyll site's `_config.yml` file. ## Search enabled diff --git a/docs/ui-components/buttons.md b/docs/ui-components/buttons.md index 849071d..8da7729 100644 --- a/docs/ui-components/buttons.md +++ b/docs/ui-components/buttons.md @@ -21,7 +21,6 @@ nav_order: 2 ### Links that look like buttons
- [Link button](http://example.com/){: .btn } [Link button](http://example.com/){: .btn .btn-purple } @@ -32,7 +31,6 @@ nav_order: 2
```markdown - [Link button](http://example.com/){: .btn } [Link button](http://example.com/){: .btn .btn-purple } diff --git a/docs/ui-components/labels.md b/docs/ui-components/labels.md index 710218f..f374246 100644 --- a/docs/ui-components/labels.md +++ b/docs/ui-components/labels.md @@ -31,7 +31,6 @@ Deprecated ```markdown - Default label {: .label } @@ -49,5 +48,4 @@ Coming soon Deprecated {: .label .label-red} - ```