-
Notifications
You must be signed in to change notification settings - Fork 35
Add link to main OpsiMate website in navbar and footer #53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
@AKRITI-ENG is attempting to deploy a commit to the idan lodzki's projects Team on Vercel. A member of the Team first needs to authorize it. |
WalkthroughAdds a navbar item linking to https://www.opsimate.com/ and extends the footer with a "Community" HTML block (GitHub/Slack icons) and a "Resources" block containing links to the main website and documentation in the Docusaurus config. Changes
Assessment against linked issues
Suggested reviewers
📜 Recent review detailsConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro 📒 Files selected for processing (1)
🔇 Additional comments (3)
Comment |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 2
📜 Review details
Configuration used: Path: .coderabbit.yaml
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (1)
opsimate-docs/docusaurus.config.js(2 hunks)
🔇 Additional comments (1)
opsimate-docs/docusaurus.config.js (1)
174-186: Resources section looks good, verify Documentation link destination.The Resources section correctly adds links to the main website and documentation. The implementation uses the appropriate
hrefproperty for external links.Minor consideration: The Documentation link points to '/' (root). Verify this is the intended destination. If you want to link to the docs section specifically, you might want to use '/docs' instead:
{ label: 'Documentation', - href: '/', + href: '/docs', },
|
@AKRITI-ENG please add screenshot |
|
Hi @idanlodzki! Here is the screenshot: |

Hi! I added the link to the main OpsiMate website as requested in issue #18.
I've added the website link in two places:
This makes it easy for users to find the main website while reading the docs, and also helps with SEO and navigation between the main site and documentation.
Fixes #18
Summary by CodeRabbit