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

repo sync #1791

Merged
merged 130 commits into from
Dec 3, 2020
Merged

repo sync #1791

merged 130 commits into from
Dec 3, 2020

Conversation

Octomerger
Copy link
Contributor

This is an automated pull request to sync changes between the public and private repos.

🤖 This pull request should be merged (not squashed) to preserve continuity across repos, so please let a bot do the merging!

sarahs added 30 commits October 20, 2020 17:19
@Octomerger Octomerger requested review from a team as code owners December 3, 2020 19:25
@Octomerger Octomerger merged commit 82b490c into main Dec 3, 2020
@github-actions
Copy link
Contributor

github-actions bot commented Dec 3, 2020

Thanks very much for contributing! Your pull request has been merged 🎉 You should see your changes appear on the site in approximately 24 hours.

@@ -5,6 +5,8 @@ module.exports = async function findIndexablePages () {
const indexablePages = allPages
// exclude pages that are part of WIP products
.filter(page => !page.parentProduct || !page.parentProduct.wip)
// exclude hidden pages
.filter(page => !page.hidden)

This comment was marked as spam.

@@ -5,6 +5,8 @@ module.exports = async function findIndexablePages () {
const indexablePages = allPages
// exclude pages that are part of WIP products
.filter(page => !page.parentProduct || !page.parentProduct.wip)
// exclude hidden pages

This comment was marked as spam.

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.

5 participants