mirror of
https://github.com/rustdesk/doc.rustdesk.com.git
synced 2026-04-21 15:40:28 +00:00
i18n
This commit is contained in:
@@ -16,13 +16,12 @@ const metadata = {
|
||||
};
|
||||
---
|
||||
|
||||
<Layout metadata={metadata}>
|
||||
<Layout metadata={metadata} i18n>
|
||||
<Note
|
||||
title="Note"
|
||||
subtitle='<span class="text-2xl text-font-bold">rustdesk.com</span> is our only official domain. Please do not download RustDesk from the other domains.'
|
||||
/>
|
||||
|
||||
<!-- Hero Widget ******************* -->
|
||||
<Hero
|
||||
actions={[
|
||||
{
|
||||
@@ -46,21 +45,15 @@ const metadata = {
|
||||
<Carousel
|
||||
client:load
|
||||
list={[
|
||||
{ src: 'remote.jpg', className: 'rounded-[15px] border border-gray-700' },
|
||||
{ src: 'main.png', className: 'rounded-[15px] border border-gray-700' },
|
||||
{ src: 'console.png', className: 'rounded-[15px] border border-gray-700' },
|
||||
{ src: 'custom.png', className: 'rounded-[15px] border border-gray-700' },
|
||||
{ src: '/remote.jpg', className: 'rounded-[15px] border border-gray-700' },
|
||||
{ src: '/main.png', className: 'rounded-[15px] border border-gray-700' },
|
||||
{ src: '/console.png', className: 'rounded-[15px] border border-gray-700' },
|
||||
{ src: '/custom.png', className: 'rounded-[15px] border border-gray-700' },
|
||||
]}
|
||||
/>
|
||||
</Fragment>
|
||||
</Hero>
|
||||
|
||||
<!-- Note Widget ******************* -->
|
||||
|
||||
<!-- <Note /> -->
|
||||
|
||||
<!-- Content Widget **************** -->
|
||||
|
||||
<Content
|
||||
isReversed
|
||||
tagline="Inside Self-Hosting"
|
||||
@@ -99,8 +92,6 @@ const metadata = {
|
||||
</Fragment>
|
||||
</Content>
|
||||
|
||||
<!-- Content Widget **************** -->
|
||||
|
||||
<Content
|
||||
isAfterContent
|
||||
items={[
|
||||
@@ -141,8 +132,6 @@ const metadata = {
|
||||
</Fragment>
|
||||
</Content>
|
||||
|
||||
<!-- Steps Widget ****************** -->
|
||||
|
||||
<Steps
|
||||
isReversed
|
||||
title="Simple self-hosting installation"
|
||||
@@ -179,7 +168,6 @@ const metadata = {
|
||||
</Fragment>
|
||||
</Steps>
|
||||
|
||||
<!-- Stats Widget ****************** -->
|
||||
<Stats
|
||||
tagline="Scenarios"
|
||||
title="Who are using self-hosting?"
|
||||
@@ -192,8 +180,6 @@ const metadata = {
|
||||
]}
|
||||
/>
|
||||
|
||||
<!-- HighlightedPosts Widget ******* -->
|
||||
|
||||
<BlogLatestPosts title="Find out more content in our Blog" />
|
||||
|
||||
<Stats
|
||||
|
||||
Reference in New Issue
Block a user