1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-17 23:37:06 +01:00

Refactoring of the gh pages

This commit is contained in:
Guido Cossu
2016-10-26 16:35:05 +01:00
parent dc942d5d56
commit 8ec1950718
387 changed files with 18734 additions and 1867 deletions

25
_pages/docs.md Normal file
View File

@ -0,0 +1,25 @@
---
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 %}