Skip to content

Added navigation tabs and updated documentation#145

Merged
jimmeryn merged 3 commits intomainfrom
navigation-docs-updates
Feb 24, 2026
Merged

Added navigation tabs and updated documentation#145
jimmeryn merged 3 commits intomainfrom
navigation-docs-updates

Conversation

@jimmeryn
Copy link
Copy Markdown
Contributor

No description provided.

@jimmeryn jimmeryn added documentation Improvements or additions to documentation enhancement New feature or request labels Feb 24, 2026
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Other files use css modules, this uses simple css, let's use css modules if possible

@@ -0,0 +1,81 @@
.nav-tabs-container {
--text-primary: #ffffff;
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We need to use tokens from the library, not create new colors - tokens are optimized for dark & light mode, AI proposed following colors:

--text-primary: #ffffff -> var(--ax-txt-primary-white) or var(--ax-txt-primary-default)
--text-secondary: #8b949e -> var(--ax-txt-secondary-default)
--accent-blue: #58a6ff -> var(--ax-colors-acc1-400) or var(--ifm-color-primary)
--accent-blue-dim: rgba(...) -> var(--ax-colors-acc1-500-10)
--border-default: #30363d -> var(--ax-ui-stroke-primary-default) or var(--ax-colors-gray-650)

{
id: 'ui-components',
label: 'Diagram and UI Components Quickstart',
href: 'https://www.overflow.dev/ui-components',
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we use relative urls ? The same below - so it will work on any env

README.md Outdated

```html
<html data-theme="light">
<html data-theme="light"></html>
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The previous version implied that this html tag is open, I prefer previous version

@jimmeryn jimmeryn merged commit 1509ff3 into main Feb 24, 2026
1 check passed
@jimmeryn jimmeryn deleted the navigation-docs-updates branch February 24, 2026 14:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants