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:
25
_pages/docs.md
Normal file
25
_pages/docs.md
Normal 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 %}
|
Reference in New Issue
Block a user