Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
21e0dd8
Groundwork
max-koro Sep 24, 2025
1fe0e78
CSS overwrite for GQL-to-MD formatting: part 1
max-koro Sep 24, 2025
b3f18ba
Resolving additional description lines formatting
max-koro Sep 24, 2025
c3b0478
Started writing JS to automate selective styling
max-koro Sep 25, 2025
fbff630
Improvements to parameter stacking rules and responsiveness + removed…
max-koro Sep 25, 2025
4ec4b6f
Optimizations
max-koro Sep 25, 2025
9ff3b2c
Much better parameter & type styling
max-koro Sep 25, 2025
1fa0ab4
Fixed badge wrapping issues
max-koro Sep 25, 2025
cff73bc
Improve styling override loading speed & visual shock
max-koro Sep 25, 2025
ac1db1d
Added Deprecated tag support
max-koro Sep 25, 2025
66354a9
Applied similar styling to all section types + applied color codes by…
max-koro Sep 25, 2025
ff372eb
Improved Member of display + several fixes
max-koro Sep 25, 2025
ec429fd
Fixed all relationship formatting issues +
max-koro Sep 25, 2025
1c366bf
Fixed list items formatting + badge vertical alignment
max-koro Sep 25, 2025
da9a983
Last minute styling improvements
max-koro Sep 26, 2025
373e82c
Update custom.css
max-koro Sep 29, 2025
7408bde
unified descriptions
max-koro Nov 6, 2025
d9de048
Optimizing code brevity
max-koro Nov 6, 2025
7a50e56
Fixed nesting colors
max-koro Nov 6, 2025
931d952
Fixing double paragraphs situation
max-koro Nov 6, 2025
f6ed193
Fixed rogue double paragraph border
max-koro Nov 6, 2025
9e58442
Update custom.css
max-koro Nov 6, 2025
ea19c3f
Update custom.css
max-koro Nov 6, 2025
ab6fc94
Fixed FOUC!
max-koro Nov 7, 2025
330c771
Cleanup
max-koro Nov 7, 2025
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
4 changes: 4 additions & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ module.exports = {
favicon: "img/favicon.png",
organizationName: "swan-io", // Usually your GitHub org/user name.
projectName: "api-reference", // Usually your repo name.
clientModules: [
require.resolve('./src/theme/ApiRefEnhancer/index.js'),
require.resolve('./src/theme/ApiRefEnhancer/cardBadgeNesting.js'),
],
themeConfig: {
algolia: {
appId: "PWGO6EETLK",
Expand Down
Loading