mirror of
https://github.com/thangisme/notes.git
synced 2025-10-12 14:04:13 -04:00
Content cleanup
This commit is contained in:
@@ -6,7 +6,7 @@ nav_order: 2
|
|||||||
|
|
||||||
# Configuration
|
# 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
|
## Search enabled
|
||||||
|
|
||||||
|
@@ -21,7 +21,6 @@ nav_order: 2
|
|||||||
### Links that look like buttons
|
### Links that look like buttons
|
||||||
|
|
||||||
<div class="code-example" markdown="1">
|
<div class="code-example" markdown="1">
|
||||||
|
|
||||||
[Link button](http://example.com/){: .btn }
|
[Link button](http://example.com/){: .btn }
|
||||||
|
|
||||||
[Link button](http://example.com/){: .btn .btn-purple }
|
[Link button](http://example.com/){: .btn .btn-purple }
|
||||||
@@ -32,7 +31,6 @@ nav_order: 2
|
|||||||
|
|
||||||
</div>
|
</div>
|
||||||
```markdown
|
```markdown
|
||||||
|
|
||||||
[Link button](http://example.com/){: .btn }
|
[Link button](http://example.com/){: .btn }
|
||||||
|
|
||||||
[Link button](http://example.com/){: .btn .btn-purple }
|
[Link button](http://example.com/){: .btn .btn-purple }
|
||||||
|
@@ -31,7 +31,6 @@ Deprecated
|
|||||||
|
|
||||||
</div>
|
</div>
|
||||||
```markdown
|
```markdown
|
||||||
|
|
||||||
Default label
|
Default label
|
||||||
{: .label }
|
{: .label }
|
||||||
|
|
||||||
@@ -49,5 +48,4 @@ Coming soon
|
|||||||
|
|
||||||
Deprecated
|
Deprecated
|
||||||
{: .label .label-red}
|
{: .label .label-red}
|
||||||
|
|
||||||
```
|
```
|
||||||
|
Reference in New Issue
Block a user