Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
12 changes: 3 additions & 9 deletions packages/stacks-docs/_data/home.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,10 @@
"description": "Patterns and guidelines for creating and sending emails to Stack Overflow users."
},
{
"title": "Content",
"url": "/content/guidelines/principles/",
"spot": "Document",
"description": "Principles and tactics for writing at Stack Overflow."
},
{
"title": "Brand",
"url": "/brand/principles/",
"title": "Brand & Content",
"url": "https://alpha.stackoverflow.design/",
"spot": "Create",
"description": "Visual patterns and guidelines for Stack Overflow’s brand."
"description": "Refreshed brand guidelines, including tone of voice, Stack Sans typeface, and logo files."
}
]
}
93 changes: 0 additions & 93 deletions packages/stacks-docs/_data/site-navigation.json
Original file line number Diff line number Diff line change
Expand Up @@ -453,99 +453,6 @@
]
}
]
},
{
"title": "Content",
"url": "/content/guidelines/principles/",
"sections": [
{
"title": "Guidelines",
"links": [
{
"title": "Principles",
"url": "/content/guidelines/principles/"
},
{
"title": "Voice and tone",
"url": "/content/guidelines/voice-and-tone/"
},
{
"title": "Grammar and mechanics",
"url": "/content/guidelines/grammar-and-mechanics/"
}
]
},
{
"title": "Examples",
"links": [
{
"title": "Alt text",
"url": "/content/examples/alt-text/"
},
{
"title": "Error messages",
"url": "/content/examples/error-messages/"
},
{
"title": "Preferences and settings",
"url": "/content/examples/preferences-settings/"
},
{
"title": "Success messages",
"url": "/content/examples/success-messages/"
}
]
}
]
},
{
"title": "Brand",
"url": "/brand/principles/",
"sections": [
{
"title": "Brand",
"links": [
{
"title": "Principles",
"url": "/brand/principles/"
}
]
},
{
"title": "Copywriting",
"links": [
{
"title": "Naming guidelines",
"url": "/brand/copywriting/naming/"
},
{
"title": "Concepts",
"url": "/brand/copywriting/concepts/"
}
]
},
{
"title": "Visuals",
"links": [
{
"title": "Logos",
"url": "/brand/logo/"
},
{
"title": "Typography",
"url": "/brand/typography/"
},
{
"title": "Colors",
"url": "/brand/colors/"
},
{
"title": "Data visualization",
"url": "/brand/data-visualization/"
}
]
}
]
}
]
}
3 changes: 2 additions & 1 deletion packages/stacks-docs/_includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
<meta name="description" content="{% if description %}{{ description | strip_html }}{% else %}{{ site.description }}{% endif %}">

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

<!-- Open Graph -->
Expand Down
Loading