Skip to content

Commit 19fe6c1

Browse files
authored
Move frontmatter into comments (#1250)
* Move frontmatter into comments * Update changeset
1 parent d362e82 commit 19fe6c1

File tree

89 files changed

+308
-175
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

89 files changed

+308
-175
lines changed

.changeset/da149dad/changes.json

Lines changed: 130 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,130 @@
1+
{
2+
"releases": [
3+
{ "name": "@keystone-alpha/access-control", "type": "patch" },
4+
{ "name": "@keystone-alpha/adapter-knex", "type": "patch" },
5+
{ "name": "@keystone-alpha/adapter-mongoose", "type": "patch" },
6+
{ "name": "@keystone-alpha/apollo-helpers", "type": "patch" },
7+
{ "name": "@keystone-alpha/app-admin-ui", "type": "patch" },
8+
{ "name": "@keystone-alpha/app-graphql", "type": "patch" },
9+
{ "name": "@keystone-alpha/app-next", "type": "patch" },
10+
{ "name": "@keystone-alpha/app-static", "type": "patch" },
11+
{ "name": "@arch-ui/alert", "type": "patch" },
12+
{ "name": "@arch-ui/button", "type": "patch" },
13+
{ "name": "@arch-ui/confirm", "type": "patch" },
14+
{ "name": "@arch-ui/controls", "type": "patch" },
15+
{ "name": "@arch-ui/dialog", "type": "patch" },
16+
{ "name": "@arch-ui/drawer", "type": "patch" },
17+
{ "name": "@arch-ui/dropdown", "type": "patch" },
18+
{ "name": "@arch-ui/icons", "type": "patch" },
19+
{ "name": "@arch-ui/input", "type": "patch" },
20+
{ "name": "@arch-ui/layout", "type": "patch" },
21+
{ "name": "@arch-ui/lozenge", "type": "patch" },
22+
{ "name": "@arch-ui/navbar", "type": "patch" },
23+
{ "name": "@arch-ui/pagination", "type": "patch" },
24+
{ "name": "@arch-ui/pill", "type": "patch" },
25+
{ "name": "@arch-ui/popout", "type": "patch" },
26+
{ "name": "@arch-ui/theme", "type": "patch" },
27+
{ "name": "@arch-ui/typography", "type": "patch" },
28+
{ "name": "create-keystone-app", "type": "patch" },
29+
{ "name": "@keystone-alpha/email", "type": "patch" },
30+
{ "name": "@keystone-alpha/field-views-loader", "type": "patch" },
31+
{ "name": "@keystone-alpha/fields-wysiwyg-tinymce", "type": "patch" },
32+
{ "name": "@keystone-alpha/fields", "type": "patch" },
33+
{ "name": "@keystone-alpha/file-adapters", "type": "patch" },
34+
{ "name": "@keystone-alpha/keystone", "type": "patch" },
35+
{ "name": "@keystone-alpha/logger", "type": "patch" },
36+
{ "name": "@keystone-alpha/mongo-join-builder", "type": "patch" },
37+
{ "name": "@keystone-alpha/passport-auth", "type": "patch" },
38+
{ "name": "@keystone-alpha/session", "type": "patch" },
39+
{ "name": "@keystone-alpha/test-utils", "type": "patch" },
40+
{ "name": "@keystone-alpha/utils", "type": "patch" },
41+
{ "name": "@keystone-alpha/website", "type": "patch" }
42+
],
43+
"dependents": [
44+
{
45+
"name": "@arch-ui/filters",
46+
"type": "patch",
47+
"dependencies": ["@arch-ui/controls", "@arch-ui/layout", "@arch-ui/theme"]
48+
},
49+
{
50+
"name": "@arch-ui/day-picker",
51+
"type": "patch",
52+
"dependencies": [
53+
"@arch-ui/select",
54+
"@arch-ui/icons",
55+
"@arch-ui/input",
56+
"@arch-ui/theme",
57+
"@arch-ui/typography"
58+
]
59+
},
60+
{
61+
"name": "@arch-ui/options",
62+
"type": "patch",
63+
"dependencies": ["@arch-ui/common", "@arch-ui/icons", "@arch-ui/theme"]
64+
},
65+
{
66+
"name": "@keystone-alpha/cypress-project-social-login",
67+
"type": "patch",
68+
"dependencies": [
69+
"@arch-ui/fields",
70+
"@keystone-alpha/adapter-mongoose",
71+
"@keystone-alpha/app-admin-ui",
72+
"@keystone-alpha/app-graphql",
73+
"@keystone-alpha/app-static",
74+
"@arch-ui/input",
75+
"@keystone-alpha/fields",
76+
"@keystone-alpha/file-adapters",
77+
"@keystone-alpha/keystone",
78+
"@keystone-alpha/passport-auth",
79+
"@keystone-alpha/session"
80+
]
81+
},
82+
{ "name": "@arch-ui/badge", "type": "patch", "dependencies": ["@arch-ui/theme"] },
83+
{ "name": "@arch-ui/card", "type": "patch", "dependencies": ["@arch-ui/theme"] },
84+
{ "name": "@arch-ui/common", "type": "patch", "dependencies": ["@arch-ui/theme"] },
85+
{ "name": "@arch-ui/fields", "type": "patch", "dependencies": ["@arch-ui/theme"] },
86+
{
87+
"name": "@arch-ui/loading",
88+
"type": "patch",
89+
"dependencies": ["@arch-ui/theme", "@arch-ui/typography"]
90+
},
91+
{ "name": "@arch-ui/modal-utils", "type": "patch", "dependencies": ["@arch-ui/theme"] },
92+
{ "name": "@arch-ui/select", "type": "patch", "dependencies": ["@arch-ui/theme"] },
93+
{
94+
"name": "@arch-ui/tooltip",
95+
"type": "patch",
96+
"dependencies": ["@arch-ui/modal-utils", "@arch-ui/theme"]
97+
},
98+
{
99+
"name": "@keystone-alpha/demo-project-blog",
100+
"type": "patch",
101+
"dependencies": [
102+
"@keystone-alpha/adapter-mongoose",
103+
"@keystone-alpha/app-admin-ui",
104+
"@keystone-alpha/app-graphql",
105+
"@keystone-alpha/app-next",
106+
"@keystone-alpha/app-static",
107+
"@arch-ui/layout",
108+
"@arch-ui/typography",
109+
"@keystone-alpha/fields-wysiwyg-tinymce",
110+
"@keystone-alpha/fields",
111+
"@keystone-alpha/file-adapters",
112+
"@keystone-alpha/keystone"
113+
]
114+
},
115+
{
116+
"name": "@keystone-alpha/cypress-project-basic",
117+
"type": "patch",
118+
"dependencies": [
119+
"@arch-ui/fields",
120+
"@keystone-alpha/adapter-mongoose",
121+
"@keystone-alpha/app-admin-ui",
122+
"@keystone-alpha/app-graphql",
123+
"@keystone-alpha/app-static",
124+
"@keystone-alpha/fields",
125+
"@keystone-alpha/file-adapters",
126+
"@keystone-alpha/keystone"
127+
]
128+
}
129+
]
130+
}

.changeset/da149dad/changes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Move frontmatter in docs into comments

STYLE_GUIDE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
---
1+
<!--[meta]
22
section: guides
33
title: Documentation Style
4-
---
4+
[meta]-->
55

66
# Documentation Style
77

docs/api/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
---
1+
<!--[meta]
22
section: api
33
title: API Introduction
4-
---
4+
[meta]-->
55

66
# APIs
77

docs/api/access-control.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
---
1+
<!--[meta]
22
section: api
33
title: Access Control
4-
---
4+
[meta]-->
55

66
# Access Control API
77

docs/api/blocks.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
---
1+
<!--[meta]
22
section: api
33
title: Content Blocks
4-
---
4+
[meta]-->
55

66
# Content Blocks API
77

docs/api/create-list.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
---
1+
<!--[meta]
22
section: api
33
title: keystone.createList() API
4-
---
4+
[meta]-->
55

66
# `keystone.createList()` API
77

docs/api/hooks.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
---
1+
<!--[meta]
22
section: api
33
title: Hooks
4-
---
4+
[meta]-->
55

66
# Hooks API
77

docs/discussions/Documentation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
---
1+
<!--[meta]
22
section: discussions
33
title: Docs Philosophy
4-
---
4+
[meta]-->
55

66
# Docs Philosophy
77

docs/discussions/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
---
1+
<!--[meta]
22
section: discussions
33
title: Introduction
4-
---
4+
[meta]-->
55

66
# Discussion
77

0 commit comments

Comments
 (0)