Skip to content

Conversation

@Pranay22077
Copy link

@Pranay22077 Pranay22077 commented Oct 25, 2025

Issue Reference

Resolves issue #68


What Was Changed

The file docusaurus.config.js was changed


Why Was It Changed

docusaurus.config.js prevented dev server start


Screenshots

Before the issue:
image

After the resolution of issue:
image


Additional Context (Optional)

Summary by CodeRabbit

Release Notes

  • Style
    • Simplified footer layout by consolidating community links (GitHub and Slack icons) into the main footer structure for a cleaner organization.

…er start

Signed-off-by: Pranay <pranaygadh_mc24b06_003@dtu.ac.in>
@vercel
Copy link

vercel bot commented Oct 25, 2025

@Pranay22077 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.

@coderabbitai
Copy link

coderabbitai bot commented Oct 25, 2025

Walkthrough

The pull request modifies the footer configuration in docusaurus.config.js by removing a distinct Community subsection and inlining its HTML content (GitHub and Slack icons) directly into the existing footer structure, effectively flattening the section hierarchy.

Changes

Cohort / File(s) Summary
Footer restructuring
opsimate-docs/docusaurus.config.js
Removed standalone Community footer block and inlined GitHub and Slack icon HTML into the surrounding footer structure with accompanying formatting adjustments

Possibly related PRs


Comment @coderabbitai help to get the list of available commands and usage tips.

@Pranay22077 Pranay22077 mentioned this pull request Oct 25, 2025
Copy link

@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

🧹 Nitpick comments (1)
opsimate-docs/docusaurus.config.js (1)

133-144: Consider extracting duplicate URLs to constants.

The GitHub and Slack URLs are duplicated between the navbar (lines 59-70) and this footer section. Consider extracting these URLs to constants at the top of the file to improve maintainability.

Example refactor:

+const GITHUB_URL = 'https://github.com/OpsiMate/documentation';
+const SLACK_URL = 'https://app.slack.com/client/T096DF2LNBS/C096DF2UDLG';
+
 // docusaurus.config.js
 module.exports = {

Then reference these constants in both the navbar and footer HTML templates using JavaScript template literal expressions: ${GITHUB_URL} and ${SLACK_URL}.

📜 Review details

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between d711ef7 and cc604b3.

📒 Files selected for processing (1)
  • opsimate-docs/docusaurus.config.js (1 hunks)
🔇 Additional comments (2)
opsimate-docs/docusaurus.config.js (2)

124-124: Syntax looks correct.

The closing brace and comma properly terminate the "Integrate with" section items array.


127-149: Syntax is correct; Community section is properly structured.

The Community section is well-formed with correct JavaScript object syntax and properly closed template literals. The syntax error mentioned in the PR description appears to be resolved.

@idanlodzki
Copy link
Contributor

already fixed

@idanlodzki idanlodzki closed this Oct 26, 2025
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.

2 participants