Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move dictionary to dedicated page #458

Open
wants to merge 4 commits into
base: prod
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix URLs and titles for contribute
kkemple committed May 20, 2022
commit 9880e2df3f608859e7cf1a5d27096ddfff7eae34
1 change: 0 additions & 1 deletion 11ty/_includes/layouts/contribute.njk
Original file line number Diff line number Diff line change
@@ -7,7 +7,6 @@
{% endblock %}
{% block content %}
<div class="article-content">
{% include 'components/sub-page-header.njk' %}
<main class="page">
{%- if parent -%}
<div>
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"layout": "layouts/documentation.njk"
"layout": "layouts/contribute.njk"
}
2 changes: 1 addition & 1 deletion 11ty/contribute/contribute.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"layout": "layouts/documentation.njk"
"layout": "layouts/contribute.njk"
}
4 changes: 2 additions & 2 deletions 11ty/contribute/development.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: Development & Build
parent:
title: Documentation
href: '/documentation'
title: Contribute
href: '/contribute'
---

This guide will walk you through the current state of the development config. Things get a bit technical here. 🤖
2 changes: 1 addition & 1 deletion 11ty/contribute/examples/examples.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"layout": "layouts/documentation.njk"
"layout": "layouts/contribute.njk"
}
11 changes: 5 additions & 6 deletions 11ty/contribute/index.md
Original file line number Diff line number Diff line change
@@ -2,9 +2,8 @@
title: Contribute
---

As always, documentation is a work in progress. However, this is what we have so far:

- [Development & Build](/documentation/development/): Notes for developing the site
- [Front Matter](/documentation/front-matter/): Configuration possibilities through front matter
- [Examples](/documentation/examples/): Grab-and-go definition examples
- [FAQs](/documentation/frequently-asked-questions): Answers to frequently asked questions
- [Development & Build](/contribute/development/): Notes for developing the site
- [Front Matter](/contribute/front-matter/): Configuration possibilities through front matter
- [Examples](/contribute/examples/): Grab-and-go definition examples
- [FAQs](/contribute/frequently-asked-questions): Answers to frequently asked questions
- [Content Warning Guidelines](/content-warning-guidelines): Guidelines for using content and trigger warnings
9 changes: 0 additions & 9 deletions assets/css/layouts/_pages.scss
Original file line number Diff line number Diff line change
@@ -8,15 +8,6 @@
}
}

.article-content {
display: grid;
grid-gap: 1rem;

@media (min-width: 800px) {
grid-template-columns: 10rem 45rem;
}
}

.wide-content {
@media (min-width: 800px) {
display: grid;