Skip to content

Commit

Permalink
Nav improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
bamr87 committed May 21, 2024
1 parent 48cef6b commit d65f9d8
Show file tree
Hide file tree
Showing 4 changed files with 3,054 additions and 573 deletions.
51 changes: 4 additions & 47 deletions pages/_docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ layout: collection
permalink: /docs/
description: Index of all doc pages and instructions on how to add new doc sections
catagories:
- docs
- home
- docs
- home
sidebar:
nav: docs
nav: docs
toc_sticky: true
date: 2021-09-24T19:32:44.876Z
lastmod: 2024-05-20T17:47:12.244Z
lastmod: 2024-05-21T18:27:46.013Z
draft: true
---

Expand All @@ -34,54 +34,11 @@ To add to this collection, you need to run the following commands on your local

```sh
git submodule add https://github.com/jekyll/jekyll.git jekyll-docs

```


```sh
cd jekyll-docs/docs/_docs
git sparse-checkout init --cone
git sparse-checkout set jekyll-docs/docs/_docs
git sparse-checkout set docs/_docs

```

```html
<!-- docs_version_badge.html -->
<span class="version-badge" title="This feature is available starting version {{ include.version }}">{{ include.version }}</span>
```


```html
<!-- docs_variables_table -->

<div class="mobile-side-scroller">
<table>
<thead>
<tr>
<th>Variable</th>
<th>Description</th>
</tr>
</thead>
<tbody>
{% for var in include.scope -%}
<tr>
<td><p><code>{{ var.name }}</code></p></td>
<td><p>{{- var.description -}}</p></td>
</tr>
{% endfor -%}
</tbody>
</table>
</div>

```



## Bootstrap

## Ruby

## Github Pages


Loading

0 comments on commit d65f9d8

Please sign in to comment.