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

CSS styling enhancements #4456

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
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
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,8 @@ keywords:
import Tabs from "@theme/Tabs";
import TabItem from "@theme/TabItem";

<p>
<span class="badge badge--intermediate">Intermediate</span>
<span class="badge badge--medium">Time estimate: 1 hour</span>
</p>
<span class="badge badge--intermediate">Intermediate</span>
<span class="badge badge--medium">Time estimate: 1 hour</span>

[Web Modeler](../../components/modeler/about-modeler.md) serves as a powerful tool for the development and deployment of processes and process applications. While Web Modeler simplifies one-click deployment for development, professional teams often rely on continuous integration and continuous deployment (CI/CD) pipelines for automated production deployments. The [Web Modeler API](/apis-tools/web-modeler-api/index.md) facilitates integration of Web Modeler into these pipelines, aligning with team practices and organizational process governance.

Expand Down
2 changes: 1 addition & 1 deletion docs/guides/getting-started-java-spring.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ keywords: [java, spring, spring zeebe, getting started, user guide, tutorial]
import Install from './react-components/install-c8run.md'

<span class="badge badge--beginner">Beginner</span>
<span class="badge badge--medium">1 hour</span><br /><br />
<span class="badge badge--medium">1 hour</span>

In this guide, we'll step through using Spring Boot and the [Spring Zeebe SDK](/apis-tools/spring-zeebe-sdk/getting-started.md) with Desktop Modeler to interact with your local Self-Managed Camunda 8 installation. While this guide focuses on Self-Managed, you can do something similar with [SaaS](https://signup.camunda.com/accounts?utm_source=docs.camunda.io&utm_medium=referral).

Expand Down
2 changes: 1 addition & 1 deletion docs/guides/getting-started-orchestrate-apis.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ keywords:

<span class="badge badge--beginner">Beginner</span>
<span class="badge badge--cloud">Camunda 8 SaaS only</span>
<span class="badge badge--medium">Time estimate: 15 minutes</span><br /><br />
<span class="badge badge--medium">Time estimate: 15 minutes</span>

import clsx from "clsx";
import SaasPrereqs from './react-components/saas-prerequisites.md'
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/getting-started-orchestrate-human-tasks.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ keywords: [human tasks, orchestration, getting started, user guide]
---

<span class="badge badge--beginner">Beginner</span>
<span class="badge badge--medium">Time estimate: 15 minutes</span><br /><br />
<span class="badge badge--medium">Time estimate: 15 minutes</span>

import ExpressionInputImg from './img/expression-input-example.png';
import FormValuesTop from './img/form-values-top.png';
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/getting-started-orchestrate-microservices.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ keywords: [microservices, orchestration, getting-started]
---

<span class="badge badge--beginner">Beginner</span>
<span class="badge badge--medium">Time estimate: 25 minutes</span><br /><br />
<span class="badge badge--medium">Time estimate: 25 minutes</span>

import clsx from "clsx";
import Tabs from '@theme/Tabs';
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/model-your-first-process.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description: "Use Modeler to design and deploy a process."
import SaasPrereqs from './react-components/saas-prerequisites.md'

<span class="badge badge--beginner">Beginner</span>
<span class="badge badge--medium">Time estimate: 15 minutes</span><br /><br />
<span class="badge badge--medium">Time estimate: 15 minutes</span>

<details>
<summary>Have you signed up for Camunda yet?</summary>
Expand Down
4 changes: 3 additions & 1 deletion src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,6 @@ span.callout + p::after {
.openapi-tabs__code-container-inner .openapi-tabs__code-item.active span {
color: var(--ifm-color-primary);
}

.openapi-explorer__playground-editor pre {
font-size: var(--openapi-explorer-font-size-code);
}
Expand Down Expand Up @@ -571,6 +570,9 @@ h2#request {
.openapi-tabs__response-list-container.tabs {
border-bottom: 0;
}
.openapi-tabs__schema-list-container.tabs {
border-bottom: none;
}
/* Second level page heading modifications for home page */
.hero__title {
border-bottom: 0;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,8 @@ keywords:
import Tabs from "@theme/Tabs";
import TabItem from "@theme/TabItem";

<p>
<span class="badge badge--intermediate">Intermediate</span>
<span class="badge badge--medium">Time estimate: 1 hour</span>
</p>
<span class="badge badge--intermediate">Intermediate</span>
<span class="badge badge--medium">Time estimate: 1 hour</span>

[Web Modeler](../../components/modeler/about-modeler.md) serves as a powerful tool for the development and deployment of processes and process applications. While Web Modeler simplifies one-click deployment for development, professional teams often rely on continuous integration and continuous deployment (CI/CD) pipelines for automated production deployments. The [Web Modeler API](/apis-tools/web-modeler-api/index.md) facilitates integration of Web Modeler into these pipelines, aligning with team practices and organizational process governance.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ keywords: [java, spring, spring zeebe, getting started, user guide, tutorial]
import Install from './react-components/install-c8run.md'

<span class="badge badge--beginner">Beginner</span>
<span class="badge badge--medium">1 hour</span><br /><br />
<span class="badge badge--medium">1 hour</span>

In this guide, we'll step through using Spring Boot and the [Spring Zeebe SDK](/apis-tools/spring-zeebe-sdk/getting-started.md) with Desktop Modeler to interact with your local Self-Managed Camunda 8 installation. While this guide focuses on Self-Managed, you can do something similar with [SaaS](https://signup.camunda.com/accounts?utm_source=docs.camunda.io&utm_medium=referral).

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ keywords:

<span class="badge badge--beginner">Beginner</span>
<span class="badge badge--cloud">Camunda 8 SaaS only</span>
<span class="badge badge--medium">Time estimate: 15 minutes</span><br /><br />
<span class="badge badge--medium">Time estimate: 15 minutes</span>

import clsx from "clsx";
import SaasPrereqs from './react-components/saas-prerequisites.md'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ keywords: [human tasks, orchestration, getting started, user guide]
---

<span class="badge badge--beginner">Beginner</span>
<span class="badge badge--medium">Time estimate: 15 minutes</span><br /><br />
<span class="badge badge--medium">Time estimate: 15 minutes</span>

import ExpressionInputImg from './img/expression-input-example.png';
import FormValuesTop from './img/form-values-top.png';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ keywords: [microservices, orchestration, getting-started]
---

<span class="badge badge--beginner">Beginner</span>
<span class="badge badge--medium">Time estimate: 25 minutes</span><br /><br />
<span class="badge badge--medium">Time estimate: 25 minutes</span>

import clsx from "clsx";
import Tabs from '@theme/Tabs';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description: "Use Modeler to design and deploy a process."
import SaasPrereqs from './react-components/saas-prerequisites.md'

<span class="badge badge--beginner">Beginner</span>
<span class="badge badge--medium">Time estimate: 15 minutes</span><br /><br />
<span class="badge badge--medium">Time estimate: 15 minutes</span>

<details>
<summary>Have you signed up for Camunda yet?</summary>
Expand Down
Loading