diff --git a/docs/configuration.md b/docs/configuration.md index c2f867b66abd680292c6d5f2405c28c088d013ec..e0924186ba33a33c02927cbb0a304c6135de2f16 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 849071df4e68822b1f257867edea023149657b80..8da7729d1a595ec6812fd1fb37c1a34901e52a96 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 <div class="code-example" markdown="1"> - [Link button](http://example.com/){: .btn } [Link button](http://example.com/){: .btn .btn-purple } @@ -32,7 +31,6 @@ nav_order: 2 </div> ```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 710218fc7254f6de47a3206bd061a92dc1e4dd8b..f3742469f93529db85d4729242c69f77e1470831 100644 --- a/docs/ui-components/labels.md +++ b/docs/ui-components/labels.md @@ -31,7 +31,6 @@ Deprecated </div> ```markdown - Default label {: .label } @@ -49,5 +48,4 @@ Coming soon Deprecated {: .label .label-red} - ```