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
2 changes: 2 additions & 0 deletions docs/gsoc/contribution-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ keywords:
- GSoC
- Open Source
- Hacktoberfest
toc_min_heading_level: 2
toc_max_heading_level: 2
---

# Getting Started with Google Summer of Code (GSoC)
Expand Down
4 changes: 4 additions & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ module.exports = {
"docusaurus-tailwindcss-loader",
],
themeConfig: {
tableOfContents: {
minHeadingLevel: 2,
maxHeadingLevel: 2,
},
canonicalBase: "https://www.keploy.io/",
metadata: [
{
Expand Down
2 changes: 1 addition & 1 deletion src/components/ProductTier.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ const ProductTier = ({ tiers, offerings }) => {
letter-spacing: 0.01em;
}
html[data-theme="dark"] .product-tier-chip {
opacity: 0.9;
background: rgba(255, 255, 255, 0.15) !important;
}
`}</style>
</div>
Expand Down
4 changes: 2 additions & 2 deletions src/components/TierCallout.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export default function TierCallout({ chips = [], type, children }) {
line-height: 1.5;
}
html[data-theme="dark"] .tier-note__content {
color: #9ca3af;
color: #e5e7eb;
}
.tier-note__content p:last-child {
margin-bottom: 0;
Expand Down Expand Up @@ -129,7 +129,7 @@ export default function TierCallout({ chips = [], type, children }) {

/* Dark mode adjustments */
html[data-theme="dark"] .tier-chip {
opacity: 0.9;
background: rgba(255, 255, 255, 0.15) !important;
}
`}</style>
</div>
Expand Down
Loading
Loading