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
386 changes: 174 additions & 212 deletions docs/guides/cloud/projects.mdx

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ const config = {
darkTheme: darkCodeTheme,
},
zoom: {
selector: ':not(.mediaImage, .navbar__logo img)', // don't zoom these images
selector: ':not(.mediaImage, .navbar__logo img, .logo)', // don't zoom these images
background: {
light: 'rgb(50, 50, 50)',
dark: 'rgb(50, 50, 50)',
Expand Down
12 changes: 12 additions & 0 deletions src/components/logo/index.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
import React from "react";

export default function Logo({ alt, src, title }) {
return (
<img
className="logo"
src={ src }
title={ title }
alt={ alt || title }
/>
)
}
6 changes: 6 additions & 0 deletions src/css/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -326,3 +326,9 @@ div[class^='codeBlockTitle'] {
.osano-cm-widget {
display: none;
}

.logo {
width: 20px;
display: inline-block;
vertical-align: text-top;
}
2 changes: 2 additions & 0 deletions src/theme/MDXComponents.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ import TabItem from "@theme/TabItem";
import ThenShouldAndDifference from "@site/docs/partials/_then-should-and-difference.mdx";
import WarningPluginsFile from "@site/docs/partials/_warning-plugins-file.mdx";
import WarningSetupNodeEvents from "@site/docs/partials/_warning-setup-node-events.mdx";
import Logo from "@site/src/components/logo";

// Font Awesome
import { library } from "@fortawesome/fontawesome-svg-core";
Expand Down Expand Up @@ -133,4 +134,5 @@ export default {
ThenShouldAndDifference,
WarningPluginsFile,
WarningSetupNodeEvents,
Logo
};
Empty file removed static/.nojekyll
Empty file.
Binary file not shown.
Binary file removed static/img/dashboard/access-to-runs.png
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed static/img/dashboard/cancel-transfer-of-project.png
Binary file not shown.
Binary file removed static/img/dashboard/projects/setup-a-project-1.png
Binary file not shown.
Binary file removed static/img/dashboard/projects/setup-a-project-2.png
Binary file not shown.
Binary file removed static/img/dashboard/projects/setup-a-project-3.png
Binary file not shown.
Binary file removed static/img/dashboard/projects/setup-a-project-4.png
Binary file not shown.
Binary file removed static/img/dashboard/projects/setup-a-project-5.png
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified static/img/dashboard/remove-project-dialog.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 removed static/img/dashboard/run-completion-delay.jpg
Binary file not shown.
Binary file removed static/img/dashboard/runs-list-in-desktop-gui.png
Binary file not shown.
Binary file removed static/img/dashboard/transfer-ownership-button.png
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions static/img/logo/bitbucket.svg
1 change: 1 addition & 0 deletions static/img/logo/github-white.svg
1 change: 1 addition & 0 deletions static/img/logo/github.svg
6 changes: 6 additions & 0 deletions static/img/logo/gitlab.svg
1 change: 1 addition & 0 deletions static/img/logo/jira.svg
1 change: 1 addition & 0 deletions static/img/logo/ms-teams.svg
1 change: 1 addition & 0 deletions static/img/logo/slack.svg