Skip to content

Commit 029acd8

Browse files
bradfrostbmuenzenmeyer
authored andcommitted
Add support page
1 parent 75ce2e5 commit 029acd8

File tree

3 files changed

+83
-72
lines changed

3 files changed

+83
-72
lines changed
Lines changed: 68 additions & 64 deletions
Original file line numberDiff line numberDiff line change
@@ -1,66 +1,70 @@
11
{
2-
"items": [
3-
{
4-
"label": "Getting Started",
5-
"url": "/docs/installing-pattern-lab/"
6-
},
7-
{
8-
"label": "Documentation",
9-
"url": "/docs/",
10-
"subnavIsClosed": true,
11-
"subnav": [
12-
{
13-
"label": "Getting Started",
14-
"category": "getting-started"
15-
},
16-
{
17-
"label": "Working with Patterns",
18-
"category": "patterns"
19-
},
20-
{
21-
"label": "Working with Data",
22-
"category": "data"
23-
},
24-
{
25-
"label": "Advanced",
26-
"category": "advanced"
27-
}
28-
]
29-
},
30-
{
31-
"label": "Resources",
32-
"url": "/resources/"
33-
},
34-
{
35-
"label": "Demos",
36-
"url": "/demos/"
37-
},
38-
{
39-
"label": "On Github",
40-
"url": "https://github.com/pattern-lab/patternlab-node",
41-
"external": true
42-
}
43-
],
44-
"footerNav": [
45-
{
46-
"label": "Documentation",
47-
"url": "/docs"
48-
},
49-
{
50-
"label": "Resources",
51-
"url": "/resources"
52-
},
53-
{
54-
"label": "Updates",
55-
"url": "/updates"
56-
},
57-
{
58-
"label": "Demos",
59-
"url": "/demos"
60-
},
61-
{
62-
"label": "On Github",
63-
"url": "https://github.com/pattern-lab/patternlab-node"
64-
}
65-
]
2+
"items": [
3+
{
4+
"label": "Getting Started",
5+
"url": "/docs/installing-pattern-lab/"
6+
},
7+
{
8+
"label": "Documentation",
9+
"url": "/docs/",
10+
"subnavIsClosed": true,
11+
"subnav": [
12+
{
13+
"label": "Getting Started",
14+
"category": "getting-started"
15+
},
16+
{
17+
"label": "Working with Patterns",
18+
"category": "patterns"
19+
},
20+
{
21+
"label": "Working with Data",
22+
"category": "data"
23+
},
24+
{
25+
"label": "Advanced",
26+
"category": "advanced"
27+
}
28+
]
29+
},
30+
{
31+
"label": "Demos",
32+
"url": "/demos/"
33+
},
34+
{
35+
"label": "Support",
36+
"url": "/support/"
37+
},
38+
{
39+
"label": "Resources",
40+
"url": "/resources/"
41+
},
42+
{
43+
"label": "On Github",
44+
"url": "https://github.com/pattern-lab/patternlab-node",
45+
"external": true
46+
}
47+
],
48+
"footerNav": [
49+
{
50+
"label": "Documentation",
51+
"url": "/docs"
52+
},
53+
{
54+
"label": "Resources",
55+
"url": "/resources"
56+
},
57+
{
58+
"label": "Updates",
59+
"url": "/updates"
60+
},
61+
{
62+
"label": "Demos",
63+
"url": "/demos"
64+
},
65+
{
66+
"label": "On Github",
67+
"url": "https://github.com/pattern-lab/patternlab-node"
68+
}
69+
]
6670
}

packages/docs/src/_includes/layouts/post.njk

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,11 @@
22
{% set pageType = 'Post' %}
33

44
{# Intro content #}
5+
{% if date %}
56
{% set introKicker = date | dateFilter %}
7+
{% endif %}
68
{% set introHeading = title %}
7-
{% set introSummary %}
8-
<p class="[ intro__meta ] [ text-500 leading-tight ]">
9-
{% if date %}
10-
<time datetime="{{ date | w3DateFilter }}" class="dt-published">{{ date | dateFilter }}</time>
11-
{% endif %}
12-
<span>— {{ helpers.getReadingTime(content) }} minute read</span>
13-
</p>
14-
{% endset %}
9+
1510

1611
{% block content %}
1712
<div class="l-container">

packages/docs/src/support.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
layout: layouts/post.njk
3+
title: Pattern Lab Support
4+
---
5+
6+
## GitHub
7+
8+
[GitHub](https://github.com/pattern-lab/) is the home base for the Pattern Lab project. You can explore the repository and submit/track [issues](https://github.com/pattern-lab/patternlab-node/issues) per the [contribution guidelines](https://github.com/pattern-lab/patternlab-node/blob/master/.github/CONTRIBUTING.md).
9+
10+
## Gitter
11+
12+
You can head over to [Pattern Lab's Gitter](https://gitter.im/pattern-lab/home) to chat with the Pattern Lab community. This is a great place to talk shop, ask quesitons, and get (and give!) help.

0 commit comments

Comments
 (0)