Skip to content
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

feat: overhaul navbar titles & add slack logo and button #11067

Draft
wants to merge 46 commits into
base: master
Choose a base branch
from

Conversation

yoonhyejin
Copy link
Collaborator

@yoonhyejin yoonhyejin commented Aug 1, 2024

Checklist

  • The PR conforms to DataHub's Contributing Guideline (particularly Commit Message Format)
  • Links to related issues (if applicable)
  • Tests for the changes have been added/updated (if applicable)
  • Docs related to the changes have been added/updated (if applicable). If a new feature has been added a Usage Guide has been added for the same.
  • For any breaking change/potential downtime/deprecation/big changes an entry has been made in Updating DataHub

Summary by CodeRabbit

  • New Features

    • Introduced a secondary navigation bar for improved accessibility and navigation within documentation pages.
    • Added a simplified dropdown for documentation versions and a color mode toggle for theme selection.
    • Reorganized the navigation structure, enhancing access to product and educational resources.
  • User Interface Enhancements

    • Updated the branding of various sections and improved visual representation of navigation links.
    • Streamlined sidebar content to focus on relevant topics, including the introduction of new categories like "Data Governance" and "Data Quality."
  • Bug Fixes

    • Removed the promotion bar to declutter the interface and improve overall usability.
  • Style Changes

    • Redesigned styles for the new navigation components, enhancing the visual structure and interactivity.

Copy link
Contributor

coderabbitai bot commented Aug 1, 2024

Important

Review skipped

Auto reviews are disabled on this repository.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Walkthrough

The recent updates to the documentation site focus on enhancing user experience through streamlined navigation and improved organization. Key changes include the removal of the promotional announcement bar, the introduction of a new SecondNavbar component for easy access to product information, and a restructured main navigation that prioritizes educational resources. These enhancements foster greater user engagement with a clearer and more visually appealing layout.

Changes

