Skip to content

Commit

Permalink
Update Codiumate documentation styling and correct VSCode image refer…
Browse files Browse the repository at this point in the history
…ence
  • Loading branch information
almog-lv committed Apr 15, 2024
1 parent 709398f commit 24c049a
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 7 deletions.
17 changes: 17 additions & 0 deletions docs/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
.md-typeset h3.top-left{
padding-left: 1%;
padding-top: 1%;
padding-bottom: 10px;
margin: 0 !important;
}

Expand All @@ -59,6 +60,22 @@
padding-bottom: 20px;
}

.green {
color: #05E5AD;
}

.white {
color: #ffffff
}

.vscode-blue {
color: #2F9FD1
}

.purple {
color: #765bfa
}

@media (max-width: 768px) {
.content {
padding-left: 2%;
Expand Down
14 changes: 8 additions & 6 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ description: Latest release notes of Codiumate and PR-Agent
<div markdown class="bg-blue">
<h3 markdown class="top-left">

**[:simple-visualstudiocode: Codiumate:VSCode | v.0.8.3](./versions/latest/vscode.md)**
**[<b class="white">:simple-visualstudiocode:</b> Codiumate<b class="green">:</b>VSCode | v0.8.3](./versions/latest/vscode.md)**

</h3>
<div class="content" markdown>
Expand All @@ -40,7 +40,8 @@ Dive in and see what you can create!
<div markdown class="bg-green">

<h3 markdown class="top-left">
**[:simple-jetbrains: Codiumate:JetBrains | v0.7.30](./versions/latest/jetbrains.md)**

**[<b class="white">:simple-jetbrains:</b> Codiumate<b class="green">:</b>JetBrains | v0.7.30](./versions/latest/jetbrains.md)**
</h3>

<div markdown class="centered">
Expand All @@ -67,7 +68,8 @@ Activate a thread by clicking the `Continue this Chat` button at the end of a re
<div markdown class="bg-yellow">

<h3 markdown class="top-left">
**[:fontawesome-solid-robot: PR-Agent | v.0.21](./versions/latest/pr-agent.md)**

**[<b class="white">:fontawesome-solid-robot:</b> PR<b class="green">-</b>Agent | v0.21](./versions/latest/pr-agent.md)**
</h3>
<div markdown class="centered">
<div class="content" markdown>
Expand Down Expand Up @@ -108,9 +110,9 @@ If you haven't seen yet, we have a **[new documentation portal](https://pr-agent

<div class="grid cards" markdown>

- [:simple-jetbrains: __Codiumate:JetBrains__](./versions/latest/jetbrains.md)
- [:simple-visualstudiocode: __Codiumate:VSCode__ ](./versions/latest/vscode.md)
- [:fontawesome-solid-robot: __PR-Agent__ ](./versions/latest/pr-agent.md)
- [<b class="white">:simple-jetbrains:</b> **<b class="green">Codiumate<b class="purple">:</b>JetBrains**</b>](./versions/latest/jetbrains.md)
- [<b class="white">:simple-visualstudiocode:</b> **<b class="green">Codiumate<b class="purple">:</b>VSCode**</b> ](./versions/latest/vscode.md)
- [<b class="white">:fontawesome-solid-robot:</b> **<b class="green">PR<b class="purple">-</b>Agent**</b> ](./versions/latest/pr-agent.md)

</div>

Expand Down
2 changes: 1 addition & 1 deletion docs/versions/latest/vscode.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ subtitle: Codiumate plugin for JetBrains v0.7.30 Release Notes
---

<div class="centered" markdown>
![](../../assets/JetBrains%20release%20notes.png){ class="no-border"}
![](../../assets/VSCode%20release%20notes.png){ class="no-border"}

### v0.8.3 | April 10, 2024
---
Expand Down

0 comments on commit 24c049a

Please sign in to comment.