Skip to content

Commit

Permalink
add to nav
Browse files Browse the repository at this point in the history
  • Loading branch information
lazarusA committed Jan 8, 2025
1 parent 3d8cad3 commit 7697264
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ docs/src/.vitepress/cache
docs/docs_site/.vitepress/dist
docs/docs_site/.vitepress/cache
docs/src/examples

package-lock.json
.cache
dev
test_record
Expand Down
1 change: 1 addition & 0 deletions docs/src/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,7 @@ const viteConfig = defineViteConfig({
{ text: 'line_xlog',link: '/examples/2d/lines/line_xlog' },
{ text: 'line_xylog',link: '/examples/2d/lines/line_xylog' },
{ text: 'line_ylog',link: '/examples/2d/lines/line_ylog' },
{ text: 'line_broken_axis',link: '/examples/2d/lines/line_broken_axis' },
],
},
{
Expand Down
6 changes: 3 additions & 3 deletions docs/src/.vitepress/theme/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -154,9 +154,9 @@ mjx-container > svg {
* -------------------------------------------------------------------------- */

:root {
--vp-c-brand-1: #e4c92a;
--vp-c-brand-2: #e4c92a;
--vp-c-brand-3: #e4c92a;
--vp-c-brand-1: #ca2971;
--vp-c-brand-2: #ca2971;
--vp-c-brand-3: #ca2971;
--vp-c-sponsor: #ca2971;
--vitest-c-sponsor-hover: #c13071;
}
Expand Down

0 comments on commit 7697264

Please sign in to comment.