Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
103d5af
Update style.css
lavanya-gunreddi Jul 1, 2026
e35a69f
Update README.md
lavanya-gunreddi Jul 1, 2026
be662bc
Update style.css
lavanya-gunreddi Jul 1, 2026
9e6bc69
Update style.css
lavanya-gunreddi Jul 1, 2026
fa2cd29
Update style.css
lavanya-gunreddi Jul 1, 2026
f86cef4
Update style.css
lavanya-gunreddi Jul 1, 2026
ebc30b9
Update style.css
lavanya-gunreddi Jul 1, 2026
5cc4e73
Update style.css
lavanya-gunreddi Jul 1, 2026
86a0553
Update style.css
lavanya-gunreddi Jul 1, 2026
ceb6be0
Update style.css
lavanya-gunreddi Jul 1, 2026
ddce4d9
Update style.css
lavanya-gunreddi Jul 1, 2026
6478821
Update style.css
lavanya-gunreddi Jul 1, 2026
e39e43e
Update style.css
lavanya-gunreddi Jul 1, 2026
eea6b04
Update style.css
lavanya-gunreddi Jul 1, 2026
5ff4b7f
Update style.css
lavanya-gunreddi Jul 1, 2026
5509545
Update style.css
lavanya-gunreddi Jul 1, 2026
6d91636
Update style.css
lavanya-gunreddi Jul 1, 2026
afb7bbb
Update style.css
lavanya-gunreddi Jul 1, 2026
070135d
Update style.css
lavanya-gunreddi Jul 1, 2026
fdc4095
Update style.css
lavanya-gunreddi Jul 2, 2026
6e7a47c
Update style.css
lavanya-gunreddi Jul 2, 2026
058c011
Update style.css
lavanya-gunreddi Jul 2, 2026
efd8978
Update style.css
lavanya-gunreddi Jul 2, 2026
e599881
Update style.css
lavanya-gunreddi Jul 2, 2026
8817868
Update style.css
lavanya-gunreddi Jul 2, 2026
362d063
Update docs.json
lavanya-gunreddi Jul 2, 2026
9a8a043
Update style.css
lavanya-gunreddi Jul 2, 2026
8176d72
Update style.css
lavanya-gunreddi Jul 7, 2026
16a9f38
Update style.css
lavanya-gunreddi Jul 8, 2026
9ff3625
Update style.css
lavanya-gunreddi Jul 8, 2026
82f75b1
Update style.css
lavanya-gunreddi Jul 8, 2026
899aa44
Update style.css
lavanya-gunreddi Jul 8, 2026
56fcc16
Update style.css
lavanya-gunreddi Jul 8, 2026
019c3a4
Update style.css
lavanya-gunreddi Jul 8, 2026
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This website is built using [Mintlify](https://mintlify.com/).

## Publishing Changes

Create a pull request to make document changes, and request a review from [@muhsinking](https://github.com/muhsinking). Changes will be deployed to production automatically after they are pushed to the `main` branch.
Create a pull request to make document changes, and request a review from [@lavanya-gunreddi](https://github.com/lavanya-gunreddi). Changes will be deployed to production automatically after they are pushed to the `main` branch.

## Running the docs locally

Expand Down
2 changes: 1 addition & 1 deletion docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"navigation": {
"tabs": [
{
"tab": "Docs",
"tab": "Documentation",
"groups": [
{
"group": "Get started",
Expand Down
17 changes: 17 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -93,3 +93,20 @@ a.card div.h-6.w-6 {
.overview-page-wrapper p + p {
margin-top: 1rem;
}

/* Tabs hug their own content width, text wraps if needed */
.nav-tabs-item {
flex: none !important;
justify-content: left !important;
text-align: left !important;
font-size: 1.5rem !important;
font-weight: 400 !important;
padding: 1rem 1rem !important;
border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
Comment thread
lavanya-gunreddi marked this conversation as resolved.
transition: border-color 0.2s !important;
}

/* Active tab */
.nav-tabs-item[data-active="true"] {
border-color: #9289FE !important;
}