Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EDU-3945: refresh #3327

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from
Draft
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
477 changes: 59 additions & 418 deletions docs/components/Intro.js

Large diffs are not rendered by default.

29 changes: 26 additions & 3 deletions docs/index.mdx
Original file line number Diff line number Diff line change
@@ -1,14 +1,37 @@
---
id: index
title: Temporal Platform Documentation
sidebar_label: Documentation Home
title: Temporal Documentation
sidebar_label: Home
description: Explore Temporal's comprehensive documentation to build, scale, and manage reliable, fault-tolerant workflows with Workflow-as-Code solutions.
---

<head>
<title>Temporal Platform Documentation</title>
<title>Temporal Documentation</title>
</head>

<!--
<img
src="/homepage/sdk-logos-with-ruby.png"
alt="SDK Logo Banner"
class="fixed-size-logo"
/>
-->

<img
src="/homepage/documentation-banner-dark.png"
alt="SDK Logo Banner"
/>


<!--
#### WHAT IS TEMPORAL?

Temporal is an open-source development platform for building reliable and durable applications.
Temporal ensures that your application behaves correctly despite failure conditions by guaranteeing that it will keep running, no matter what happens.
-->



import { Intro } from '/docs/components/Intro.js';

<Intro />
11 changes: 11 additions & 0 deletions src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -559,9 +559,20 @@ h1 {
display: flex;
}

/*
.list-logo img {
filter: grayscale(1);
}
*/

.fixed-size-logo {
width: 300px;
height: auto;
display: block;
margin-left: 0;
margin-right: auto;
}


.w-third {
width: 1/3;
Expand Down
Binary file added static/homepage/background-101-courses.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/homepage/background-102-courses.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/homepage/documentation-banner-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/homepage/documentation-banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/homepage/sdk-logos-with-ruby.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.