Skip to content

Commit

Permalink
[Docs] Fix header font size
Browse files Browse the repository at this point in the history
[Docs] Revert the top banner
  • Loading branch information
peterschmidt85 committed Dec 25, 2024
1 parent cc67a8a commit 8e29ccb
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 13 deletions.
10 changes: 5 additions & 5 deletions docs/assets/stylesheets/extra.css
Original file line number Diff line number Diff line change
Expand Up @@ -647,15 +647,15 @@ code .md-code__nav:hover .md-code__button {
}

.md-typeset h4 {
font-size: 20px;
font-size: 19.5px;
}

.md-typeset h5 {
font-size: 18px;
font-size: 17px;
}

.md-typeset h3 {
font-size: 23px;
font-size: 21.5px;
margin-block-end: 0;
padding-bottom: 0.7em;
border-bottom: 1px solid rgba(243, 244, 246, 1);
Expand Down Expand Up @@ -1514,8 +1514,8 @@ html .md-footer-meta.md-typeset a:is(:focus,:hover) {

.md-typeset.md-banner__inner a {
color: var(--md-default-bg-color);
/*border-bottom: 1.5px dotted;
font-weight: 600;*/
border-bottom: 1.5px dotted;
font-weight: 600;
}

.md-typeset.md-banner__inner .md-banner__button svg {
Expand Down
12 changes: 6 additions & 6 deletions docs/docs/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ $ dstack init

A dev environment lets you provision an instance and access it with your desktop IDE.

##### Define a configuration
#### Define a configuration

Create the following configuration file inside the repo:

Expand All @@ -44,7 +44,7 @@ $ dstack init

</div>

##### Run the configuration
#### Run the configuration

Run the configuration via [`dstack apply`](reference/cli/dstack/apply.md):

Expand Down Expand Up @@ -77,7 +77,7 @@ $ dstack init

A task allows you to schedule a job or run a web app. Tasks can be distributed and can forward ports.

##### Define a configuration
#### Define a configuration

Create the following configuration file inside the repo:

Expand Down Expand Up @@ -110,7 +110,7 @@ $ dstack init
[`nodes`](reference/dstack.yml/task.md#distributed-tasks),
and `dstack` will run it on a cluster.

##### Run the configuration
#### Run the configuration

Run the configuration via [`dstack apply`](reference/cli/dstack/apply.md):

Expand Down Expand Up @@ -142,7 +142,7 @@ $ dstack init

A service allows you to deploy a model or any web app as an endpoint.

##### Define a configuration
#### Define a configuration

Create the following configuration file inside the repo:

Expand Down Expand Up @@ -175,7 +175,7 @@ $ dstack init

</div>

##### Run the configuration
#### Run the configuration

Run the configuration via [`dstack apply`](reference/cli/dstack/apply.md):

Expand Down
6 changes: 5 additions & 1 deletion docs/overrides/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,11 @@
{% endblock %}

{% block announce %}
<a href="/blog/beyond-kubernetes-2024-recap-and-whats-ahead">🔥 Beyond Kubernetes: 2024 recap and what's ahead for AI infra →</a>
Support our project with a ⭐ on
<a href="https://github.com/dstackai/dstack" target="_blank">
<span class="twemoji star">
{% include ".icons/fontawesome/brands/github.svg" %}
</span></a>
{% endblock %}

{% block footer %}
Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ markdown_extensions:
- pymdownx.tasklist:
custom_checkbox: true
- toc:
toc_depth: 4
toc_depth: 3
permalink: true
- attr_list
- md_in_html
Expand Down

0 comments on commit 8e29ccb

Please sign in to comment.