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: report orphan pages #7601

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft

feat: report orphan pages #7601

wants to merge 2 commits into from

Conversation

Josh-Cena
Copy link
Collaborator

@Josh-Cena Josh-Cena commented Jun 11, 2022

Pre-flight checklist

Motivation

Currently just a POC

Test Plan

See deployment log:

[WARNING] Orphan pages found: 
- /__docusaurus/debug/config/
- /blog/archive/
- /search/
- /tests/blog/archive/
- /tests/pages/layout-no-children/
- /tests/docs/folder with space/doc 1/
- /tests/docs/folder with space/doc 2/

The /blog/archive page being orphaned is unfortunate. We need to fix it. Therefore I don't think we can merge it until #5701 and #5461 are both addressed.

Test links

Deploy preview: https://deploy-preview-_____--docusaurus-2.netlify.app/

Related issues/PRs

@Josh-Cena Josh-Cena added the pr: new feature This PR adds a new API or behavior. label Jun 11, 2022
@facebook-github-bot facebook-github-bot added the CLA Signed Signed Facebook CLA label Jun 11, 2022
@netlify
Copy link

netlify bot commented Jun 11, 2022

[V2]

Name Link
🔨 Latest commit ef937e4
🔍 Latest deploy log https://app.netlify.com/sites/docusaurus-2/deploys/62a469c58945330008f656d0
😎 Deploy Preview https://deploy-preview-7601--docusaurus-2.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@github-actions
Copy link

github-actions bot commented Jun 11, 2022

⚡️ Lighthouse report for the deploy preview of this PR

URL Performance Accessibility Best Practices SEO PWA Report
/ 🟠 73 🟢 100 🟢 100 🟢 100 🟢 90 Report
/docs/installation 🟠 85 🟢 100 🟢 100 🟢 100 🟢 90 Report

@github-actions
Copy link

github-actions bot commented Jun 11, 2022

Size Change: +61 B (0%)

Total Size: 801 kB

Filename Size Change
website/build/assets/js/main.********.js 603 kB +61 B (0%)
ℹ️ View Unchanged
Filename Size
website/.docusaurus/globalData.json 52.6 kB
website/build/assets/css/styles.********.css 106 kB
website/build/index.html 38.9 kB

compressed-size-action

@Josh-Cena Josh-Cena added this to the 2.x milestone Jun 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed Signed Facebook CLA pr: new feature This PR adds a new API or behavior.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Warning or error for orphan docs
2 participants