Files Change Summary
docs-website/docusaurus.config.js Removed announcement bar, added color mode configuration, restructured navigation with new dropdowns for products and learning resources, and updated section labels for clarity.
docs-website/sidebars.js Simplified sidebar by removing outdated links, renaming categories, and adding new sections for Data Governance and Data Quality to enhance navigation.
docs-website/src/components/SecondNavbar/*.js Introduced SecondNavbar component for documentation pages with navigation links, version dropdown, and color mode toggle.
docs-website/src/components/SecondNavbar/styles.module.scss Added a new stylesheet for SecondNavbar, defining styles for better visual structure and responsiveness to themes.

Poem

🐰 In the meadow of code, where changes delight,
A navbar now dances, so easy and bright.
With links that lead swiftly, to learn and explore,
Our DataHub garden grows richer than before.
So hop on this journey, let knowledge take flight! 🌼✨


Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

Share
Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai generate interesting stats about this repository and render them as a table.
    • @coderabbitai show all the console.log statements in this repository.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@yoonhyejin yoonhyejin marked this pull request as ready for review August 7, 2024 10:56
Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 0

Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between 900c259 and f11fe79.

Files selected for processing (6)
  • docs-website/docusaurus.config.js (5 hunks)
  • docs-website/src/components/SecondNavbar/SecondNavbar.js (1 hunks)
  • docs-website/src/components/SecondNavbar/styles.module.scss (1 hunks)
  • docs-website/src/styles/global.scss (1 hunks)
  • docs-website/src/theme/Layout/index.js (1 hunks)
  • docs-website/src/theme/NavbarItem/DocsVersionDropdownNavbarItem.js (3 hunks)
Files skipped from review due to trivial changes (1)
  • docs-website/src/styles/global.scss
Additional comments not posted (19)
docs-website/src/theme/Layout/index.js (2)

1-3: Import statements are appropriate.

The import statements correctly bring in the necessary components and modules.


5-13: Component structure is clear and functional.

The LayoutWrapper component correctly wraps the original Layout component and adds the SecondNavbar component. The use of props and JSX is appropriate.

docs-website/src/components/SecondNavbar/styles.module.scss (6)

1-11: Styles for secondary navbar are well-defined.

The styles for the secondary navbar, including dark mode variations, are appropriately defined.


13-18: Container styles are appropriate.

The container styles ensure proper alignment and spacing for the navbar elements.


20-24: Core cloud switch styles are appropriate.

The styles for the core cloud switch section are well-defined.


26-41: Button styles are well-defined.

The styles for the buttons, including hover effects and active states, are appropriately defined.


47-53: Dark mode button styles are appropriate.

The styles for the buttons in dark mode are well-defined and ensure good contrast.


55-64: Search box and right navbar item styles are appropriate.

The styles for the search box and right-aligned navbar items are well-defined.

docs-website/src/components/SecondNavbar/SecondNavbar.js (3)

1-8: Import statements are appropriate.

The import statements correctly bring in the necessary components and modules.


11-18: Conditional rendering is appropriate.

The conditional rendering based on the pathname ensures that the secondary navbar is only displayed on documentation pages.


20-61: Component structure is clear and functional.

The SecondNavbar component is well-structured, with appropriate use of JSX and class names. The integration of the color mode toggle and search bar enhances the functionality.

docs-website/src/theme/NavbarItem/DocsVersionDropdownNavbarItem.js (2)

16-19: Addition of default prop values.

The addition of default values for docsPluginId, dropdownActiveClassDisabled, dropdownItemsBefore, and dropdownItemsAfter improves the robustness and usability of the component by ensuring it behaves predictably even when these props are not supplied.


36-77: Enhancement: Inclusion of archived versions.

The addition of archived versions to the dropdown items enhances the user experience by providing access to older documentation directly within the dropdown. This is a valuable feature for users who may need to refer to previous versions of the documentation.

docs-website/docusaurus.config.js (6)

55-58: Addition of color mode configuration.

The addition of the color mode configuration with disableSwitch set to true and defaultMode set to light ensures a consistent appearance by disabling the color mode switch and defaulting to the light mode.


68-80: Restructuring of the navbar: Product dropdown.

The addition of the "Product" dropdown consolidates links to "DataHub Core" and "DataHub Cloud," enhancing accessibility to product-related information. This change improves the organization and user experience of the navbar.


89-109: Restructuring of the navbar: Learn dropdown.

The transformation of the "Learn" section into a dropdown that encompasses links to "Use Cases," "Adoption Stories," a blog, and a YouTube channel broadens the educational resources available to users. This change improves the organization and user experience of the navbar.


124-136: Update of Community section labels.

The updates to the labels in the "Community" section, such as changing "Join Slack" to "DataHub Slack" and "Community Forum" to "DataHub Discourse," align with the DataHub identity and improve clarity.


145-153: Addition of Slack logo link.

The addition of a direct link to Slack with custom HTML for a Slack logo provides a more visually engaging representation and quick access to Slack for users.


157-159: Addition of DataHub Cloud button.

The addition of a button linking to "Try DataHub Cloud Free" enhances the call to action and provides users with a clear and direct way to try DataHub Cloud.

Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 0

Outside diff range, codebase verification and nitpick comments (2)
docs-website/sidebars.js (2)

861-1523: Action Required: Verify and Correct Documentation Paths

The following files mentioned in the sidebar configuration are missing from the documentation directory. Please verify their paths or ensure these files are created:

  • docs/businessattributes
  • docs/glossary/business-glossary
  • docs/features/feature-guides/documentation-forms
  • docs/domains
  • docs/ui-ingestion
  • docs/generated/lineage/lineage-feature-guide
  • docs/act-on-metadata/impact-analysis
  • docs/features/feature-guides/ui-lineage
  • docs/features/feature-guides/properties
  • docs/schema-history
  • docs/how/search
  • docs/tags
  • docs/features/dataset-usage-and-query-history
  • docs/managed-datahub/approval-workflows
  • docs/managed-datahub/chrome-extension
  • docs/managed-datahub/observe/data-contract
  • docs/ownership/ownership-types
  • docs/authorization/access-policies-guide
  • docs/managed-datahub/observe/assertions
  • docs/managed-datahub/observe/column-assertions
  • docs/managed-datahub/observe/custom-sql-assertions
  • docs/managed-datahub/observe/freshness-assertions
  • docs/managed-datahub/observe/schema-assertions
  • docs/managed-datahub/observe/volume-assertions
  • docs/assertions/open-assertions-spec
  • docs/assertions/snowflake/snowflake_dmfs
  • docs/dataproducts
  • docs/incidents/incidents
  • docs/tests/metadata-tests
  • docs/managed-datahub/subscription-and-notification
  • docs/sync-status
  • docs/managed-datahub/slack/saas-slack-setup
  • docs/managed-datahub/slack/saas-slack-app
  • docs/managed-datahub/slack/saas-slack-troubleshoot
  • docs/managed-datahub/integrations/aws-privatelink
  • docs/managed-datahub/integrations/oidc-sso-integration
  • docs/managed-datahub/operator-guide/setting-up-remote-ingestion-executor
  • docs/managed-datahub/operator-guide/setting-up-events-api-on-aws-eventbridge

Please ensure these files are correctly linked or created to maintain the integrity of the documentation.

Analysis chain

LGTM!

The addition of several new categories and items under the "acrylSidebar" configuration enhances the organization and accessibility of the documentation, providing a comprehensive structure for various topics.

However, ensure that the added items have been correctly updated in their respective documentation files.

Scripts executed

The following scripts were executed for the analysis:

Script:

#!/bin/bash
# Description: Verify the correctness of added items in the documentation files.

# Test: Search for the added items. Expect: Occurrences in the new locations.
rg --type markdown -l 'docs/businessattributes' 'docs/glossary/business-glossary' 'docs/features/feature-guides/documentation-forms' 'docs/domains' 'docs/ui-ingestion' 'docs/generated/lineage/lineage-feature-guide' 'docs/act-on-metadata/impact-analysis' 'docs/features/feature-guides/ui-lineage' 'docs/features/feature-guides/properties' 'docs/schema-history' 'docs/how/search' 'docs/tags' 'docs/features/dataset-usage-and-query-history' 'docs/managed-datahub/approval-workflows' 'docs/managed-datahub/chrome-extension' 'docs/managed-datahub/observe/data-contract' 'docs/ownership/ownership-types' 'docs/authorization/access-policies-guide' 'docs/managed-datahub/observe/assertions' 'docs/managed-datahub/observe/column-assertions' 'docs/managed-datahub/observe/custom-sql-assertions' 'docs/managed-datahub/observe/freshness-assertions' 'docs/managed-datahub/observe/schema-assertions' 'docs/managed-datahub/observe/volume-assertions' 'docs/assertions/open-assertions-spec' 'docs/assertions/snowflake/snowflake_dmfs' 'docs/dataproducts' 'docs/incidents/incidents' 'docs/tests/metadata-tests' 'docs/managed-datahub/subscription-and-notification' 'docs/sync-status' 'docs/managed-datahub/slack/saas-slack-setup' 'docs/managed-datahub/slack/saas-slack-app' 'docs/managed-datahub/slack/saas-slack-troubleshoot' 'docs/managed-datahub/integrations/aws-privatelink' 'docs/managed-datahub/integrations/oidc-sso-integration' 'docs/managed-datahub/operator-guide/setting-up-remote-ingestion-executor' 'docs/managed-datahub/operator-guide/setting-up-events-api-on-aws-eventbridge'

Length of output: 4423


Script:

#!/bin/bash
# Description: List all files in the documentation directory to verify the existence of the specified files.

# List all markdown files in the documentation directory
fd --type f --extension md --exec echo {}

Length of output: 15508


Missing Documentation File:

The file docs/generated/lineage/lineage-feature-guide referenced in the sidebars.js file does not exist in the repository. Please verify the path or ensure that the file is added to the repository.

  • docs/generated/lineage/lineage-feature-guide
Analysis chain

Line range hint 44-107:
LGTM!

The renaming of the "Features" category to "Data Discovery" and the restructuring of items under this category align with the shift in emphasis towards data exploration and governance. The added items enhance the clarity and accessibility of relevant documentation.

However, ensure that the moved items have been correctly updated in their respective documentation files.

Scripts executed

The following scripts were executed for the analysis:

Script:

#!/bin/bash
# Description: Verify the correctness of moved items in the documentation files.

# Test: Search for the moved items. Expect: Only occurrences in the new locations.
rg --type markdown -l 'docs/businessattributes' 'docs/glossary/business-glossary' 'docs/features/feature-guides/documentation-forms' 'docs/domains' 'docs/ui-ingestion' 'docs/generated/lineage/lineage-feature-guide' 'docs/act-on-metadata/impact-analysis' 'docs/features/feature-guides/ui-lineage' 'docs/features/feature-guides/properties' 'docs/schema-history' 'docs/how/search' 'docs/tags' 'docs/features/dataset-usage-and-query-history'

Length of output: 1259


Script:

#!/bin/bash
# Description: Verify the existence of the specified documentation files.

# List of documentation files to check
docs_files=(
  "docs/businessattributes"
  "docs/glossary/business-glossary"
  "docs/features/feature-guides/documentation-forms"
  "docs/domains"
  "docs/ui-ingestion"
  "docs/generated/lineage/lineage-feature-guide"
  "docs/act-on-metadata/impact-analysis"
  "docs/features/feature-guides/ui-lineage"
  "docs/features/feature-guides/properties"
  "docs/schema-history"
  "docs/how/search"
  "docs/tags"
  "docs/features/dataset-usage-and-query-history"
)

# Check for the existence of each file
for file in "${docs_files[@]}"; do
  fd -t f -e md "$(basename "$file")"
done

Length of output: 2510

Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between f11fe79 and f39933a.

Files selected for processing (3)
  • docs-website/docusaurus.config.js (5 hunks)
  • docs-website/sidebars.js (9 hunks)
  • docs-website/src/components/SecondNavbar/SecondNavbar.js (1 hunks)
Files skipped from review as they are similar to previous changes (2)
  • docs-website/docusaurus.config.js
  • docs-website/src/components/SecondNavbar/SecondNavbar.js
Additional comments not posted (8)
docs-website/sidebars.js (8)

37-41: LGTM!

The addition of the HTML divider for "Features" enhances the visual separation of sections, improving user navigation.


461-471: LGTM!

The addition of items related to "AWS PrivateLink Integration" and "OIDC SSO Integration" under the "Advanced Guides" category enhances the documentation by providing guides for advanced integrations.


552-552: LGTM!

The addition of the link to "docs/api/datahub-apis" under the "API" category improves the accessibility of API documentation.


751-751: LGTM!

The addition of the "Guides" section consolidates tutorial resources, enhancing the clarity and accessibility of relevant documentation.


860-860: LGTM!

The addition of the HTML divider for "Overview" under the "acrylSidebar" configuration enhances the visual separation of sections, improving user navigation.


112-131: LGTM!

The addition of the "Data Governance" category and the restructuring of items under this category prioritize governance-related content, enhancing the organization of the documentation.

However, ensure that the moved items have been correctly updated in their respective documentation files.

Verification successful

The moved items have been correctly updated in their respective documentation files.

The following files were found in the expected locations:

  • docs/managed-datahub/approval-workflows.md
  • docs/managed-datahub/chrome-extension.md
  • docs/managed-datahub/observe/data-contract.md
  • docs/ownership/ownership-types.md
  • docs/authorization/access-policies-guide.md
Scripts executed

The following scripts were executed for the analysis:

Script:

#!/bin/bash
# Description: Verify the correctness of moved items in the documentation files.

# Test: Search for the moved items. Expect: Only occurrences in the new locations.
rg --type markdown -l 'docs/managed-datahub/approval-workflows' 'docs/managed-datahub/chrome-extension' 'docs/managed-datahub/observe/data-contract' 'docs/ownership/ownership-types' 'docs/authorization/access-policies-guide'

Length of output: 529


Script:

#!/bin/bash
# Description: Verify the existence of the moved items in the documentation files.

# Search for the files in the repository to confirm their presence and correct paths.
fd 'approval-workflows.md' 'chrome-extension.md' 'data-contract.md' 'ownership-types.md' 'access-policies-guide.md'

Length of output: 413


Script:

#!/bin/bash
# Description: Verify the existence of the moved items in the documentation files.

# Search for the filenames within the repository to confirm their presence and correct paths.
fd 'approval-workflows.md'
fd 'chrome-extension.md'
fd 'data-contract.md'
fd 'ownership-types.md'
fd 'access-policies-guide.md'

Length of output: 335


216-239: LGTM!

The addition of the "Notifications" section and the restructuring of items under this section improve the organization of notification-related documentation.

However, ensure that the moved items have been correctly updated in their respective documentation files.

Verification successful

LGTM!

The addition of the "Notifications" section and the restructuring of items under this section improve the organization of notification-related documentation. The paths specified in the sidebars.js file are correct, and the documentation files exist at the expected locations.

Scripts executed

The following scripts were executed for the analysis:

Script:

#!/bin/bash
# Description: Verify the correctness of moved items in the documentation files.

# Test: Search for the moved items. Expect: Only occurrences in the new locations.
rg --type markdown -l 'docs/managed-datahub/subscription-and-notification' 'docs/managed-datahub/slack/saas-slack-setup' 'docs/managed-datahub/slack/saas-slack-app' 'docs/managed-datahub/slack/saas-slack-troubleshoot'

Length of output: 468


Script:

#!/bin/bash
# Description: Verify the existence and correct paths of the moved items in the documentation files.

# Search for the 'subscription-and-notification' file in the entire repository
fd 'subscription-and-notification.md'

# Search for the 'saas-slack-setup' file in the entire repository
fd 'saas-slack-setup.md'

# Search for the 'saas-slack-app' file in the entire repository
fd 'saas-slack-app.md'

# Search for the 'saas-slack-troubleshoot' file in the entire repository
fd 'saas-slack-troubleshoot.md'

Length of output: 317


135-213: LGTM!

The addition of the "Data Quality" category and the restructuring of items under this category consolidate quality-related resources, enhancing the clarity and accessibility of relevant documentation.

However, ensure that the moved items have been correctly updated in their respective documentation files.

Verification successful

Ensure the documentation files exist and are correctly referenced.

The previous verification script encountered errors because the specified files or directories do not exist. Let's search for the correct locations of the documentation files within the repository.


Verify the correctness of paths in sidebars.js.

The documentation files have been located. Let's ensure that the paths in the sidebars.js file match these actual locations.


The paths in the sidebars.js file are correctly referenced.

The paths in the sidebars.js file match the actual locations of the documentation files found in the repository, confirming that the changes are correctly implemented.

  • docs/managed-datahub/observe/assertions
  • docs/managed-datahub/observe/column-assertions
  • docs/managed-datahub/observe/custom-sql-assertions
  • docs/managed-datahub/observe/freshness-assertions
  • docs/managed-datahub/observe/schema-assertions
  • docs/managed-datahub/observe/volume-assertions
  • docs/assertions/open-assertions-spec
  • docs/assertions/snowflake/snowflake_dmfs
  • docs/dataproducts
  • docs/incidents/incidents
  • docs/tests/metadata-tests
  • docs/managed-datahub/subscription-and-notification
  • docs/sync-status
Scripts executed

The following scripts were executed for the analysis:

Script:

#!/bin/bash
# Description: Verify the correctness of moved items in the documentation files.

# Test: Search for the moved items. Expect: Only occurrences in the new locations.
rg --type markdown -l 'docs/managed-datahub/observe/assertions' 'docs/managed-datahub/observe/column-assertions' 'docs/managed-datahub/observe/custom-sql-assertions' 'docs/managed-datahub/observe/freshness-assertions' 'docs/managed-datahub/observe/schema-assertions' 'docs/managed-datahub/observe/volume-assertions' 'docs/assertions/open-assertions-spec' 'docs/assertions/snowflake/snowflake_dmfs' 'docs/dataproducts' 'docs/incidents/incidents' 'docs/tests/metadata-tests' 'docs/managed-datahub/subscription-and-notification' 'docs/sync-status'

Length of output: 1457


Script:

#!/bin/bash
# Description: Find the correct locations of the documentation files.

# Search for the filenames without the full paths to locate their actual positions.
rg --files | grep -E 'assertions|column-assertions|custom-sql-assertions|freshness-assertions|schema-assertions|volume-assertions|open-assertions-spec|snowflake_dmfs|dataproducts|incidents|metadata-tests|subscription-and-notification|sync-status'

Length of output: 2526


Script:

#!/bin/bash
# Description: Verify that the paths in the sidebars.js file match the actual locations of the documentation files.

# Check if the paths in sidebars.js match the actual locations of the documentation files.
grep -E 'docs/managed-datahub/observe/assertions|docs/managed-datahub/observe/column-assertions|docs/managed-datahub/observe/custom-sql-assertions|docs/managed-datahub/observe/freshness-assertions|docs/managed-datahub/observe/schema-assertions|docs/managed-datahub/observe/volume-assertions|docs/assertions/open-assertions-spec|docs/assertions/snowflake/snowflake_dmfs|docs/dataproducts|docs/incidents/incidents|docs/tests/metadata-tests|docs/managed-datahub/subscription-and-notification|docs/sync-status' docs-website/sidebars.js

Length of output: 2150

Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 0

Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between f39933a and dea7318.

Files selected for processing (4)
  • docs-website/docusaurus.config.js (5 hunks)
  • docs-website/sidebars.js (9 hunks)
  • docs-website/src/components/SecondNavbar/SecondNavbar.js (1 hunks)
  • docs-website/src/components/SecondNavbar/styles.module.scss (1 hunks)
Files skipped from review due to trivial changes (1)
  • docs-website/src/components/SecondNavbar/styles.module.scss
Files skipped from review as they are similar to previous changes (3)
  • docs-website/docusaurus.config.js
  • docs-website/sidebars.js
  • docs-website/src/components/SecondNavbar/SecondNavbar.js

Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 0

Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between dea7318 and 3748196.

Files selected for processing (1)
  • docs-website/src/components/SecondNavbar/SecondNavbar.js (1 hunks)
Files skipped from review due to trivial changes (1)
  • docs-website/src/components/SecondNavbar/SecondNavbar.js

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant