-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs[DST-112]: add link to old docs and remove deploy docs script (#3252
- Loading branch information
Showing
3 changed files
with
11 additions
and
46 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,22 @@ | ||
import { Split } from '@/ui'; | ||
import { Text, Link } from '@/ui'; | ||
import { Logo } from './Logo'; | ||
import { ThemeMenu } from './ThemeMenu'; | ||
|
||
export const SiteNavigation = () => ( | ||
<div className="hidden w-full md:flex"> | ||
<div className="hidden w-full justify-between gap-3 md:flex"> | ||
<div className="flex items-center gap-2 text-lg font-bold uppercase tracking-tight text-[#46505a]"> | ||
<Logo className="h-6 w-6" /> | ||
Marigold | ||
</div> | ||
<Split /> | ||
<div className="bg-bg-muted rounded p-2"> | ||
<Link | ||
href="https://marigold-ui.io/" | ||
className="no-underline" | ||
target="_blank" | ||
> | ||
<Text fontSize="sm">Go to previous Docs (v5.6.0)</Text> | ||
</Link> | ||
</div> | ||
<ThemeMenu /> | ||
</div> | ||
); |
4e430ac
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
marigold-storybook – ./
marigold-storybook-marigold.vercel.app
marigold-storybook-git-main-marigold.vercel.app
marigold-latest.vercel.app
4e430ac
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
marigold-docs – ./
marigold-docs-git-main-marigold.vercel.app
marigold-docs-marigold.vercel.app
marigold-docs.vercel.app
4e430ac
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
marigold-production – ./
marigold-docs-production.vercel.app
marigold-production-git-main-marigold.vercel.app
marigold-production-marigold.vercel.app