Skip to content

Commit dc19e48

Browse files
chore(beta): clean up legacy brand & content docs (#2204)
* build(deps-dev): bump stylelint-config-standard from 38.0.0 to 39.0.1 (#2004) Bumps [stylelint-config-standard](https://github.com/stylelint/stylelint-config-standard) from 38.0.0 to 39.0.1. - [Release notes](https://github.com/stylelint/stylelint-config-standard/releases) - [Changelog](https://github.com/stylelint/stylelint-config-standard/blob/main/CHANGELOG.md) - [Commits](stylelint/stylelint-config-standard@38.0.0...39.0.1) --- updated-dependencies: - dependency-name: stylelint-config-standard dependency-version: 39.0.1 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * build(deps-dev): bump storybook from 9.1.15 to 9.1.17 (#2106) Bumps [storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/core) from 9.1.15 to 9.1.17. - [Release notes](https://github.com/storybookjs/storybook/releases) - [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md) - [Commits](https://github.com/storybookjs/storybook/commits/v9.1.17/code/core) --- updated-dependencies: - dependency-name: storybook dependency-version: 9.1.17 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * build(deps): bump qs from 6.14.0 to 6.14.1 (#2115) Bumps [qs](https://github.com/ljharb/qs) from 6.14.0 to 6.14.1. - [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md) - [Commits](ljharb/qs@v6.14.0...v6.14.1) --- updated-dependencies: - dependency-name: qs dependency-version: 6.14.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * retire old copy and brand pages Signed-off-by: David Longworth <djl@sent.com> * wip Signed-off-by: David Longworth <djl@sent.com> * redirects Signed-off-by: David Longworth <djl@sent.com> * add notice to new site Signed-off-by: David Longworth <djl@sent.com> * Update redirect URLs in netlify.toml * Update home.html * Temp redirects * reapply homepage changes * swap legacy icon * favicons --------- Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: David Longworth <djl@sent.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2ccdfaf commit dc19e48

24 files changed

+185
-3080
lines changed

packages/stacks-docs/_data/home.json

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,10 @@
1313
"description": "Patterns and guidelines for creating and sending emails to Stack Overflow users."
1414
},
1515
{
16-
"title": "Content",
17-
"url": "/content/guidelines/principles/",
18-
"spot": "Document",
19-
"description": "Principles and tactics for writing at Stack Overflow."
20-
},
21-
{
22-
"title": "Brand",
23-
"url": "/brand/principles/",
16+
"title": "Brand & Content",
17+
"url": "https://alpha.stackoverflow.design/",
2418
"spot": "Create",
25-
"description": "Visual patterns and guidelines for Stack Overflow’s brand."
19+
"description": "Refreshed brand guidelines, including tone of voice, Stack Sans typeface, and logo files."
2620
}
2721
]
2822
}

packages/stacks-docs/_data/site-navigation.json

Lines changed: 0 additions & 93 deletions
Original file line numberDiff line numberDiff line change
@@ -453,99 +453,6 @@
453453
]
454454
}
455455
]
456-
},
457-
{
458-
"title": "Content",
459-
"url": "/content/guidelines/principles/",
460-
"sections": [
461-
{
462-
"title": "Guidelines",
463-
"links": [
464-
{
465-
"title": "Principles",
466-
"url": "/content/guidelines/principles/"
467-
},
468-
{
469-
"title": "Voice and tone",
470-
"url": "/content/guidelines/voice-and-tone/"
471-
},
472-
{
473-
"title": "Grammar and mechanics",
474-
"url": "/content/guidelines/grammar-and-mechanics/"
475-
}
476-
]
477-
},
478-
{
479-
"title": "Examples",
480-
"links": [
481-
{
482-
"title": "Alt text",
483-
"url": "/content/examples/alt-text/"
484-
},
485-
{
486-
"title": "Error messages",
487-
"url": "/content/examples/error-messages/"
488-
},
489-
{
490-
"title": "Preferences and settings",
491-
"url": "/content/examples/preferences-settings/"
492-
},
493-
{
494-
"title": "Success messages",
495-
"url": "/content/examples/success-messages/"
496-
}
497-
]
498-
}
499-
]
500-
},
501-
{
502-
"title": "Brand",
503-
"url": "/brand/principles/",
504-
"sections": [
505-
{
506-
"title": "Brand",
507-
"links": [
508-
{
509-
"title": "Principles",
510-
"url": "/brand/principles/"
511-
}
512-
]
513-
},
514-
{
515-
"title": "Copywriting",
516-
"links": [
517-
{
518-
"title": "Naming guidelines",
519-
"url": "/brand/copywriting/naming/"
520-
},
521-
{
522-
"title": "Concepts",
523-
"url": "/brand/copywriting/concepts/"
524-
}
525-
]
526-
},
527-
{
528-
"title": "Visuals",
529-
"links": [
530-
{
531-
"title": "Logos",
532-
"url": "/brand/logo/"
533-
},
534-
{
535-
"title": "Typography",
536-
"url": "/brand/typography/"
537-
},
538-
{
539-
"title": "Colors",
540-
"url": "/brand/colors/"
541-
},
542-
{
543-
"title": "Data visualization",
544-
"url": "/brand/data-visualization/"
545-
}
546-
]
547-
}
548-
]
549456
}
550457
]
551458
}

packages/stacks-docs/_includes/head.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
<meta name="description" content="{% if description %}{{ description | strip_html }}{% else %}{{ site.description }}{% endif %}">
77

88
<!-- Favicons -->
9-
<link rel="shortcut icon" href="{{ "/assets/img/favicons/favicon.ico" | url }}" />
9+
<link rel="icon" sizes="32x32" href="{{ "/assets/img/favicons/favicon.ico" | url }}" />
10+
<link rel="icon" type="image/svg+xml" href="{{ "/assets/img/favicons/favicon.svg" | url }}" />
1011
<link rel="apple-touch-icon image_src" href="{{ "/assets/img/favicons/apple-touch-icon.png" | url }}" />
1112

1213
<!-- Open Graph -->

0 commit comments

Comments
 (0)