Skip to content

Commit 3994fd4

Browse files
authored
About: Add various pages to a new "Project" meta category
Meta: * About jQuery UI * Browser Support * Development Center * jQuery UI Changelogs * jQuery UI Upgrade Guides * Support Center This should improve discoverability by not relying solely on the top navigation bar for these kinds of pages. For example, "Browser Support", "Changelogs" and "Upgrade Guides" are already not in the top bar and are only found through search or through a link in the content on the homepage. Closes gh-229 Ref jquery/jquery-wp-content#487
1 parent 0a282ff commit 3994fd4

File tree

7 files changed

+26
-4
lines changed

7 files changed

+26
-4
lines changed

page/about.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
<script>{
2-
"title": "About jQuery UI"
2+
"title": "About jQuery UI",
3+
"termSlugs": {
4+
"category": [ "meta" ]
5+
}
36
}</script>
47

58
jQuery UI is a curated set of user interface interactions, effects, widgets, and themes built on top of the jQuery JavaScript Library. Whether you're building highly interactive web applications or you just need to add a date picker to a form control, jQuery UI is the perfect choice.

page/browser-support.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
<script>{
2-
"title": "Browser Support"
2+
"title": "Browser Support",
3+
"termSlugs": {
4+
"category": [ "meta" ]
5+
}
36
}</script>
47

58
## Current Active Support

page/changelog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
<script>{
22
"title": "jQuery UI Changelogs",
3+
"termSlugs": {
4+
"category": [ "meta" ]
5+
},
36
"noHeadingLinks": true
47
}</script>
58

page/development.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
<script>{
2-
"title": "Development Center"
2+
"title": "Development Center",
3+
"termSlugs": {
4+
"category": [ "meta" ]
5+
}
36
}</script>
47

58
<h2>Development Status</h2>

page/support.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
<script>{
2-
"title": "Support Center"
2+
"title": "Support Center",
3+
"termSlugs": {
4+
"category": [ "meta" ]
5+
}
36
}</script>
47

58
<p>The jQuery community provides a friendly, helpful environment to ask for

page/upgrade-guide.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
<script>{
22
"title": "jQuery UI Upgrade Guides",
3+
"termSlugs": {
4+
"category": [ "meta" ]
5+
},
36
"noHeadingLinks": true
47
}</script>
58

taxonomies.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@
1919
{
2020
"slug": "utilities",
2121
"name": "Utilities"
22+
},
23+
{
24+
"slug": "meta",
25+
"name": "Project"
2226
}
2327
]
2428
}

0 commit comments

Comments
 (0)