WWW Added About page issue #164 - #175
Open
Manas756 wants to merge 1 commit into
Open
Conversation
There was a problem hiding this comment.
Pull request overview
Adds a top-level “About” landing page to the About section and exposes it via the docs sidebar and the site navbar dropdown, aligning the About section with the existing “Getting Started” structure.
Changes:
- Added a new About landing doc at
website/docs/about/about.md. - Updated the About docs sidebar to include the new landing page first.
- Added an “About” entry to the navbar’s About dropdown.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
website/sidebars.js |
Inserts the new about/about doc at the top of the About sidebar. |
website/docusaurus.config.js |
Adds an “About” link to the About dropdown in the navbar. |
website/docs/about/about.md |
New About landing-page content introducing AboutCode and its organizational structure. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
| label: 'About', | ||
| position: 'left', | ||
| items: [ | ||
| {to: '/docs/about/', label: 'About'}, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Adds a top-level About page to the AboutCode website to provide an introduction to the AboutCode community and organization.
Changes
Aboutpage atwebsite/docs/about/about.md.Testing
npm run buildsuccessfully.Before
After
Issue Solved #164 with Proof.