Skip to content

Conversation

@dacsang97
Copy link
Contributor

No description provided.

Copilot AI review requested due to automatic review settings October 4, 2025 13:31
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This pull request adds ignore dead links configuration to the VitePress documentation and updates various documentation links to point to more specific pages. The changes ensure better navigation within the documentation by directing users to introductory pages rather than index pages.

  • Added ignoreDeadLinks configuration to prevent build failures from localhost and placeholder URLs
  • Updated documentation links to point to specific introduction/landing pages instead of directory indexes
  • Added terser dependency and reorganized package.json devDependencies alphabetically

Reviewed Changes

Copilot reviewed 5 out of 6 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
apps/docs/package.json Added terser dependency and reorganized devDependencies alphabetically
apps/docs/index.md Updated main documentation links to point to specific pages
apps/docs/guide/quick-start.md Updated API documentation references to point to auth page
apps/docs/guide/introduction.md Removed reference to non-existent features page
apps/docs/.vitepress/config.ts Added ignoreDeadLinks configuration for localhost and placeholder URLs
Files not reviewed (1)
  • pnpm-lock.yaml: Language not supported

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

// Ignore dead links configuration
ignoreDeadLinks: [
/^http:\/\/localhost/,
/^http:\/\/YOUR_IP/
Copy link

Copilot AI Oct 4, 2025

Choose a reason for hiding this comment

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

The regex pattern /^http:\/\/YOUR_IP/ uses a placeholder 'YOUR_IP' which may not match actual IP addresses. Consider using a more specific pattern like /^http:\/\/\d+\.\d+\.\d+\.\d+/ for IPv4 addresses or document that 'YOUR_IP' should be replaced with actual values.

Suggested change
/^http:\/\/YOUR_IP/
/^http:\/\/\d+\.\d+\.\d+\.\d+/

Copilot uses AI. Check for mistakes.
@sonarqubecloud
Copy link

sonarqubecloud bot commented Oct 4, 2025

@vncloudsco vncloudsco merged commit 0a8ee7a into TinyActive:main Oct 4, 2025
2 checks passed
vncloudsco added a commit to vncloudsco/nginx-love-dev that referenced this pull request Oct 6, 2025
* feat: add ignore dead links configuration and update documentation links (TinyActive#10)

* feat: set base path for nginx-love documentation

* feat: add GitHub Actions workflow to check documentation build (TinyActive#11)

* feat: add GitHub Actions workflow to check documentation build

* rm path

* doc update

* doc update

* update doc

* user doc

* doc update

* up to date

* up to date

* up to date

* up to date

* docker not support

* Remove  Demo credentials text

* Remove  Demo credentials text

* Producthunt link

* feat: Update Logo Project

---------

Co-authored-by: SangND <dacsang97@gmail.com>
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