mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-14 22:07:05 +01:00
26 lines
456 B
Markdown
26 lines
456 B
Markdown
---
|
|
layout: single
|
|
title : "Documentation"
|
|
author_profile: false
|
|
excerpt: "Welcome to the Grid documentation pages"
|
|
header:
|
|
overlay_color: "#333"
|
|
cta_label: "Download documentation"
|
|
cta_url: "https://www.google.com"
|
|
sidebar:
|
|
nav : docs
|
|
permalink: /docs/
|
|
---
|
|
|
|
{% include base_path %}
|
|
|
|
These are the *Grid* documentation pages.
|
|
|
|
```c_cpp
|
|
void test() {
|
|
console.log("notice the blank line before this function?");
|
|
}
|
|
```
|
|
|
|
{% include paginator.html %}
|