-
Notifications
You must be signed in to change notification settings - Fork 8
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(docs): remove default nx landing page and make docs homepage base route #162
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -46,7 +46,7 @@ export const pages = [ | |
] | ||
|
||
export const { getPage, getPages, pageTree } = loader({ | ||
baseUrl: '/docs', | ||
baseUrl: '/', | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 💡 Codebase verification Residual '/docs' References Detected The verification script identified several files containing '/docs' references that may need updating to align with the new
Please review and update these references to ensure consistency and prevent potential routing issues. 🔗 Analysis chainLGTM! The The modification of To ensure consistency across the codebase, let's verify that there are no remaining references to the old '/docs' base URL: Please review the results of this search and update any remaining '/docs' references if necessary. 🏁 Scripts executedThe following scripts were executed for the analysis: Script: #!/bin/bash
# Description: Check for any remaining '/docs' references that might need updating
# Test: Search for '/docs' references in all files.
# Expect: No occurrences of '/docs' that are related to URL routing or base paths.
rg '/docs' --type-not md
Length of output: 16504 |
||
rootDir: 'docs', | ||
icon(icon) { | ||
if (!icon) { | ||
|
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.
💡 Codebase verification
Issue Found: Incorrect GitHub URL Path
The "Edit on GitHub" link is pointing to a non-existent
apps/(docs)/
directory. Based on the repository structure, the correct path should likely bedocs/src/app/(docs)/
.href
to:Please verify that the updated path correctly points to the intended files in the repository.
🔗 Analysis chain
LGTM! Verify GitHub repository structure.
The update to the GitHub repository URL for editing the page is consistent with the changes made to the content path. This ensures that the "Edit on GitHub" link will correctly point to the new file location.
To ensure everything is correctly set up, please verify:
apps/(docs)/...
).🏁 Scripts executed
The following scripts were executed for the analysis:
Script:
Length of output: 1693
Script:
Length of output: 561
Script:
Length of output: 524
Script:
Length of output: 2612