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
2 changes: 1 addition & 1 deletion design.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"whitespaceThreshold": 200,

"tokenSources": [
{ "label": "design system", "path": "docs/internal/design-system.html", "prefix": "ferrosa-" },
{ "label": "design system", "path": "docs/design-system.html", "prefix": "ferrosa-" },
{ "label": "examples theme", "path": "theme/examples.css", "prefix": "ferrosa-" },
{
"label": "site stylesheet",
Expand Down
2 changes: 1 addition & 1 deletion docs/internal/brand.html → docs/brand.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Ferrosa AI &mdash; Brand Guidelines</title>
<link rel="icon" type="image/svg+xml" href="../favicon.svg">
<link rel="icon" type="image/svg+xml" href="favicon.svg">
<!-- Fonts are embedded in the stylesheet below. No external requests. -->
<!-- Set the theme before first paint to avoid a flash. -->
<script>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Ferrosa AI &mdash; Design System</title>
<link rel="icon" type="image/svg+xml" href="../favicon.svg" />
<link rel="icon" type="image/svg+xml" href="favicon.svg" />
<!-- Fonts are embedded in the stylesheet below. No external requests. -->
<!-- Set the theme before first paint to avoid a flash. -->
<script>
Expand Down
6 changes: 3 additions & 3 deletions docs/ferrosa-memory/brand.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Ferrosa AI — Brand Guidelines</title>
<meta name="robots" content="noindex">
<link rel="canonical" href="https://www.ferrosa.ai/internal/brand.html">
<meta http-equiv="refresh" content="0; url=../internal/brand.html">
<link rel="canonical" href="https://www.ferrosa.ai/brand.html">
<meta http-equiv="refresh" content="0; url=../brand.html">
<link rel="icon" type="image/svg+xml" href="favicon.svg">
<style>
body {
Expand All @@ -30,7 +30,7 @@
<p>
The Ferrosa Memory brand guide has been retired. Ferrosa Memory is a product
wordmark under the company brand — see the
<a href="../internal/brand.html">Ferrosa AI brand guidelines</a>.
<a href="../brand.html">Ferrosa AI brand guidelines</a>.
</p>
</main>
</body>
Expand Down
6 changes: 3 additions & 3 deletions docs/ferrosa-memory/design-system.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Ferrosa AI — Design System</title>
<meta name="robots" content="noindex">
<link rel="canonical" href="https://www.ferrosa.ai/internal/design-system.html">
<meta http-equiv="refresh" content="0; url=../internal/design-system.html">
<link rel="canonical" href="https://www.ferrosa.ai/design-system.html">
<meta http-equiv="refresh" content="0; url=../design-system.html">
<link rel="icon" type="image/svg+xml" href="favicon.svg">
<style>
body {
Expand All @@ -30,7 +30,7 @@
<p>
The Ferrosa Memory design system has been retired in favour of a single
company system — see the
<a href="../internal/design-system.html">Ferrosa AI design system</a>.
<a href="../design-system.html">Ferrosa AI design system</a>.
</p>
</main>
</body>
Expand Down